Searched refs:PSR_AA32_Z_BIT (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dptrace.h89 #define PSR_AA32_Z_BIT 0x40000000 macro
/linux-master/arch/arm64/kvm/hyp/
H A Dexception.c201 new |= (old & PSR_AA32_Z_BIT);
/linux-master/arch/arm64/kernel/
H A Dprocess.c166 pstate & PSR_AA32_Z_BIT ? 'Z' : 'z',
H A Dptrace.c2307 regs->pstate &= PSR_AA32_N_BIT | PSR_AA32_Z_BIT |

Completed in 937 milliseconds