Home
last modified time | relevance | path

Searched defs:current_el (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_context.c98 unsigned int current_el = xlat_arch_current_el(); in init_xlat_tables() local
/external/u-boot/arch/arm/include/asm/
Dsystem.h133 static inline unsigned int current_el(void) in current_el() function