OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apic
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/
apic.c
2
*
APIC
support
27
/*
APIC
Local Vector Table */
36
/*
APIC
delivery modes */
45
/*
APIC
destination mode */
191
#define foreach_apic(
apic
, deliver_bitmask, code) \
199
apic
= local_apics[__i * 32 + __j];\
200
if (
apic
) {\
257
/* handled in I/O
APIC
code */
400
/* XXX: send the EOI packet to the
APIC
bus to allow the I/O
APIC
t
407
APICState *
apic
= local_
apic
s[dest];
local
[
all
...]
/external/qemu-pc-bios/bochs/
bochs.h
460
bx_bool
apic
;
member in struct:__anon27536
/external/qemu-pc-bios/bochs/bios/
rombios32.c
648
/* enable local
APIC
*/
1144
putle32(&q, 0xfee00000); /* local
APIC
addr */
1151
putb(&q, i); /*
APIC
id */
1152
putb(&q, 0x11); /* local
APIC
version number */
1177
putb(&q, 2); /* entry type = I/O
APIC
*/
1178
putb(&q, ioapic_id); /*
apic
ID */
1179
putb(&q, 0x11); /* I/O
APIC
version number */
1181
putle32(&q, 0xfec00000); /* I/O
APIC
addr */
1197
putb(&q, ioapic_id); /* dest I/O
APIC
ID */
1199
putb(&q, i == 0 ? 2 : i); /* dest I/O
APIC
interrupt in *
1784
struct madt_processor_
apic
*
apic
;
local
[
all
...]
Completed in 1061 milliseconds