Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/include/uapi/asm/
Dptrace.h50 #define PSR_Z_BIT 0x40000000 macro
/linux-4.1.27/arch/unicore32/include/uapi/asm/
Dptrace.h32 #define PSR_Z_BIT 0x40000000 macro
/linux-4.1.27/arch/arm/include/uapi/asm/
Dptrace.h80 #define PSR_Z_BIT 0x40000000 macro
/linux-4.1.27/arch/arm/probes/
Ddecode.c89 return cpsr & PSR_Z_BIT; in __check_eq()
94 return (~cpsr) & PSR_Z_BIT; in __check_ne()
/linux-4.1.27/arch/unicore32/kernel/
Dprocess.c169 buf[1] = flags & PSR_Z_BIT ? 'Z' : 'z'; in __show_regs()
/linux-4.1.27/arch/arm/kernel/
Dprocess.c126 buf[1] = flags & PSR_Z_BIT ? 'Z' : 'z'; in __show_regs()