Home
last modified time | relevance | path

Searched refs:PSW_MASK_EXT (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dkprobes.c237 (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()
H A Didle.c58 PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK; 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()
H A Dprocess.c151 PSW_MASK_EXT | PSW_MASK_MCHECK; in copy_thread()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h176 #define PSW_MASK_EXT _AC(0x01000000, UL) macro
204 #define PSW_MASK_EXT _AC(0x0100000000000000, UL) macro
/openbmc/linux/arch/s390/include/asm/
H A Dptrace.h54 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \
/openbmc/qemu/target/s390x/
H A Dinterrupt.c166 if (!(env->psw.mask & PSW_MASK_EXT)) { in s390_cpu_has_ext_int()
H A Dcpu.h278 #undef PSW_MASK_EXT
299 #define PSW_MASK_EXT 0x0100000000000000ULL macro
H A Dcpu-sysemu.c178 (PSW_MASK_IO | PSW_MASK_EXT | PSW_MASK_MCHECK)); in disabled_wait()
H A Dsigp.c302 const uint64_t psw_int_mask = PSW_MASK_IO | PSW_MASK_EXT; in sigp_cond_emergency()
/openbmc/linux/drivers/s390/char/
H A Dsclp_early_core.c43 psw_wait.mask = psw_mask | PSW_MASK_EXT | PSW_MASK_WAIT; in sclp_early_wait_irq()
/openbmc/qemu/linux-user/s390x/
H A Dsignal.c118 #define PSW_USER_BITS (PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \
/openbmc/linux/arch/s390/kvm/
H A Dsigp.c70 const u64 psw_int_mask = PSW_MASK_IO | PSW_MASK_EXT; in __sigp_conditional_emergency()
H A Dintercept.c324 (newpsw.mask & PSW_MASK_EXT)) in handle_external_interrupt()
H A Dinterrupt.c152 return !(vcpu->arch.sie_block->gpsw.mask & PSW_MASK_EXT); in psw_extint_disabled()
H A Dkvm-s390.c4801 #define PSW_INT_MASK (PSW_MASK_EXT | PSW_MASK_IO | PSW_MASK_MCHECK)
/openbmc/qemu/hw/intc/
H A Ds390_flic.c205 if (!(cpu->env.psw.mask & PSW_MASK_EXT)) { in qemu_s390_flic_notify()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c327 if (!(env->psw.mask & PSW_MASK_EXT)) { in do_ext_interrupt()
/openbmc/qemu/linux-user/
H A Delfload.c1802 regs->psw.mask = PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | \ in init_thread()