Home
last modified time | relevance | path

Searched refs:IS_IN_EL (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/xlat_tables/aarch64/
H A Dxlat_tables.c155 assert(IS_IN_EL(_el)); \
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_helpers.h816 #define IS_IN_EL(x) \ in DEFINE_RENAME_SYSREG_RW_FUNCS() macro
819 #define IS_IN_EL1() IS_IN_EL(1) in DEFINE_RENAME_SYSREG_RW_FUNCS()
820 #define IS_IN_EL2() IS_IN_EL(2) in DEFINE_RENAME_SYSREG_RW_FUNCS()
821 #define IS_IN_EL3() IS_IN_EL(3) in DEFINE_RENAME_SYSREG_RW_FUNCS()