Searched refs:PSW_USER_BITS (Results 1 – 5 of 5) sorted by relevance
184 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \191 regs->psw.mask = PSW_USER_BITS | PSW_MASK_BA; \
30 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \ macro
127 user_sregs.regs.psw.mask = PSW_USER_BITS | in save_sigregs()346 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame()420 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame()
315 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame32()394 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame32()
206 tmp |= PSW_USER_BITS; in __peek_user()337 if ((data ^ PSW_USER_BITS) & ~mask) in __poke_user()
Completed in 12 milliseconds