Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dapicvar.h112 #define APIC_ERROR_INT APIC_LOCAL_INTS macro
/freebsd/sys/x86/x86/
H A Dlocal_apic.c154 { 1, 1, 0, 1, APIC_LVT_DM_FIXED, APIC_ERROR_INT }, /* Error */
470 setidt(APIC_ERROR_INT, pti ? IDTVEC(errorint_pti) : IDTVEC(errorint), in lapic_init()