Home
last modified time | relevance | path

Searched refs:APIC_LVT_DM_NMI (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/x86/x86/
HDlocal_apic.c130 { 1, 1, 0, 1, APIC_LVT_DM_NMI, 0 }, /* LINT1: NMI */
133 { 1, 1, 1, 1, APIC_LVT_DM_NMI, 0 }, /* PMC */
198 case APIC_LVT_DM_NMI: in lvt_mode()
660 case APIC_LVT_DM_NMI: in lapic_set_lvt_mode()
677 case APIC_LVT_DM_NMI: in lapic_set_lvt_mode()
HDmptable.c804 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_NMI); in mptable_parse_local_int()
907 lapic_set_lvt_mode(APIC_ID_ALL, APIC_LVT_LINT1, APIC_LVT_DM_NMI); in mptable_parse_ints()
/trueos/sys/x86/include/
HDapicreg.h326 # define APIC_LVT_DM_NMI 0x00000400 macro
/trueos/sys/x86/acpica/
HDmadt.c522 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_NMI); in madt_parse_local_nmi()
/trueos/sys/amd64/vmm/io/
HDvlapic.c453 case APIC_LVT_DM_NMI: in vlapic_fire_lvt()