OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
815
while ((i82489_readreg(LAPIC_ICRLO) &
LAPIC_DLSTAT_BUSY
) != 0) {
842
if ((i82489_readreg(LAPIC_ICRLO) &
LAPIC_DLSTAT_BUSY
) != 0)
866
if ((i82489_readreg(LAPIC_ICRLO) &
LAPIC_DLSTAT_BUSY
) != 0)
893
result = (i82489_readreg(LAPIC_ICRLO) &
LAPIC_DLSTAT_BUSY
) ? EBUSY : 0;
Completed in 13 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025