Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/xlat_tables_v2/aarch32/
H A Dxlat_tables_arch.c89 if (IS_IN_EL2()) { in is_dcache_enabled()
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_helpers.h410 #define IS_IN_EL2() IS_IN_HYP() macro
420 } else if (IS_IN_EL2()) { in get_current_el()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_helpers.h816 #define IS_IN_EL2() IS_IN_EL(2) in DEFINE_RENAME_SYSREG_RW_FUNCS() macro