Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/arm/common/aarch64/
Dexecution_state_switch.c41 bool caller_64, thumb = false, from_el2; in arm_execution_state_switch() local
62 caller_64 = (GET_RW(spsr) == MODE_RW_64); in arm_execution_state_switch()
64 if (caller_64) { in arm_execution_state_switch()
93 from_el2 = caller_64 ? (GET_EL(spsr) == MODE_EL2) : in arm_execution_state_switch()
116 if (caller_64) { in arm_execution_state_switch()