Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dptrace.h90 #define PSR_AA32_N_BIT 0x80000000 macro
/linux/arch/arm64/kvm/hyp/
H A Dexception.c200 new |= (old & PSR_AA32_N_BIT); in get_except32_cpsr()
/linux/arch/arm64/kernel/
H A Dprocess.c165 pstate & PSR_AA32_N_BIT ? 'N' : 'n', in print_pstate()
H A Dptrace.c2307 regs->pstate &= PSR_AA32_N_BIT | PSR_AA32_Z_BIT | in valid_compat_regs()