Searched refs:GET_EL (Results 1 – 11 of 11) 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()
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()
137 if ((GET_EL(ep->spsr) == MODE_EL2) && is_armv8_4_sel2_present()) { in setup_secure_context()357 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in setup_context_common()
567 (GET_EL(read_CurrentEl()) == MODE_EL##x) in DEFINE_SYSREG_READ_FUNC()575 return GET_EL(read_CurrentEl()); in DEFINE_SYSREG_READ_FUNC()
827 #define GET_EL(mode) (((mode) >> MODE_EL_SHIFT) & MODE_EL_MASK) macro
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()
Completed in 22 milliseconds