PSR_AA32_E_BIT
*vcpu_cpsr(vcpu) |= PSR_AA32_E_BIT;
return !!(*vcpu_cpsr(vcpu) & PSR_AA32_E_BIT);
pstate |= PSR_AA32_E_BIT;
#define PSR_AA32_ENDSTATE PSR_AA32_E_BIT
regs->pstate |= PSR_AA32_E_BIT;
regs->pstate &= ~PSR_AA32_E_BIT;
pstate & PSR_AA32_E_BIT ? "BE" : "LE",
regs->pstate |= PSR_AA32_E_BIT;
regs->pstate &= ~PSR_AA32_E_BIT;
PSR_AA32_GE_MASK | PSR_AA32_E_BIT |
compat_ulong_t spsr = regs->pstate & ~(PSR_f | PSR_AA32_E_BIT);
new |= PSR_AA32_E_BIT;
return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT);