Home
last modified time | relevance | path

Searched refs:PSR_S_BIT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/unicore32/include/uapi/asm/
Dptrace.h33 #define PSR_S_BIT 0x80000000 macro
/linux-4.1.27/arch/unicore32/kernel/
Dprocess.c168 buf[0] = flags & PSR_S_BIT ? 'S' : 's'; in __show_regs()