Lines Matching refs:h
11 #include <lib/el3_runtime/context_el2.h>
17 #include <lib/el3_runtime/context_el1.h>
20 #include <lib/el3_runtime/simd_ctx.h>
21 #include <lib/utils_def.h>
22 #include <platform_def.h> /* For CACHE_WRITEBACK_GRANULE */
143 * SCTLR_EL1 and TCR_EL1 will be part of EL1 context structure (context_el1.h)
189 #include <stdint.h>
191 #include <assert.h>
192 #include <common/ep_info.h>
193 #include <lib/cassert.h>
340 #define get_el3state_ctx(h) (&((cpu_context_t *) h)->el3state_ctx)
343 #define get_el2_sysregs_ctx(h) (&((cpu_context_t *) h)->el2_sysregs_ctx)
345 #define get_el1_sysregs_ctx(h) (&((cpu_context_t *) h)->el1_sysregs_ctx)
348 #define get_gpregs_ctx(h) (&((cpu_context_t *) h)->gpregs_ctx)
349 #define get_cve_2018_3639_ctx(h) (&((cpu_context_t *) h)->cve_2018_3639_ctx)
352 #define get_errata_speculative_at_ctx(h) (&((cpu_context_t *) h)->errata_speculative_at_ctx)
356 # define get_pauth_ctx(h) (&((cpu_context_t *) h)->pauth_ctx)
358 # define get_pauth_ctx(h) NULL