Searched refs:hyp_status (Results 1 – 5 of 5) sorted by relevance
/external/arm-trusted-firmware/plat/layerscape/common/ |
D | ls_common.c | 169 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/ |
D | arm_common.c | 109 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/ |
D | bl2_plat_setup.c | 81 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/ |
D | hikey_bl2_setup.c | 100 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/ |
D | hikey960_bl2_setup.c | 192 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()
|