Searched refs:GET_RW (Results 1 – 4 of 4) sorted by relevance
102 if (GET_RW(ep->spsr) == MODE_RW_64) in cm_setup_context()178 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in cm_setup_context()179 || ((GET_RW(ep->spsr) != MODE_RW_64) in cm_setup_context()186 if (GET_RW(ep->spsr) != MODE_RW_64) { in cm_setup_context()206 if (GET_RW(ep->spsr) == MODE_RW_64) in cm_setup_context()
292 uint64_t reg_width = GET_RW(read_ctx_reg(get_el3state_ctx(&ctx->cpu_ctx), in trusty_init()478 if (GET_RW(spsr) == MODE_RW_64 && GET_EL(spsr) == MODE_EL2) { in trusty_setup()482 if (GET_RW(spsr) == MODE_RW_32 && GET_M32(spsr) == MODE32_hyp) { in trusty_setup()
63 caller_64 = (GET_RW(spsr) == MODE_RW_64); in arm_execution_state_switch()
550 #define GET_RW(mode) (((mode) >> MODE_RW_SHIFT) & MODE_RW_MASK) macro