Searched refs:PSW_USER_BITS (Results 1 – 5 of 5) sorted by relevance
238 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \245 regs->psw.mask = PSW_USER_BITS | PSW_MASK_BA; \
52 #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()343 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame()417 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame()
312 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame32()392 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame32()
215 tmp |= PSW_USER_BITS; in __peek_user()339 if ((data ^ PSW_USER_BITS) & ~mask) in __poke_user()
Completed in 14 milliseconds