Home
last modified time | relevance | path

Searched refs:PSW_MASK_WAIT (Results 1 – 5 of 5) sorted by relevance

/arch/s390/include/uapi/asm/
Dptrace.h226 #define PSW_MASK_WAIT 0x00020000UL macro
256 #define PSW_MASK_WAIT 0x0002000000000000UL macro
/arch/s390/kernel/
Dirq.c164 regs->psw.mask &= ~(PSW_MASK_EXT | PSW_MASK_IO | PSW_MASK_WAIT); in do_io_irq()
193 regs->psw.mask &= ~(PSW_MASK_EXT | PSW_MASK_IO | PSW_MASK_WAIT); in do_ext_irq()
Didle.c54 psw_mask = PSW_KERNEL_BITS | PSW_MASK_WAIT | PSW_MASK_DAT | in arch_cpu_idle()
/arch/s390/include/asm/
Dprocessor.h307 psw.mask = PSW_MASK_BASE | PSW_MASK_WAIT | PSW_MASK_BA | PSW_MASK_EA; in disabled_wait()
/arch/s390/kvm/
Dintercept.c475 !(newpsw.mask & PSW_MASK_WAIT) && in handle_operexc()