Searched refs:GET_EL (Results 1 – 13 of 13) sorted by relevance
26 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_ea_handler()
35 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_ea_handler()
103 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_default_ea_handler()
79 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()
93 from_el2 = caller_64 ? (GET_EL(spsr) == MODE_EL2) : in arm_execution_state_switch()
101 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
212 if (GET_EL(read_spsr_el3()) == MODE_EL1) { in validate_spsr_mode()
234 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
813 (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()
1105 #define GET_EL(mode) (((mode) >> MODE_EL_SHIFT) & MODE_EL_MASK) macro
515 if (GET_RW(spsr) == MODE_RW_64 && GET_EL(spsr) == MODE_EL2) { in trusty_setup()
1003 if (GET_EL(read_spsr_el3()) != sdei_client_el()) in sdei_smc_handler()
458 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in setup_context_common()