HomeSort by relevance Sort by last modified time
    Searched refs:hyp_status (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_common.c 136 unsigned int hyp_status, mode, spsr; local
138 hyp_status = GET_VIRT_EXT(read_id_pfr1());
140 mode = (hyp_status) ? MODE32_hyp : MODE32_svc;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_bl2_setup.c 224 unsigned int hyp_status, mode, spsr; local
226 hyp_status = GET_VIRT_EXT(read_id_pfr1());
228 mode = (hyp_status) ? MODE32_hyp : MODE32_svc;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_bl2_setup.c 147 unsigned int hyp_status, mode, spsr; local
149 hyp_status = GET_VIRT_EXT(read_id_pfr1());
151 mode = (hyp_status) ? MODE32_hyp : MODE32_svc;

Completed in 131 milliseconds