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_REDLO_RIRR
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x86/include/
i82093reg.h
94
#define
IOAPIC_REDLO_RIRR
0x00004000 /* remote IRR; read only */
/src/sys/arch/amd64/include/
i82093reg.h
60
andl $~
IOAPIC_REDLO_RIRR
,%esi ;\
77
andl $~(IOAPIC_REDLO_MASK|
IOAPIC_REDLO_RIRR
),%r12d ;\
/src/sys/arch/i386/include/
i82093reg.h
51
andl $~
IOAPIC_REDLO_RIRR
,%esi ;\
75
andl $~(IOAPIC_REDLO_MASK|
IOAPIC_REDLO_RIRR
),%edx ;\
/src/sys/arch/x86/x86/
ioapic.c
514
redlo &= ~
IOAPIC_REDLO_RIRR
;
535
if ((redlo & (
IOAPIC_REDLO_RIRR
| IOAPIC_REDLO_DELSTS)) != 0) {
555
redlo &= ~(IOAPIC_REDLO_MASK |
IOAPIC_REDLO_RIRR
);
Completed in 19 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026