Home
last modified time | relevance | path

Searched defs:el (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/lib/xlat_tables_v2/aarch64/
H A Denable_mmu.S20 .macro _mrs gp_reg, reg_name, el
24 .macro tlbi_invalidate_all el argument
37 .macro define_mmu_enable_func el argument
H A Dxlat_tables_arch.c159 unsigned int el = get_current_el_maybe_constant(); in is_dcache_enabled() local
234 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el() local
/rk3399_ARM-atf/lib/xlat_tables/aarch64/
H A Dxlat_tables.c101 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el() local
108 uint64_t xlat_arch_get_xn_desc(unsigned int el) in xlat_arch_get_xn_desc()
/rk3399_ARM-atf/common/backtrace/
H A Dbacktrace.c64 unsigned int el = get_current_el(); in is_address_readable() local
86 unsigned int el = get_current_el(); in is_address_readable() local
/rk3399_ARM-atf/plat/arm/common/aarch64/
H A Dexecution_state_switch.c42 unsigned int el, endianness; in arm_execution_state_switch() local
/rk3399_ARM-atf/plat/common/aarch64/
H A Dplat_common.c67 const char *get_el_str(unsigned int el) in get_el_str()
/rk3399_ARM-atf/lib/xlat_tables/
H A Dxlat_tables_common.c403 unsigned int el = xlat_arch_current_el(); in init_xlation_table() local
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_helpers.h844 static inline uint64_t el_implemented(unsigned int el) in el_implemented()
H A Darch.h1107 #define SPSR_64(el, sp, daif) \ argument