Searched refs:PSW_MASK_IO (Results 1 – 17 of 17) sorted by relevance
237 (PSW_MASK_PER | PSW_MASK_IO | PSW_MASK_EXT); in enable_singlestep()242 regs->psw.mask &= ~(PSW_MASK_IO | PSW_MASK_EXT); in enable_singlestep()469 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_fault_handler()472 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_fault_handler()488 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_exceptions_notify()509 if (regs->psw.mask & (PSW_MASK_IO | PSW_MASK_EXT)) in kprobe_exceptions_notify()
58 PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; in arch_cpu_idle()
167 regs->psw.mask &= ~(PSW_MASK_EXT | PSW_MASK_IO | PSW_MASK_WAIT); in do_io_irq()199 regs->psw.mask &= ~(PSW_MASK_EXT | PSW_MASK_IO | PSW_MASK_WAIT); in do_ext_irq()
150 frame->childregs.psw.mask = PSW_KERNEL_BITS | PSW_MASK_IO | in copy_thread()
175 #define PSW_MASK_IO _AC(0x02000000, UL) macro203 #define PSW_MASK_IO _AC(0x0200000000000000, UL) macro
54 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \
208 if (!(env->psw.mask & PSW_MASK_IO)) { in s390_cpu_has_io_int()
277 #undef PSW_MASK_IO298 #define PSW_MASK_IO 0x0200000000000000ULL macro
178 (PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK)); in disabled_wait()
302 const uint64_t psw_int_mask = PSW_MASK_IO | PSW_MASK_EXT; in sigp_cond_emergency()
118 #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()
157 return !(vcpu->arch.sie_block->gpsw.mask & PSW_MASK_IO); in psw_ioint_disabled()
4801 #define PSW_INT_MASK (PSW_MASK_EXT | PSW_MASK_IO | PSW_MASK_MCHECK)
209 if (!(cpu->env.psw.mask & PSW_MASK_IO)) { in qemu_s390_flic_notify()
390 g_assert(env->psw.mask & PSW_MASK_IO); in do_io_interrupt()
1802 regs->psw.mask = PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \ in init_thread()