nonmaskable
Nonmaskable is an adjective describing something that cannot be masked or suppressed. In computing, the term is commonly applied to nonmaskable interrupts (NMIs), which are hardware signals that cannot be disabled by the normal interrupt masking mechanisms.
In most CPU architectures, interrupt handling differentiates between maskable interrupts, which software can disable or enable,
Typical purposes for NMIs include reporting critical hardware errors (such as memory parity or ECC errors),
Implementation and behavior vary by architecture. Some systems allow limited masking or gating of NMIs in rare
See also: non-maskable interrupt, maskable interrupt, machine check, parity error, watchdog timer.