Lines Matching refs:target_el
223 uint32_t target_endianness, target_el; in xbl_handover() local
246 target_el = get_xbl_el(&HandoffParams->partition[i]); in xbl_handover()
247 if ((target_el == XBL_FLAGS_EL3) || in xbl_handover()
248 (target_el == XBL_FLAGS_EL0)) { in xbl_handover()
250 target_el); in xbl_handover()
256 (target_el == XBL_FLAGS_EL2)) { in xbl_handover()
258 target_secure, target_el); in xbl_handover()
280 if (target_el == XBL_FLAGS_EL2) { in xbl_handover()
281 target_el = MODE32_hyp; in xbl_handover()
283 target_el = MODE32_sys; in xbl_handover()
286 bl33->spsr = (uint32_t)SPSR_MODE32((uint64_t)target_el, SPSR_T_ARM, in xbl_handover()
290 if (target_el == XBL_FLAGS_EL2) { in xbl_handover()
291 target_el = MODE_EL2; in xbl_handover()
293 target_el = MODE_EL1; in xbl_handover()
296 bl33->spsr = (uint32_t)SPSR_64((uint64_t)target_el, MODE_SP_ELX, in xbl_handover()
304 target_el); in xbl_handover()