Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/layerscape/common/
Dls_common.c169 unsigned int hyp_status, mode, spsr; in ls_get_spsr_for_bl33_entry() local
171 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in ls_get_spsr_for_bl33_entry()
173 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in ls_get_spsr_for_bl33_entry()
/external/arm-trusted-firmware/plat/arm/common/
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()
/external/arm-trusted-firmware/plat/hisilicon/poplar/
Dbl2_plat_setup.c81 unsigned int hyp_status, mode, spsr; in poplar_get_spsr_for_bl33_entry() local
83 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in poplar_get_spsr_for_bl33_entry()
85 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in poplar_get_spsr_for_bl33_entry()
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl2_setup.c100 unsigned int hyp_status, mode, spsr; in hikey_get_spsr_for_bl33_entry() local
102 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey_get_spsr_for_bl33_entry()
104 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey_get_spsr_for_bl33_entry()
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl2_setup.c192 unsigned int hyp_status, mode, spsr; in hikey960_get_spsr_for_bl33_entry() local
194 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey960_get_spsr_for_bl33_entry()
196 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey960_get_spsr_for_bl33_entry()