Searched refs:GET_EL (Results 1 – 6 of 6) sorted by relevance
88 from_el2 = caller_64 ? (GET_EL(spsr) == MODE_EL2) : in arm_execution_state_switch()
80 int el = GET_EL(read_CurrentEl()); in xlat_arch_current_el()
141 int el = GET_EL(read_CurrentEl()); in xlat_arch_current_el()
128 && GET_EL(ep->spsr) == MODE_EL2) in cm_init_context_common()
324 (GET_EL(read_CurrentEl()) == MODE_EL##x)
385 #define GET_EL(mode) (((mode) >> MODE_EL_SHIFT) & MODE_EL_MASK) macro