Home
last modified time | relevance | path

Searched refs:CTX_AARCH32_END (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a/include/lib/el3_runtime/aarch64/
A Dcontext.h109 #define CTX_AARCH32_END U(0xe0) /* Align to the next 16 byte boundary */ macro
111 #define CTX_AARCH32_END U(0xb0) /* Align to the next 16 byte boundary */ macro
119 #define CTX_CNTP_CTL_EL0 (CTX_AARCH32_END + U(0x0))
120 #define CTX_CNTP_CVAL_EL0 (CTX_AARCH32_END + U(0x8))
121 #define CTX_CNTV_CTL_EL0 (CTX_AARCH32_END + U(0x10))
122 #define CTX_CNTV_CVAL_EL0 (CTX_AARCH32_END + U(0x18))
123 #define CTX_CNTKCTL_EL1 (CTX_AARCH32_END + U(0x20))
124 #define CTX_TIMER_SYSREGS_END (CTX_AARCH32_END + U(0x30)) /* Align to the next 16 byte boundary */
126 #define CTX_TIMER_SYSREGS_END CTX_AARCH32_END

Completed in 4 milliseconds