Home
last modified time | relevance | path

Searched refs:GET_M32 (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a/include/arch/aarch32/
A Darch_helpers.h364 #define IS_IN_HYP() (GET_M32(read_cpsr()) == MODE32_hyp) in DEFINE_SYSREG_RW_FUNCS()
365 #define IS_IN_SVC() (GET_M32(read_cpsr()) == MODE32_svc) in DEFINE_SYSREG_RW_FUNCS()
366 #define IS_IN_MON() (GET_M32(read_cpsr()) == MODE32_mon) in DEFINE_SYSREG_RW_FUNCS()
370 ((GET_M32(read_cpsr()) == MODE32_mon) || \ in DEFINE_SYSREG_RW_FUNCS()
371 (IS_IN_SECURE() && (GET_M32(read_cpsr()) != MODE32_usr))) in DEFINE_SYSREG_RW_FUNCS()
A Darch.h414 #define GET_M32(mode) (((mode) >> MODE32_SHIFT) & MODE32_MASK) macro
/trusted-firmware-a/plat/arm/common/aarch64/
A Dexecution_state_switch.c94 (GET_M32(spsr) == MODE32_hyp); in arm_execution_state_switch()
/trusted-firmware-a/lib/el3_runtime/aarch32/
A Dcontext_mgmt.c111 if (GET_M32(ep->spsr) == MODE32_hyp) in cm_setup_context()
/trusted-firmware-a/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c239 && (GET_M32(ep->spsr) == MODE32_hyp))) { in cm_setup_context()
/trusted-firmware-a/services/spd/trusty/
A Dtrusty.c507 if (GET_RW(spsr) == MODE_RW_32 && GET_M32(spsr) == MODE32_hyp) { in trusty_setup()
/trusted-firmware-a/include/arch/aarch64/
A Darch.h770 #define GET_M32(mode) (((mode) >> MODE32_SHIFT) & MODE32_MASK) macro

Completed in 16 milliseconds