Searched refs:PSW_USER_BITS (Results 1 – 4 of 4) sorted by relevance
225 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \232 regs->psw.mask = PSW_USER_BITS | PSW_MASK_BA; \
56 #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()336 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame()404 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame()
213 tmp |= PSW_USER_BITS; in __peek_user()337 if ((data ^ PSW_USER_BITS) & ~mask) in __poke_user()