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()
63 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
35 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_ea_handler()
90 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_default_ea_handler()
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()
240 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
636 (GET_EL(read_CurrentEl()) == MODE_EL##x) in DEFINE_SYSREG_READ_FUNC()644 return GET_EL(read_CurrentEl()); in DEFINE_SYSREG_READ_FUNC()
862 #define GET_EL(mode) (((mode) >> MODE_EL_SHIFT) & MODE_EL_MASK) macro
515 if (GET_EL(read_spsr_el3()) == MODE_EL1) { in validate_spsr_mode()
137 if ((GET_EL(ep->spsr) == MODE_EL2) && is_feat_sel2_supported()) { in setup_secure_context()402 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in setup_context_common()
503 if (GET_RW(spsr) == MODE_RW_64 && GET_EL(spsr) == MODE_EL2) { in trusty_setup()
971 if (GET_EL(read_spsr_el3()) != sdei_client_el()) in sdei_smc_handler()