OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAPIC_DLSTAT_BUSY
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/include/
i82489reg.h
93
#define
LAPIC_DLSTAT_BUSY
__BIT(12) /* NA in x2APIC nor MSI */
/src/sys/arch/x86/x86/
lapic.c
816
while ((i82489_readreg(LAPIC_ICRLO) &
LAPIC_DLSTAT_BUSY
) != 0) {
843
if ((i82489_readreg(LAPIC_ICRLO) &
LAPIC_DLSTAT_BUSY
) != 0)
867
if ((i82489_readreg(LAPIC_ICRLO) &
LAPIC_DLSTAT_BUSY
) != 0)
894
result = (i82489_readreg(LAPIC_ICRLO) &
LAPIC_DLSTAT_BUSY
) ? EBUSY : 0;
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026