Home
last modified time | relevance | path

Searched refs:APIC_CMC_INT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dapicvar.h111 #define APIC_CMC_INT (APIC_LOCAL_INTS + 2) macro
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c155 { 1, 1, 1, 1, APIC_LVT_DM_FIXED, APIC_CMC_INT }, /* CMCI */
161 { 1, 1, 1, 0, APIC_LVT_DM_FIXED, APIC_CMC_INT },
543 setidt(APIC_CMC_INT, pti ? IDTVEC(cmcint_pti) : IDTVEC(cmcint), in native_lapic_init()