Home
last modified time | relevance | path

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

/reactos/hal/halx86/mp/
H A Dmpconfig.c236 m->SrcBusIrq, m->DstApicId, m->DstApicLInt); in HaliMPIntLocalInfo()
244 if ((m->IrqType == INT_EXTINT) && (m->DstApicLInt != 0)) in HaliMPIntLocalInfo()
249 if ((m->IrqType == INT_NMI) && (m->DstApicLInt != 1)) in HaliMPIntLocalInfo()
468 lintsrc.DstApicLInt = i; in HaliConstructDefaultISAMPTable()
/reactos/hal/halx86/include/
H A Dmps.h181 UCHAR DstApicLInt; /* Destination local APIC interrupt */ member