Searched refs:PSW_MASK_IO (Results 1 – 8 of 8) sorted by relevance
225 (PSW_MASK_PER | PSW_MASK_IO | PSW_MASK_EXT); in enable_singlestep()230 regs->psw.mask &= ~(PSW_MASK_IO | PSW_MASK_EXT); in enable_singlestep()632 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_fault_handler()635 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_fault_handler()651 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_exceptions_notify()672 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_exceptions_notify()689 regs->psw.mask &= ~(PSW_MASK_IO | PSW_MASK_EXT); in setjmp_pre_handler()
32 PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; in enabled_wait()
139 PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; in copy_thread()
315 PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; in setup_lowcore()
222 #define PSW_MASK_IO 0x02000000UL macro252 #define PSW_MASK_IO 0x0200000000000000UL macro
22 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \
77 const u64 psw_int_mask = PSW_MASK_IO | PSW_MASK_EXT; in __sigp_conditional_emergency()
148 return !(vcpu->arch.sie_block->gpsw.mask & PSW_MASK_IO); in psw_ioint_disabled()