Searched refs:MODE32_hyp (Results 1 – 17 of 17) sorted by relevance
94 (GET_M32(spsr) == MODE32_hyp); in arm_execution_state_switch()128 el = from_el2 ? MODE32_hyp : MODE32_svc; in arm_execution_state_switch()
22 .bl33.spsr = SPSR_MODE32(MODE32_hyp, SPSR_T_ARM, SPSR_E_LITTLE,
88 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in poplar_get_spsr_for_bl33_entry()
121 mode = MODE32_hyp; in bl1_prepare_next_image()
100 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in arm_get_spsr()
200 return SPSR_MODE32(MODE32_hyp, SPSR_T_ARM, SPSR_E_LITTLE, in rpi3_get_spsr_for_bl33_entry()
113 if (GET_M32(ep->spsr) == MODE32_hyp) in cm_setup_context()
130 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in ls_get_spsr_for_bl33_entry()
105 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey_get_spsr_for_bl33_entry()
281 target_el = MODE32_hyp; in xbl_handover()
199 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey960_get_spsr_for_bl33_entry()
910 MODE32_hyp : MODE32_svc; in psci_get_ns_ep_info()957 mode = scr & SCR_HCE_BIT ? MODE32_hyp : MODE32_svc; in psci_get_ns_ep_info()
519 if (GET_RW(spsr) == MODE_RW_32 && GET_M32(spsr) == MODE32_hyp) { in trusty_setup()
407 #define IS_IN_HYP() (GET_M32(read_cpsr()) == MODE32_hyp)
429 #define MODE32_hyp U(0x1a) macro
460 && (GET_M32(ep->spsr) == MODE32_hyp))) { in setup_context_common()
1100 #define MODE32_hyp U(0xa) macro