Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c102 if (GET_RW(ep->spsr) == MODE_RW_64) in cm_setup_context()
201 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in cm_setup_context()
202 || ((GET_RW(ep->spsr) != MODE_RW_64) in cm_setup_context()
218 if (GET_RW(ep->spsr) != MODE_RW_64) { in cm_setup_context()
248 if (GET_RW(ep->spsr) == MODE_RW_64) in cm_setup_context()
/tf-a-ffa_el3_spmc/plat/arm/common/aarch64/
A Dexecution_state_switch.c62 caller_64 = (GET_RW(spsr) == MODE_RW_64); in arm_execution_state_switch()
/tf-a-ffa_el3_spmc/services/spd/trusty/
A Dtrusty.c311 uint64_t reg_width = GET_RW(read_ctx_reg(get_el3state_ctx(&ctx->cpu_ctx), in trusty_init()
501 if (GET_RW(spsr) == MODE_RW_64 && GET_EL(spsr) == MODE_EL2) { in trusty_setup()
505 if (GET_RW(spsr) == MODE_RW_32 && GET_M32(spsr) == MODE32_hyp) { in trusty_setup()
/tf-a-ffa_el3_spmc/include/arch/aarch64/
A Darch.h708 #define GET_RW(mode) (((mode) >> MODE_RW_SHIFT) & MODE_RW_MASK) macro

Completed in 12 milliseconds