Home
last modified time | relevance | path

Searched refs:apic_get_interrupt (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dapic.h11 int apic_get_interrupt(DeviceState *s);
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0003-apic-fixup-fallthrough-to-PIC.patch19 (with the local APIC disabled apic_get_interrupt() returns -1).
/openbmc/qemu/hw/intc/
H A Dapic.c571 int apic_get_interrupt(DeviceState *dev) in apic_get_interrupt() function
/openbmc/qemu/hw/i386/
H A Dx86.c582 intno = apic_get_interrupt(cpu->apic_state); in cpu_get_pic_interrupt()