Searched full:maskable (Results 1 – 25 of 84) sorted by relevance
1234
/linux-6.14.4/Documentation/arch/x86/ |
D | microcode.rst | 141 (#SMI) and Non-Maskable interrupts (#NMI). 146 Machine Checks (#MC) are non-maskable. There are two kinds of MCEs. 178 Non-Maskable Interrupts
|
D | kernel-stacks.rst | 79 Used for non-maskable interrupts (NMI).
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | exceptions-64s.S | 250 * 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 …]
|
/linux-6.14.4/drivers/acpi/arm64/ |
D | Kconfig | 17 a standard that enables issuing a non-maskable diagnostic dump and
|
/linux-6.14.4/Documentation/virt/kvm/devices/ |
D | s390_flic.rst | 77 __u8 maskable; 83 to use, maskable whether this adapter may be masked (interrupts turned off),
|
/linux-6.14.4/arch/m68k/mac/ |
D | macints.c | 81 * Finally we have good 'ole level 7, the non-maskable interrupt: 150 pr_info("Non-Maskable Interrupt\n"); in mac_nmi_handler()
|
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | allwinner,sun7i-a20-sc-nmi.yaml | 7 title: Allwinner A20 Non-Maskable Interrupt Controller
|
D | atmel,aic.yaml | 15 maskable, vectored interrupt controller providing handling of up to one
|
/linux-6.14.4/arch/x86/include/asm/ |
D | trapnr.h | 21 #define X86_TRAP_NMI 2 /* Non-maskable Interrupt */
|
D | spec-ctrl.h | 12 * would be easier if SPEC_CTRL were architecturally maskable or
|
/linux-6.14.4/Documentation/core-api/irq/ |
D | irqflags-tracing.rst | 42 - if the architecture has non-maskable interrupts then those need to be
|
/linux-6.14.4/arch/mips/include/asm/mach-rc32434/ |
D | gpio.h | 36 u32 gpionmien; /* GPIO Non-maskable Interrupt Enable Register */
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | irq.h | 56 #define IRQ_AUTO_7 7 /* level 7 interrupt (non-maskable) */
|
/linux-6.14.4/arch/sparc/include/asm/ |
D | head_32.h | 69 /* This is for hard interrupts from level 1-14, 15 is non-maskable (nmi) and
|
/linux-6.14.4/arch/x86/kernel/apic/ |
D | msi.c | 52 * 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()
|
/linux-6.14.4/Documentation/translations/zh_CN/core-api/ |
D | local_ops.rst | 37 断处理程序,它允许在NMI(Non Maskable Interrupt)处理程序中使用连贯的计数器。
|
/linux-6.14.4/Documentation/RCU/ |
D | NMI-RCU.rst | 8 it is possible to use RCU to provide dynamic non-maskable interrupt
|
/linux-6.14.4/arch/m68k/virt/ |
D | ints.c | 98 pr_warn("Non-Maskable Interrupt\n"); in virt_nmi_handler()
|
/linux-6.14.4/arch/m68k/ifpsp060/src/ |
D | ftest.S | 117 ### ovfl non-maskable 125 ### unfl non-maskable 825 # This test will take a non-maskable overflow directly. 827 string "\tNon-maskable overflow..." 980 # This test will take a non-maskable underflow directly. 982 string "\tNon-maskable underflow..."
|
/linux-6.14.4/Documentation/dev-tools/ |
D | gpio-sloppy-logic-analyzer.rst | 31 non-deterministic code paths and non-maskable interrupts. It is called 'sloppy'
|
/linux-6.14.4/Documentation/tools/rtla/ |
D | rtla-hwnoise.rst | 22 of threads as a consequence, only non-maskable interrupts and hardware-related
|
/linux-6.14.4/arch/sh/kernel/ |
D | traps.c | 189 die("Fatal Non-Maskable Interrupt", regs, SIGINT); in BUILD_TRAP_HANDLER()
|
/linux-6.14.4/arch/xtensa/kernel/ |
D | irq.c | 62 seq_puts(p, " Non-maskable interrupts\n"); in arch_show_interrupts()
|
/linux-6.14.4/arch/sparc/include/uapi/asm/ |
D | traps.h | 60 #define SP_TRAP_IRQ15 0x1f /* IRQ level 15 Non-maskable */
|
/linux-6.14.4/Documentation/core-api/ |
D | timekeeping.rst | 139 a non-maskable interrupt (NMI) during a timekeeper update, and
|
1234