Home
last modified time | relevance | path

Searched defs:cpu_context (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/lib/el3_runtime/aarch32/
H A Dcontext.h53 typedef struct cpu_context { struct
61 * Compile time assertions related to the 'cpu_context' structure to argument
/rk3399_ARM-atf/include/lib/el3_runtime/aarch64/
H A Dcontext.h280 typedef struct cpu_context { struct
281 gp_regs_t gpregs_ctx;
282 el3_state_t el3state_ctx;
284 cve_2018_3639_t cve_2018_3639_ctx;
309 } __aligned(CACHE_WRITEBACK_GRANULE) cpu_context_t; argument
/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcpu_data.h134 void *cpu_context[CPU_CONTEXT_NUM]; member