Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/lib/xlat_tables_v2/aarch32/
Dxlat_tables_arch.c133 if (IS_IN_HYP()) { in xlat_arch_current_el()
185 assert(IS_IN_HYP()); in setup_mmu_cfg()
/external/arm-trusted-firmware/include/arch/aarch32/
Darch_helpers.h361 #define IS_IN_HYP() (GET_M32(read_cpsr()) == MODE32_hyp) in DEFINE_SYSREG_RW_FUNCS() macro
364 #define IS_IN_EL2() IS_IN_HYP() in DEFINE_SYSREG_RW_FUNCS()