Searched defs:apic (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/
H A Dapic.c191 #define foreach_apic(apic, deliver_bitmask, code) \
199 apic = local_apics[__i * 32 + __j];\
200 if (apic) {\
407 APICState *apic = local_apics[dest]; local
410 if (apic && apic->id == dest)
411 return dest; /* shortcut in case apic->id == apic->idx */
414 apic = local_apics[i];
415 if (apic
[all...]
/external/qemu-pc-bios/bochs/
H A Dbochs.h460 bx_bool apic; member in struct:__anon11272
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1178 putb(&q, ioapic_id); /* apic ID */
1784 struct madt_processor_apic *apic; local
1793 apic = (void *)(madt + 1);
1795 apic->type = APIC_PROCESSOR;
1796 apic->length = sizeof(*apic);
1797 apic->processor_id = i;
1798 apic->local_apic_id = i;
1799 apic->flags = cpu_to_le32(1);
1800 apic
[all...]

Completed in 79 milliseconds