Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/marvell/armada/a3k/common/
A Da3700_ea.c26 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_ea_handler()
/arm-trusted-firmware-2.8.0/lib/xlat_mpu/aarch64/
A Dxlat_mpu_arch.c63 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
/arm-trusted-firmware-2.8.0/plat/common/aarch64/
A Dplat_common.c90 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_default_ea_handler()
/arm-trusted-firmware-2.8.0/plat/arm/common/aarch64/
A Dexecution_state_switch.c93 from_el2 = caller_64 ? (GET_EL(spsr) == MODE_EL2) : in arm_execution_state_switch()
/arm-trusted-firmware-2.8.0/lib/xlat_tables/aarch64/
A Dxlat_tables.c101 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
/arm-trusted-firmware-2.8.0/lib/xlat_tables_v2/aarch64/
A Dxlat_tables_arch.c240 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
/arm-trusted-firmware-2.8.0/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c137 if ((GET_EL(ep->spsr) == MODE_EL2) && is_armv8_4_sel2_present()) { in setup_secure_context()
357 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in setup_context_common()
/arm-trusted-firmware-2.8.0/include/arch/aarch64/
A Darch_helpers.h567 (GET_EL(read_CurrentEl()) == MODE_EL##x) in DEFINE_SYSREG_READ_FUNC()
575 return GET_EL(read_CurrentEl()); in DEFINE_SYSREG_READ_FUNC()
A Darch.h827 #define GET_EL(mode) (((mode) >> MODE_EL_SHIFT) & MODE_EL_MASK) macro
/arm-trusted-firmware-2.8.0/services/spd/trusty/
A Dtrusty.c503 if (GET_RW(spsr) == MODE_RW_64 && GET_EL(spsr) == MODE_EL2) { in trusty_setup()
/arm-trusted-firmware-2.8.0/services/std_svc/sdei/
A Dsdei_main.c971 if (GET_EL(read_spsr_el3()) != sdei_client_el()) in sdei_smc_handler()

Completed in 22 milliseconds