Searched refs:PSW_N (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dpsw.h33 #define PSW_N 0x00200000 macro
60 #define USER_PSW_MASK (WIDE_PSW | PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
/linux-master/arch/parisc/mm/
H A Dfault.c480 regs->gr[0] |= PSW_N;
508 regs->gr[0] |= PSW_N;
523 regs->gr[0] |= PSW_N;
/linux-master/arch/parisc/kernel/
H A Dtime.c127 if (regs->gr[0] & PSW_N)
H A Dptrace.c32 #define USER_PSW_BITS (PSW_N | PSW_B | PSW_V | PSW_CB)
H A Dunaligned.c627 regs->gr[0]|=PSW_N;

Completed in 108 milliseconds