Searched refs:APIC_LVT_DM_NMI (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/x86/x86/ |
| H A D | local_apic.c | 150 { 1, 1, 0, 1, APIC_LVT_DM_NMI, 0 }, /* LINT1: NMI */ 153 { 1, 1, 1, 1, APIC_LVT_DM_NMI, 0 }, /* PMC */ 439 case APIC_LVT_DM_NMI: in lvt_mode_impl() 1186 case APIC_LVT_DM_NMI: in native_lapic_set_lvt_mode() 1203 case APIC_LVT_DM_NMI: in native_lapic_set_lvt_mode()
|
| H A D | mptable.c | 837 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_NMI); in mptable_parse_local_int() 940 lapic_set_lvt_mode(APIC_ID_ALL, APIC_LVT_LINT1, APIC_LVT_DM_NMI); in mptable_parse_ints()
|
| /f-stack/freebsd/x86/include/ |
| H A D | apicreg.h | 401 # define APIC_LVT_DM_NMI 0x00000400 macro
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | madt.c | 683 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_NMI); in madt_handle_local_nmi()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vlapic.c | 463 case APIC_LVT_DM_NMI: in vlapic_fire_lvt()
|