Home
last modified time | relevance | path

Searched refs:PSTATE_M (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/aarch64/
H A Dsignal.c129 if ((pstate & PSTATE_M) != PSTATE_MODE_EL0t || in get_ucontext_sigreturn()
/openbmc/qemu/target/arm/
H A Dinternals.h1257 valid = PSTATE_M | PSTATE_DAIF | PSTATE_IL | PSTATE_SS | PSTATE_NZCV; in aarch64_pstate_valid_mask()
H A Dcpu.h1445 #define PSTATE_M (0xFU) macro