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