Searched refs:DEFINE_REG_STRUCT (Results 1 – 5 of 5) sorted by relevance
/tf-a-ffa_el3_spmc/include/lib/el3_runtime/aarch32/ |
A D | context.h | 38 #define DEFINE_REG_STRUCT(name, num_regs) \ macro 46 DEFINE_REG_STRUCT(regs, CTX_REG_ALL);
|
/tf-a-ffa_el3_spmc/include/lib/el3_runtime/aarch64/ |
A D | context.h | 328 #define DEFINE_REG_STRUCT(name, num_regs) \ macro 355 DEFINE_REG_STRUCT(gp_regs, CTX_GPREG_ALL); 361 DEFINE_REG_STRUCT(el1_sysregs, CTX_EL1_SYSREGS_ALL); 369 DEFINE_REG_STRUCT(el2_sysregs, CTX_EL2_SYSREGS_ALL); 378 DEFINE_REG_STRUCT(fp_regs, CTX_FPREG_ALL); 385 DEFINE_REG_STRUCT(el3_state, CTX_EL3STATE_ALL); 388 DEFINE_REG_STRUCT(cve_2018_3639, CTX_CVE_2018_3639_ALL); 392 DEFINE_REG_STRUCT(pauth, CTX_PAUTH_REGS_ALL);
|
/tf-a-ffa_el3_spmc/services/spd/tspd/ |
A D | tspd_private.h | 142 DEFINE_REG_STRUCT(c_rt_regs, TSPD_C_RT_CTX_ENTRIES); 153 DEFINE_REG_STRUCT(sp_ctx_regs, TSPD_SP_CTX_ENTRIES);
|
/tf-a-ffa_el3_spmc/services/spd/tlkd/ |
A D | tlkd_private.h | 81 DEFINE_REG_STRUCT(c_rt_regs, TLKD_C_RT_CTX_ENTRIES);
|
/tf-a-ffa_el3_spmc/services/spd/opteed/ |
A D | opteed_private.h | 109 DEFINE_REG_STRUCT(c_rt_regs, OPTEED_C_RT_CTX_ENTRIES);
|
Completed in 11 milliseconds