Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/common/aarch64/
H A Dexecution_state_switch.c62 caller_64 = (GET_RW(spsr) == MODE_RW_64); in arm_execution_state_switch()
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c316 uint64_t reg_width = GET_RW(read_ctx_reg(get_el3state_ctx(&ctx->cpu_ctx), in trusty_init()
515 if (GET_RW(spsr) == MODE_RW_64 && GET_EL(spsr) == MODE_EL2) { in trusty_setup()
519 if (GET_RW(spsr) == MODE_RW_32 && GET_M32(spsr) == MODE32_hyp) { in trusty_setup()
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_bl31_setup.c126 GET_RW(bl_params->ep_info->spsr) == MODE_RW_64) in bl31_early_platform_setup2()
H A Dqemu_bl2_setup.c314 if (GET_RW(bl_mem_params->ep_info.spsr) == MODE_RW_64) { in qemu_bl2_handle_post_image_load()
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c73 if (GET_RW(ep->spsr) == MODE_RW_64) { in setup_el1_context()
449 if (GET_RW(ep->spsr) == MODE_RW_64) { in setup_context_common()
458 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in setup_context_common()
459 || ((GET_RW(ep->spsr) != MODE_RW_64) in setup_context_common()
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_main.c202 opteed_rw = GET_RW(optee_ep_info->spsr); in opteed_setup()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch.h1104 #define GET_RW(mode) (((mode) >> MODE_RW_SHIFT) & MODE_RW_MASK) macro