diff options
Diffstat (limited to 'arch/arm64/include/asm/kvm_asm.h')
-rw-r--r-- | arch/arm64/include/asm/kvm_asm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/kvm_asm.h b/arch/arm64/include/asm/kvm_asm.h index b25763bc0ec4..9fcd54b1e16d 100644 --- a/arch/arm64/include/asm/kvm_asm.h +++ b/arch/arm64/include/asm/kvm_asm.h | |||
@@ -79,7 +79,8 @@ | |||
79 | #define c13_TID_URW (TPIDR_EL0 * 2) /* Thread ID, User R/W */ | 79 | #define c13_TID_URW (TPIDR_EL0 * 2) /* Thread ID, User R/W */ |
80 | #define c13_TID_URO (TPIDRRO_EL0 * 2)/* Thread ID, User R/O */ | 80 | #define c13_TID_URO (TPIDRRO_EL0 * 2)/* Thread ID, User R/O */ |
81 | #define c13_TID_PRIV (TPIDR_EL1 * 2) /* Thread ID, Privileged */ | 81 | #define c13_TID_PRIV (TPIDR_EL1 * 2) /* Thread ID, Privileged */ |
82 | #define c10_AMAIR (AMAIR_EL1 * 2) /* Aux Memory Attr Indirection Reg */ | 82 | #define c10_AMAIR0 (AMAIR_EL1 * 2) /* Aux Memory Attr Indirection Reg */ |
83 | #define c10_AMAIR1 (c10_AMAIR0 + 1)/* Aux Memory Attr Indirection Reg */ | ||
83 | #define c14_CNTKCTL (CNTKCTL_EL1 * 2) /* Timer Control Register (PL1) */ | 84 | #define c14_CNTKCTL (CNTKCTL_EL1 * 2) /* Timer Control Register (PL1) */ |
84 | #define NR_CP15_REGS (NR_SYS_REGS * 2) | 85 | #define NR_CP15_REGS (NR_SYS_REGS * 2) |
85 | 86 | ||