Lines Matching full:apic
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 to
407 APICState *apic = local_apics[dest];
410 if (apic && apic->id == dest)
411 return dest; /* shortcut in case apic->id == apic->idx */
414 apic = local_apics[i];
415 if (apic && apic->id == dest)
562 /* if the APIC is installed or enabled, we let the 8259 handle the
743 printf("APIC read: %08x = %08x\n", (uint32_t)addr, val);
760 printf("APIC write: %08x = %08x\n", (uint32_t)addr, val);
918 * processor when local APIC is enabled.
952 /* NOTE: the APIC is directly connected to the CPU - it is not
961 register_savevm("apic", s->idx, 2, apic_save, apic_load, s);