Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Dexecution_state_switch.c42 int caller_64, from_el2, el, endianness, thumb = 0; in arm_execution_state_switch() local
57 caller_64 = (GET_RW(spsr) == MODE_RW_64); in arm_execution_state_switch()
59 if (caller_64) { in arm_execution_state_switch()
88 from_el2 = caller_64 ? (GET_EL(spsr) == MODE_EL2) : in arm_execution_state_switch()
111 if (caller_64) { in arm_execution_state_switch()