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.h113 #define APIC_ERROR_INT APIC_LOCAL_INTS macro
/freebsd/sys/x86/x86/
H A Dlocal_apic.c195 .lvt_vector = APIC_ERROR_INT,
596 setidt(APIC_ERROR_INT, pti ? IDTVEC(errorint_pti) : IDTVEC(errorint), in lapic_init()