Home
last modified time | relevance | path

Searched refs:VFIO_IRQ_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/vfio/
H A Dplatform.c172 if (tmp->state == VFIO_IRQ_ACTIVE) { in vfio_intp_mmap_enable()
198 intp->state = VFIO_IRQ_ACTIVE; in vfio_intp_inject_pending_lockheld()
222 if (tmp->state == VFIO_IRQ_ACTIVE || in vfio_intp_interrupt()
251 intp->state = VFIO_IRQ_ACTIVE; in vfio_intp_interrupt()
293 if (intp->state == VFIO_IRQ_ACTIVE) { in vfio_platform_eoi()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-platform.h30 VFIO_IRQ_ACTIVE = 2, enumerator