Home
last modified time | relevance | path

Searched refs:PSR_Z_BIT (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/arm/include/uapi/asm/
H A Dptrace.h86 #define PSR_Z_BIT 0x40000000 macro
/linux-6.15/arch/arm/probes/
H A Ddecode.c86 return cpsr & PSR_Z_BIT; in __check_eq()
91 return (~cpsr) & PSR_Z_BIT; in __check_ne()
/linux-6.15/arch/arm64/include/uapi/asm/
H A Dptrace.h57 #define PSR_Z_BIT 0x40000000 macro
/linux-6.15/arch/arm64/kvm/hyp/
H A Dexception.c130 new |= (old & PSR_Z_BIT); in enter_exception64()
/linux-6.15/arch/arm/kernel/
H A Dprocess.c154 buf[1] = flags & PSR_Z_BIT ? 'Z' : 'z'; in __show_regs()
/linux-6.15/arch/arm64/kernel/
H A Dtraps.c54 return (pstate & PSR_Z_BIT) != 0; in __check_eq()
59 return (pstate & PSR_Z_BIT) == 0; in __check_ne()
H A Dprocess.c186 pstate & PSR_Z_BIT ? 'Z' : 'z', in print_pstate()
H A Dptrace.c2466 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
/linux-6.15/arch/arm64/kvm/
H A Demulate-nested.c2462 PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT | in kvm_check_illegal_exception_return()