Home
last modified time | relevance | path

Searched refs:MODE32_hyp (Results 1 – 17 of 17) sorted by relevance

/external/arm-trusted-firmware/plat/arm/common/aarch64/
Dexecution_state_switch.c94 (GET_M32(spsr) == MODE32_hyp); in arm_execution_state_switch()
128 el = from_el2 ? MODE32_hyp : MODE32_svc; in arm_execution_state_switch()
/external/arm-trusted-firmware/plat/layerscape/common/
Dls_common.c173 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in ls_get_spsr_for_bl33_entry()
/external/arm-trusted-firmware/plat/arm/common/
Darm_common.c113 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in arm_get_spsr_for_bl33_entry()
/external/arm-trusted-firmware/plat/hisilicon/poplar/
Dbl2_plat_setup.c85 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in poplar_get_spsr_for_bl33_entry()
/external/arm-trusted-firmware/bl1/aarch32/
Dbl1_context_mgmt.c121 mode = MODE32_hyp; in bl1_prepare_next_image()
/external/arm-trusted-firmware/plat/rpi/common/
Drpi3_common.c216 return SPSR_MODE32(MODE32_hyp, SPSR_T_ARM, SPSR_E_LITTLE, in rpi3_get_spsr_for_bl33_entry()
/external/arm-trusted-firmware/lib/el3_runtime/aarch32/
Dcontext_mgmt.c109 if (GET_M32(ep->spsr) == MODE32_hyp) in cm_setup_context()
/external/arm-trusted-firmware/plat/xilinx/common/
Dplat_startup.c239 target_el = MODE32_hyp; in fsbl_atf_handover()
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl2_setup.c104 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey_get_spsr_for_bl33_entry()
/external/arm-trusted-firmware/lib/psci/
Dpsci_common.c671 MODE32_hyp : MODE32_svc; in psci_get_ns_ep_info()
718 mode = scr & SCR_HCE_BIT ? MODE32_hyp : MODE32_svc; in psci_get_ns_ep_info()
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl2_setup.c196 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey960_get_spsr_for_bl33_entry()
/external/arm-trusted-firmware/plat/mediatek/mt6795/
Dbl31_plat_setup.c389 mode = MODE32_hyp; in bl31_plat_get_next_kernel32_ep_info()
/external/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c196 && (GET_M32(ep->spsr) == MODE32_hyp))) { in cm_setup_context()
/external/arm-trusted-firmware/include/arch/aarch32/
Darch_helpers.h361 #define IS_IN_HYP() (GET_M32(read_cpsr()) == MODE32_hyp) in DEFINE_SYSREG_RW_FUNCS()
Darch.h395 #define MODE32_hyp U(0x1a) macro
/external/arm-trusted-firmware/services/spd/trusty/
Dtrusty.c505 if (GET_RW(spsr) == MODE_RW_32 && GET_M32(spsr) == MODE32_hyp) { in trusty_setup()
/external/arm-trusted-firmware/include/arch/aarch64/
Darch.h678 #define MODE32_hyp U(0xa) macro