Home
last modified time | relevance | path

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

/linux/arch/arm/include/uapi/asm/
H A Dptrace.h86 #define PSR_Z_BIT 0x40000000 macro
/linux/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/arch/arm64/include/uapi/asm/
H A Dptrace.h57 #define PSR_Z_BIT 0x40000000 macro
/linux/arch/arm64/kvm/hyp/
H A Dexception.c124 new |= (old & PSR_Z_BIT); in enter_exception64()
/linux/arch/arm/kernel/
H A Dprocess.c154 buf[1] = flags & PSR_Z_BIT ? 'Z' : 'z'; in __show_regs()
/linux/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.c2511 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c703 spsr_mask = PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT | PSR_DIT_BIT | PSR_PAN_BIT; in inject_undef64()
/linux/arch/arm64/kvm/
H A Demulate-nested.c2682 PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT | in kvm_check_illegal_exception_return()