OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ioapics
(Results
1 - 4
of
4
) 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
...]
lapic.c
336
for (ioapic =
ioapics
; ioapic != NULL; ioapic = ioapic->sc_next) {
mpbios.c
300
/* If MP is disabled, don't use MPBIOS or the
ioapics
. */
808
for (sc =
ioapics
; sc != NULL;
/src/sys/arch/x86/include/
i82093var.h
107
extern struct ioapic_softc *
ioapics
;
Completed in 18 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026