Searched refs:PSW_USER_BITS (Results 1 – 5 of 5) sorted by relevance
166 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \173 regs->psw.mask = PSW_USER_BITS | PSW_MASK_BA; \
28 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \ macro
128 user_sregs.regs.psw.mask = PSW_USER_BITS | in save_sigregs()347 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame()421 (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()
210 tmp |= PSW_USER_BITS; in __peek_user()344 if ((data ^ PSW_USER_BITS) & ~mask) in __poke_user()
Completed in 10 milliseconds