Searched refs:psw_user_bits (Results 1 – 6 of 6) sorted by relevance
14 extern long psw_user_bits;
127 regs->psw.mask = psw_user_bits | PSW_MASK_EA | PSW_MASK_BA; \134 regs->psw.mask = psw_user_bits | PSW_MASK_BA; \
60 user_sregs.regs.psw.mask = psw_user_bits | in save_sigregs()93 regs->psw.mask = (psw_user_bits & PSW_MASK_ASC) | in restore_sigregs()227 (psw_user_bits & PSW_MASK_ASC) | in setup_frame()298 (psw_user_bits & PSW_MASK_ASC) | in setup_rt_frame()
192 regs->psw.mask = (psw_user_bits & PSW_MASK_ASC) | in restore_sigregs32()351 (psw_user_bits & PSW_MASK_ASC) | in setup_frame32()418 (psw_user_bits & PSW_MASK_ASC) | in setup_rt_frame32()
69 long psw_user_bits = PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | variable309 psw_user_bits = (psw_user_bits & ~PSW_MASK_ASC) | PSW_ASC_PRIMARY; in set_user_mode_primary()
195 tmp = psw_user_bits | (tmp & PSW_MASK_USER); in __peek_user()317 ((data & ~PSW_MASK_USER) != psw_user_bits || in __poke_user()