Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-parisc/
Dpsw.h19 #define PSW_X 0x00100000 macro
53 # define USER_PSW_MASK (PSW_W | PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
59 # define USER_PSW_MASK (PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
/linux-2.4.37.9/arch/parisc/kernel/
Dtraps.c603 regs->gr[0] |= PSW_X; /* So we can single-step over the trap */ in handle_interruption()