Home
last modified time | relevance | path

Searched refs:apic_deliver_pic_intr (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dapic.h9 void apic_deliver_pic_intr(DeviceState *s, int level);
/openbmc/qemu/hw/intc/
H A Dapic.c172 void apic_deliver_pic_intr(DeviceState *dev, int level) in apic_deliver_pic_intr() function
567 apic_deliver_pic_intr(dev, 1); in apic_check_pic()
/openbmc/qemu/hw/i386/
H A Dx86.c559 apic_deliver_pic_intr(cpu->apic_state, level); in pic_irq_request()