Searched refs:PSR_S_BIT (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/unicore32/include/uapi/asm/ | ||
D | ptrace.h | 33 #define PSR_S_BIT 0x80000000 macro |
/linux-4.4.14/arch/unicore32/kernel/ | ||
D | process.c | 168 buf[0] = flags & PSR_S_BIT ? 'S' : 's'; in __show_regs() |