Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/arm/common/aarch64/
A 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()
/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_common.c113 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in arm_get_spsr_for_bl33_entry()
/arm-trusted-firmware-2.8.0/bl1/aarch32/
A Dbl1_context_mgmt.c121 mode = MODE32_hyp; in bl1_prepare_next_image()
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/
A Dbl2_plat_setup.c88 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in poplar_get_spsr_for_bl33_entry()
/arm-trusted-firmware-2.8.0/plat/rpi/common/
A Drpi3_common.c216 return SPSR_MODE32(MODE32_hyp, SPSR_T_ARM, SPSR_E_LITTLE, in rpi3_get_spsr_for_bl33_entry()
/arm-trusted-firmware-2.8.0/lib/el3_runtime/aarch32/
A Dcontext_mgmt.c111 if (GET_M32(ep->spsr) == MODE32_hyp) in cm_setup_context()
/arm-trusted-firmware-2.8.0/plat/xilinx/common/
A Dplat_startup.c226 target_el = MODE32_hyp; in fsbl_atf_handover()
/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/
A Dls_bl2_el3_setup.c130 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in ls_get_spsr_for_bl33_entry()
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/
A Dhikey_bl2_setup.c105 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey_get_spsr_for_bl33_entry()
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/
A Dhikey960_bl2_setup.c199 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey960_get_spsr_for_bl33_entry()
/arm-trusted-firmware-2.8.0/lib/psci/
A Dpsci_common.c672 MODE32_hyp : MODE32_svc; in psci_get_ns_ep_info()
719 mode = scr & SCR_HCE_BIT ? MODE32_hyp : MODE32_svc; in psci_get_ns_ep_info()
/arm-trusted-firmware-2.8.0/include/arch/aarch32/
A Darch_helpers.h366 #define IS_IN_HYP() (GET_M32(read_cpsr()) == MODE32_hyp) in DEFINE_SYSREG_RW_FUNCS()
A Darch.h414 #define MODE32_hyp U(0x1a) macro
/arm-trusted-firmware-2.8.0/services/spd/trusty/
A Dtrusty.c507 if (GET_RW(spsr) == MODE_RW_32 && GET_M32(spsr) == MODE32_hyp) { in trusty_setup()
/arm-trusted-firmware-2.8.0/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c359 && (GET_M32(ep->spsr) == MODE32_hyp))) { in setup_context_common()
/arm-trusted-firmware-2.8.0/include/arch/aarch64/
A Darch.h822 #define MODE32_hyp U(0xa) macro

Completed in 24 milliseconds