Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/common/
H A Dplat_gicv3.c370 #define IS_IN_EL1() IS_IN_SECURE() macro
381 assert(IS_IN_EL1()); in plat_ic_get_pending_interrupt_id()
394 assert(IS_IN_EL1()); in plat_ic_acknowledge_interrupt()
405 assert(IS_IN_EL1()); in plat_ic_end_of_interrupt()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_helpers.h815 #define IS_IN_EL1() IS_IN_EL(1) in DEFINE_RENAME_SYSREG_RW_FUNCS() macro