Searched refs:PSW_MASK_BA (Results 1 – 8 of 8) 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; \381 (psw.mask & PSW_MASK_BA) ? (1UL << 31) - 1 : in __rewind_psw()398 psw.mask = PSW_MASK_BASE | PSW_MASK_WAIT | PSW_MASK_BA | PSW_MASK_EA; in disabled_wait()
55 PSW_MASK_EA | PSW_MASK_BA | PSW_MASK_DAT)
28 PSW_MASK_BASE | PSW_MASK_EA | PSW_MASK_BA | PSW_MASK_WAIT; in do_machine_quiesce()
161 regs->psw.mask |= PSW_MASK_BA; in restore_sigregs()335 regs->psw.mask = PSW_MASK_EA | PSW_MASK_BA | in setup_frame()403 regs->psw.mask = PSW_MASK_EA | PSW_MASK_BA | in setup_rt_frame()
343 if ((data & PSW_MASK_EA) && !(data & PSW_MASK_BA)) in __poke_user()
11 #define PSW_MASK_DISABLED (PSW_MASK_WAIT | PSW_MASK_EA | PSW_MASK_BA)
95 #define PSW_MASK_BA _AC(0x0000000080000000, UL) macro
691 #define PSW_MASK_ADDR_MODE (PSW_MASK_EA | PSW_MASK_BA)700 if ((psw->mask & PSW_MASK_ADDR_MODE) == PSW_MASK_BA) { in is_valid_psw()