Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/common/aarch64/
A Dplat_common.c91 unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); in plat_default_ea_handler()
/tf-a-ffa_el3_spmc/plat/arm/common/aarch64/
A Dexecution_state_switch.c93 from_el2 = caller_64 ? (GET_EL(spsr) == MODE_EL2) : in arm_execution_state_switch()
/tf-a-ffa_el3_spmc/lib/xlat_tables/aarch64/
A Dxlat_tables.c101 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
/tf-a-ffa_el3_spmc/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c201 if (((GET_RW(ep->spsr) == MODE_RW_64) && (GET_EL(ep->spsr) == MODE_EL2)) in cm_setup_context()
217 if ((security_state == SECURE) && (GET_EL(ep->spsr) == MODE_EL2)) { in cm_setup_context()
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/aarch64/
A Dxlat_tables_arch.c213 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el()
/tf-a-ffa_el3_spmc/include/arch/aarch64/
A Darch_helpers.h539 (GET_EL(read_CurrentEl()) == MODE_EL##x) in DEFINE_SYSREG_READ_FUNC()
547 return GET_EL(read_CurrentEl()); in DEFINE_SYSREG_READ_FUNC()
A Darch.h709 #define GET_EL(mode) (((mode) >> MODE_EL_SHIFT) & MODE_EL_MASK) macro
/tf-a-ffa_el3_spmc/services/spd/trusty/
A Dtrusty.c501 if (GET_RW(spsr) == MODE_RW_64 && GET_EL(spsr) == MODE_EL2) { in trusty_setup()
/tf-a-ffa_el3_spmc/services/std_svc/sdei/
A Dsdei_main.c957 if (GET_EL(read_spsr_el3()) != sdei_client_el()) in sdei_smc_handler()

Completed in 15 milliseconds