Home
last modified time | relevance | path

Searched refs:APIC_LVT_CMCI (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dapicreg.h449 #define APIC_LVT_CMCI 6 macro
450 #define APIC_LVT_MAX APIC_LVT_CMCI
/f-stack/freebsd/amd64/vmm/io/
H A Dvlapic_priv.h139 #define VLAPIC_MAXLVT_INDEX APIC_LVT_CMCI
H A Dvlapic.c339 index = APIC_LVT_CMCI; in lvt_off_to_idx()
663 if (vlapic_fire_lvt(vlapic, APIC_LVT_CMCI)) { in vlapic_fire_cmci()
701 case APIC_LVT_CMCI: in vlapic_trigger_lvt()
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c740 if (maxlvt >= APIC_LVT_CMCI) in native_lapic_dump()
841 if (maxlvt >= APIC_LVT_CMCI) { in native_lapic_setup()
842 lapic_write32(LAPIC_LVT_CMCI, lvt_mode(la, APIC_LVT_CMCI, in native_lapic_setup()
1458 lapics[apic_id].la_lvts[APIC_LVT_CMCI].lvt_masked = 0; in native_lapic_enable_cmc()
1459 lapics[apic_id].la_lvts[APIC_LVT_CMCI].lvt_active = 1; in native_lapic_enable_cmc()