Searched refs:PSW_USER_BITS (Results 1 – 6 of 6) sorted by relevance
217 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \224 regs->psw.mask = PSW_USER_BITS | PSW_MASK_BA; \
54 #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()
118 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \ macro133 psw_mask = PSW_USER_BITS | (psw_mask & PSW_MASK_USER); in save_sigregs()