Searched refs:PSW_MASK_IO (Results 1 – 9 of 9) sorted by relevance
200 (PSW_MASK_PER | PSW_MASK_IO | PSW_MASK_EXT); in enable_singlestep()205 regs->psw.mask &= ~(PSW_MASK_IO | PSW_MASK_EXT); in enable_singlestep()489 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_fault_handler()492 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_fault_handler()508 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_exceptions_notify()529 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_exceptions_notify()
33 PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; in enabled_wait()
134 PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; in copy_thread()
220 #define PSW_MASK_IO 0x02000000UL macro250 #define PSW_MASK_IO 0x0200000000000000UL macro
27 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \
70 const u64 psw_int_mask = PSW_MASK_IO | PSW_MASK_EXT; in __sigp_conditional_emergency()
151 return !(vcpu->arch.sie_block->gpsw.mask & PSW_MASK_IO); in psw_ioint_disabled()
4139 #define PSW_INT_MASK (PSW_MASK_EXT | PSW_MASK_IO | PSW_MASK_MCHECK)