Home
last modified time | relevance | path

Searched refs:GET_EL (Results 1 – 13 of 13) sorted by relevance

/rk3399_ARM-atf/plat/marvell/armada/a3k/common/
H A Da3700_ea.c26 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_ea_handler()
/rk3399_ARM-atf/plat/arm/board/fvp/aarch64/
H A Dfvp_ea.c35 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_ea_handler()
/rk3399_ARM-atf/plat/common/aarch64/
H A Dplat_common.c103 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_default_ea_handler()
/rk3399_ARM-atf/bl31/
H A Dbl31_traps.c79 unsigned int outgoing_el = GET_EL(spsr_el3); in get_elr_el3()
250 to_el = target_el(GET_EL(old_spsr), scr_el3); in inject_undef64()
/rk3399_ARM-atf/plat/arm/common/aarch64/
H A Dexecution_state_switch.c93 from_el2 = caller_64 ? (GET_EL(spsr) == MODE_EL2) : in arm_execution_state_switch()
/rk3399_ARM-atf/lib/xlat_tables/aarch64/
H A Dxlat_tables.c101 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
/rk3399_ARM-atf/services/std_svc/errata_abi/
H A Derrata_abi_main.c212 if (GET_EL(read_spsr_el3()) == MODE_EL1) { in validate_spsr_mode()
/rk3399_ARM-atf/lib/xlat_tables_v2/aarch64/
H A Dxlat_tables_arch.c234 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_helpers.h813 (GET_EL(read_CurrentEl()) == MODE_EL##x) in DEFINE_RENAME_SYSREG_RW_FUNCS()
821 return GET_EL(read_CurrentEl()); in DEFINE_RENAME_SYSREG_RW_FUNCS()
H A Darch.h1105 #define GET_EL(mode) (((mode) >> MODE_EL_SHIFT) & MODE_EL_MASK) macro
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c515 if (GET_RW(spsr) == MODE_RW_64 && GET_EL(spsr) == MODE_EL2) { in trusty_setup()
/rk3399_ARM-atf/services/std_svc/sdei/
H A Dsdei_main.c1003 if (GET_EL(read_spsr_el3()) != sdei_client_el()) in sdei_smc_handler()
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c458 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in setup_context_common()