Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/aarch64/
H A Dsignal.c130 (pstate & (PSTATE_F | PSTATE_I | PSTATE_A | PSTATE_D)) != 0) { in get_ucontext_sigreturn()
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c1223 bool masked = (env->daif & PSTATE_A); in HELPER()
/openbmc/qemu/target/arm/
H A Dcpu.h1452 #define PSTATE_A (1U << 8) macro
1468 #define PSTATE_DAIF (PSTATE_D | PSTATE_A | PSTATE_I | PSTATE_F)
H A Dcpu.c378 env->daif = PSTATE_D | PSTATE_A | PSTATE_I | PSTATE_F; in arm_cpu_reset_hold()
748 return !(env->daif & PSTATE_A); in arm_excp_unmasked()