Searched refs:GET_RW (Results 1 – 4 of 4) sorted by relevance
58 if (GET_RW(ep->spsr) == MODE_RW_64) { in setup_el1_context()138 if (GET_RW(ep->spsr) != MODE_RW_64) { in setup_secure_context()304 if (GET_RW(ep->spsr) == MODE_RW_64) { in setup_context_common()357 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in setup_context_common()358 || ((GET_RW(ep->spsr) != MODE_RW_64) in setup_context_common()
62 caller_64 = (GET_RW(spsr) == MODE_RW_64); in arm_execution_state_switch()
313 uint64_t reg_width = GET_RW(read_ctx_reg(get_el3state_ctx(&ctx->cpu_ctx), in trusty_init()503 if (GET_RW(spsr) == MODE_RW_64 && GET_EL(spsr) == MODE_EL2) { in trusty_setup()507 if (GET_RW(spsr) == MODE_RW_32 && GET_M32(spsr) == MODE32_hyp) { in trusty_setup()
826 #define GET_RW(mode) (((mode) >> MODE_RW_SHIFT) & MODE_RW_MASK) macro
Completed in 10 milliseconds