Searched defs:cpu_context (Results 1 – 3 of 3) sorted by relevance
301 typedef struct cpu_context { struct302 gp_regs_t gpregs_ctx;303 el3_state_t el3state_ctx;305 cve_2018_3639_t cve_2018_3639_ctx;308 errata_speculative_at_t errata_speculative_at_ctx;332 } __aligned(CACHE_WRITEBACK_GRANULE) cpu_context_t; argument
53 typedef struct cpu_context { struct61 * Compile time assertions related to the 'cpu_context' structure to argument
124 void *cpu_context[CPU_CONTEXT_NUM]; member