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

/linux-master/arch/s390/include/asm/
H A Dprocessor.h215 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \
222 regs->psw.mask = PSW_USER_BITS | PSW_MASK_BA; \
H A Dptrace.h52 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \ macro
/linux-master/arch/s390/kernel/
H A Dsignal.c128 user_sregs.regs.psw.mask = PSW_USER_BITS |
153 /* Use regs->psw.mask instead of PSW_USER_BITS to preserve PER bit. */
343 (PSW_USER_BITS & PSW_MASK_ASC) |
417 (PSW_USER_BITS & PSW_MASK_ASC) |
H A Dcompat_signal.c102 /* Use regs->psw.mask instead of PSW_USER_BITS to preserve PER bit. */
312 (PSW_USER_BITS & PSW_MASK_ASC) |
392 (PSW_USER_BITS & PSW_MASK_ASC) |
H A Dptrace.c215 tmp |= PSW_USER_BITS;
339 if ((data ^ PSW_USER_BITS) & ~mask)

Completed in 150 milliseconds