Home
last modified time | relevance | path

Searched refs:ioapic_eoi_broadcast (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/intc/
H A Dioapic.h31 void ioapic_eoi_broadcast(int vector);
/openbmc/qemu/hw/intc/
H A Dioapic.c223 void ioapic_eoi_broadcast(int vector) in ioapic_eoi_broadcast() function
418 ioapic_eoi_broadcast(val); in ioapic_mem_write()
H A Dapic.c432 ioapic_eoi_broadcast(isrv); in apic_eoi()
H A Dtrace-events23 ioapic_eoi_broadcast(int vector) "EOI broadcast for vector %d"
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c1775 ioapic_eoi_broadcast(vcpu->exit_ctx.ApicEoi.InterruptVector); in whpx_vcpu_run()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5325 ioapic_eoi_broadcast(run->eoi.vector); in kvm_arch_handle_exit()