HomeSort by: relevance | last modified time | path
    Searched defs:ioapics (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
ioapic.c 115 struct ioapic_softc *ioapics; /* head of linked list */ variable in typeref:struct:ioapic_softc *
189 * XXX kludge for all-ioapics interrupt support
193 return ioapics;
194 panic("unsupported: all-ioapics interrupt with >1 ioapic");
197 for (sc = ioapics; sc != NULL; sc = sc->sc_next)
213 for (sc = ioapics; sc != NULL; sc = sc->sc_next) {
229 for (scp = &ioapics; *scp != NULL; scp = &(*scp)->sc_next)
327 * XXX this assumes ordering of ioapics in the table.
463 if (ioapics == NULL)
468 if (ioapics->sc_flags & IOAPIC_PICMODE)
    [all...]
ioapic.c 115 struct ioapic_softc *ioapics; /* head of linked list */ variable in typeref:struct:ioapic_softc *
189 * XXX kludge for all-ioapics interrupt support
193 return ioapics;
194 panic("unsupported: all-ioapics interrupt with >1 ioapic");
197 for (sc = ioapics; sc != NULL; sc = sc->sc_next)
213 for (sc = ioapics; sc != NULL; sc = sc->sc_next) {
229 for (scp = &ioapics; *scp != NULL; scp = &(*scp)->sc_next)
327 * XXX this assumes ordering of ioapics in the table.
463 if (ioapics == NULL)
468 if (ioapics->sc_flags & IOAPIC_PICMODE)
    [all...]

Completed in 22 milliseconds