HomeSort by relevance Sort by last modified time
    Searched defs:apic (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/intc/
apic.c 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 t
408 APICState *apic = local_apics[dest]; local
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 460 bx_bool apic; member in struct:__anon34008
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 162 /* apic attention bits */
354 struct kvm_lapic *apic; /* kernel irqchip context */ member in struct:kvm_vcpu_arch
  /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 590 milliseconds