Home
last modified time | relevance | path

Searched full:maskable (Results 1 – 25 of 131) sorted by relevance

123456

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/
H A DNMI.interface.yaml2 It is a non-maskable interrupt or signal for triggering dumps from the host
8 Generic method to initiate non maskable interrupt on all host
/openbmc/openbmc-test-automation/openpower/
H A Dtest_nmi_interface.robot2 Documentation Test Non-maskable interrupt functionality.
70 [Documentation] Inject non-maskable interrupt Redfish URI.
/openbmc/linux/Documentation/arch/x86/
H A Dmicrocode.rst141 (#SMI) and Non-Maskable interrupts (#NMI).
146 Machine Checks (#MC) are non-maskable. There are two kinds of MCEs.
178 Non-Maskable Interrupts
/openbmc/linux/drivers/acpi/arm64/
H A DKconfig17 a standard that enables issuing a non-maskable diagnostic dump and
/openbmc/linux/arch/powerpc/kernel/
H A Dexceptions-64s.S250 * These occur when maskable asynchronous interrupts are taken with the
478 .abort "Bad maskable vector"
875 * In particular, this means we can take a maskable interrupt at any point
954 * This is a non-maskable, asynchronous interrupt always taken in real-mode.
969 * This interrupt is not maskable, so triggering it when MSR[RI] is clear,
1098 * This is a non-maskable interrupt always taken in real-mode. It can be
1133 * This interrupt is not maskable, so if it triggers when MSR[RI] is clear,
1604 * This is an asynchronous maskable interrupt in response to an "external
1606 * interrupt). It is maskable in hardware by clearing MSR[EE], and
1607 * soft-maskable with IRQS_DISABLED mask (i.e., local_irq_disable()).
[all …]
/openbmc/qemu/hw/audio/
H A Dgusemu_hal.c218 … GUSregb(TimerStatus2x8) &= 0x1f; /* AdLib IRQ reset? -> clear maskable adl. timer int regs */ in gus_write()
397 GUSregb(TimerStatus2x8) |= 0xc0; /* maskable bits */ in gus_write()
407 GUSregb(TimerStatus2x8) |= 0xa0; /* maskable bits */ in gus_write()
426 GUSregb(TimerStatus2x8) &= 0xfb; /* clear non-maskable timer1 bit */ in gus_write()
431 GUSregb(TimerStatus2x8) &= 0xfd; /* clear non-maskable timer2 bit */ in gus_write()
H A Dgusemu_mixer.c201 GUSregb(TimerStatus2x8) |= 0xc0; /* maskable bits */ in gus_irqgen()
220 GUSregb(TimerStatus2x8) |= 0xa0; /* maskable bits */ in gus_irqgen()
/openbmc/linux/Documentation/virt/kvm/devices/
H A Ds390_flic.rst73 __u8 maskable;
79 to use, maskable whether this adapter may be masked (interrupts turned off),
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/
H A DNMI.interface.yaml3 is a non-maskable interrupt or signal for generating diagnostic traces and
/openbmc/linux/arch/x86/include/asm/
H A Dtrapnr.h9 #define X86_TRAP_NMI 2 /* Non-maskable Interrupt */
H A Dspec-ctrl.h11 * would be easier if SPEC_CTRL were architecturally maskable or
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dallwinner,sun7i-a20-sc-nmi.yaml7 title: Allwinner A20 Non-Maskable Interrupt Controller
/openbmc/linux/arch/m68k/mac/
H A Dmacints.c81 * Finally we have good 'ole level 7, the non-maskable interrupt:
150 pr_info("Non-Maskable Interrupt\n"); in mac_nmi_handler()
/openbmc/linux/Documentation/core-api/irq/
H A Dirqflags-tracing.rst42 - if the architecture has non-maskable interrupts then those need to be
/openbmc/linux/arch/mips/include/asm/mach-rc32434/
H A Dgpio.h36 u32 gpionmien; /* GPIO Non-maskable Interrupt Enable Register */
/openbmc/linux/arch/m68k/include/asm/
H A Dirq.h55 #define IRQ_AUTO_7 7 /* level 7 interrupt (non-maskable) */
/openbmc/linux/arch/sparc/include/asm/
H A Dhead_32.h69 /* This is for hard interrupts from level 1-14, 15 is non-maskable (nmi) and
/openbmc/linux/arch/x86/kernel/apic/
H A Dmsi.c52 * For non-maskable and non-remapped MSI interrupts the migration in msi_set_affinity()
58 * - The MSI is maskable (remapped MSI does not use this code path). in msi_set_affinity()
/openbmc/qemu/include/hw/s390x/
H A Ds390_flic.h55 bool swap, bool maskable, uint8_t flags);
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dlocal_ops.rst37 断处理程序,它允许在NMI(Non Maskable Interrupt)处理程序中使用连贯的计数器。
/openbmc/linux/Documentation/RCU/
H A DNMI-RCU.rst8 it is possible to use RCU to provide dynamic non-maskable interrupt
/openbmc/linux/arch/m68k/virt/
H A Dints.c98 pr_warn("Non-Maskable Interrupt\n"); in virt_nmi_handler()
/openbmc/qemu/target/mips/tcg/
H A Dexception.c95 [EXCP_NMI] = "non-maskable interrupt",
/openbmc/linux/Documentation/tools/rtla/
H A Drtla-hwnoise.rst22 of threads as a consequence, only non-maskable interrupts and hardware-related
/openbmc/linux/arch/xtensa/kernel/
H A Dirq.c62 seq_puts(p, " Non-maskable interrupts\n"); in arch_show_interrupts()

123456