OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_APICS
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
mpspec_def.h
24
#define
MAX_APICS
256
/external/qemu/hw/
apic.c
63
#define
MAX_APICS
255
93
static APICState *local_apics[
MAX_APICS
+ 1];
413
for (i = 0; i <
MAX_APICS
; i++) {
440
for(i = 0; i <
MAX_APICS
; i++) {
940
if (last_apic_idx >=
MAX_APICS
)
Completed in 1596 milliseconds
1
2