Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dsclp_quiesce.c28 PSW_MASK_BASE | PSW_MASK_EA | PSW_MASK_BA | PSW_MASK_WAIT; in do_machine_quiesce()
H A Dsclp_early_core.c43 psw_wait.mask = psw_mask | PSW_MASK_EXT | PSW_MASK_WAIT; in sclp_early_wait_irq()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h180 #define PSW_MASK_WAIT _AC(0x00020000, UL) macro
208 #define PSW_MASK_WAIT _AC(0x0002000000000000, UL) macro
/openbmc/linux/arch/s390/kernel/
H A Didle.c57 psw_mask = PSW_KERNEL_BITS | PSW_MASK_WAIT | in arch_cpu_idle()
H A Dirq.c167 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()
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h30 #define PSW_MASK_WAIT 0x0002000000000000ULL macro
/openbmc/linux/arch/s390/boot/
H A Dipl_data.c12 #define PSW_MASK_DISABLED (PSW_MASK_WAIT | PSW_MASK_EA | PSW_MASK_BA)
/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h364 psw.mask = PSW_MASK_BASE | PSW_MASK_WAIT | PSW_MASK_BA | PSW_MASK_EA; in disabled_wait()
/openbmc/qemu/target/s390x/
H A Dcpu.h282 #undef PSW_MASK_WAIT
304 #define PSW_MASK_WAIT 0x0002000000000000ULL macro
H A Dcpu-sysemu.c241 if (!tcg_enabled() || !(cpu->env.psw.mask & PSW_MASK_WAIT)) { in s390_cpu_set_state()
H A Dcpu.c93 if (mask & PSW_MASK_WAIT) { in s390_cpu_set_psw()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c564 if ((env->psw.mask & PSW_MASK_WAIT) || stopped) { in s390_cpu_do_interrupt()
588 if (env->psw.mask & PSW_MASK_WAIT) { in s390_cpu_exec_interrupt()
/openbmc/linux/arch/s390/kvm/
H A Dintercept.c489 !(newpsw.mask & PSW_MASK_WAIT) && in handle_operexc()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1702 !(newpsw.mask & PSW_MASK_WAIT) && in handle_oper_loop()