Lines Matching defs:apic
2 * APIC support
27 /* APIC Local Vector Table */
36 /* APIC delivery modes */
45 /* APIC destination mode */
192 #define foreach_apic(apic, deliver_bitmask, code) \
200 apic = local_apics[__i * 32 + __j];\
201 if (apic) {\
258 /* handled in I/O APIC code */
401 /* XXX: send the EOI packet to the APIC bus to allow the I/O APIC to
408 APICState *apic = local_apics[dest];
411 if (apic && apic->id == dest)
412 return dest; /* shortcut in case apic->id == apic->idx */
415 apic = local_apics[i];
416 if (apic && apic->id == dest)
564 /* if the APIC is installed or enabled, we let the 8259 handle the
745 printf("APIC read: %08x = %08x\n", (uint32_t)addr, val);
762 printf("APIC write: %08x = %08x\n", (uint32_t)addr, val);
920 * processor when local APIC is enabled.
954 /* NOTE: the APIC is directly connected to the CPU - it is not
963 register_savevm(NULL, "apic", s->idx, 2, apic_save, apic_load, s);