OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOAPIC_REDTBL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/include/
i82093reg.h
84
#define
IOAPIC_REDTBL
0x10
85
#define IOAPIC_REDHI(pin) (
IOAPIC_REDTBL
+ ((pin) << 1) + 1)
86
#define IOAPIC_REDLO(pin) (
IOAPIC_REDTBL
+ ((pin) << 1))
/src/sys/arch/x86/x86/
ioapic.c
619
} while (i <
IOAPIC_REDTBL
+ (sc->sc_apic_sz * 2));
Completed in 35 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026