Searched refs:hyp_status (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/plat/hisilicon/poplar/ |
| H A D | bl2_plat_setup.c | 84 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()
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_common.c | 78 unsigned int __unused hyp_status, mode, spsr; in arm_get_spsr() local 98 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in arm_get_spsr() 100 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in arm_get_spsr()
|
| /rk3399_ARM-atf/plat/nxp/common/setup/ |
| H A D | ls_bl2_el3_setup.c | 126 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()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_bl2_setup.c | 101 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()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/ |
| H A D | hikey960_bl2_setup.c | 195 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()
|