pub fn find_nmi_entry_for_processor(
    processor: u32,
    madt_iter: MadtIter<'_>
) -> (u8, u16)
Expand description

Finds the Non-Maskable Interrupt (NMI) entry in the MADT ACPI table (i.e., the given MadtIter) corresponding to the given processor. If no entry exists, it returns the default NMI entry value: (lint = 1, flags = 0).