Home
last modified time | relevance | path

Searched refs:hyp_status (Results 1 – 5 of 5) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_common.c109 unsigned int hyp_status, mode, spsr; in arm_get_spsr_for_bl33_entry() local
111 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in arm_get_spsr_for_bl33_entry()
113 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in arm_get_spsr_for_bl33_entry()
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/
A Dbl2_plat_setup.c84 unsigned int hyp_status, mode, spsr; in poplar_get_spsr_for_bl33_entry() local
86 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in poplar_get_spsr_for_bl33_entry()
88 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in poplar_get_spsr_for_bl33_entry()
/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/
A Dls_bl2_el3_setup.c126 unsigned int hyp_status, mode, spsr; in ls_get_spsr_for_bl33_entry() local
128 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in ls_get_spsr_for_bl33_entry()
130 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.c101 unsigned int hyp_status, mode, spsr; in hikey_get_spsr_for_bl33_entry() local
103 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey_get_spsr_for_bl33_entry()
105 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.c195 unsigned int hyp_status, mode, spsr; in hikey960_get_spsr_for_bl33_entry() local
197 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey960_get_spsr_for_bl33_entry()
199 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey960_get_spsr_for_bl33_entry()

Completed in 9 milliseconds