Home
last modified time | relevance | path

Searched refs:IS_IN_SECURE (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/lib/xlat_tables/aarch32/
H A Dxlat_tables.c77 assert(IS_IN_SECURE()); in enable_mmu_svc_mon()
H A Dnonlpae_tables.c515 assert(IS_IN_SECURE()); in enable_mmu_svc_mon()
/rk3399_ARM-atf/plat/common/
H A Dplat_gicv3.c370 #define IS_IN_EL1() IS_IN_SECURE()
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_helpers.h404 #define IS_IN_SECURE() \ macro
414 (IS_IN_SECURE() && (GET_M32(read_cpsr()) != MODE32_usr)))