Home
last modified time | relevance | path

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

/linux/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/arch/parisc/mm/
H A Dfault.c480 regs->gr[0] |= PSW_N; in handle_nadtlb_fault()
508 regs->gr[0] |= PSW_N; in handle_nadtlb_fault()
523 regs->gr[0] |= PSW_N; in handle_nadtlb_fault()
/linux/arch/parisc/kernel/
H A Dtime.c106 if (regs->gr[0] & PSW_N) in profile_pc()
H A Dunaligned.c630 regs->gr[0]|=PSW_N; in handle_unaligned()
H A Dptrace.c32 #define USER_PSW_BITS (PSW_N | PSW_B | PSW_V | PSW_CB)