Home
last modified time | relevance | path

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

/linux-3.4.99/arch/unicore32/include/asm/
Dptrace.h32 #define PSR_Z_BIT 0x40000000 macro
/linux-3.4.99/arch/arm/kernel/
Dkprobes-common.c87 return cpsr & PSR_Z_BIT; in __check_eq()
92 return (~cpsr) & PSR_Z_BIT; in __check_ne()
Dprocess.c324 buf[1] = flags & PSR_Z_BIT ? 'Z' : 'z'; in __show_regs()
/linux-3.4.99/arch/arm/include/asm/
Dptrace.h60 #define PSR_Z_BIT 0x40000000 macro
/linux-3.4.99/arch/unicore32/kernel/
Dprocess.c202 buf[1] = flags & PSR_Z_BIT ? 'Z' : 'z'; in __show_regs()