Home
last modified time | relevance | path

Searched refs:PSW_MASK_IO (Results 1 – 8 of 8) sorted by relevance

/arch/s390/kernel/
Dkprobes.c225 (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()
Didle.c32 PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; in enabled_wait()
Dprocess.c139 PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; in copy_thread()
Dsetup.c315 PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; in setup_lowcore()
/arch/s390/include/uapi/asm/
Dptrace.h222 #define PSW_MASK_IO 0x02000000UL macro
252 #define PSW_MASK_IO 0x0200000000000000UL macro
/arch/s390/include/asm/
Dptrace.h22 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \
/arch/s390/kvm/
Dsigp.c77 const u64 psw_int_mask = PSW_MASK_IO | PSW_MASK_EXT; in __sigp_conditional_emergency()
Dinterrupt.c148 return !(vcpu->arch.sie_block->gpsw.mask & PSW_MASK_IO); in psw_ioint_disabled()