Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Darm_common.c136 unsigned int hyp_status, mode, spsr; in arm_get_spsr_for_bl33_entry() local
138 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in arm_get_spsr_for_bl33_entry()
140 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in arm_get_spsr_for_bl33_entry()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl2_setup.c224 unsigned int hyp_status, mode, spsr; in hikey960_get_spsr_for_bl33_entry() local
226 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey960_get_spsr_for_bl33_entry()
228 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey960_get_spsr_for_bl33_entry()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl2_setup.c147 unsigned int hyp_status, mode, spsr; in hikey_get_spsr_for_bl33_entry() local
149 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey_get_spsr_for_bl33_entry()
151 mode = (hyp_status) ? MODE32_hyp : MODE32_svc; in hikey_get_spsr_for_bl33_entry()