Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Di8259.h17 int pic_get_output(PICCommonState *s);
/openbmc/qemu/hw/intc/
H A Dapic.c389 } else if (!apic_accept_pic_intr(dev) || !pic_get_output(isa_pic)) { in apic_update_irq()
564 if (!apic_accept_pic_intr(dev) || !pic_get_output(isa_pic)) { in apic_check_pic()
H A Di8259.c354 int pic_get_output(PICCommonState *s) in pic_get_output() function