Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/vfio/
H A Dvfio-platform.h34 typedef struct VFIOINTp { struct
35 QLIST_ENTRY(VFIOINTp) next; /* entry for IRQ list */
36 QSIMPLEQ_ENTRY(VFIOINTp) pqnext; /* entry for pending IRQ queue */
45 } VFIOINTp; argument
48 typedef void (*eventfd_user_side_handler_t)(VFIOINTp *intp);
54 QLIST_HEAD(, VFIOINTp) intp_list; /* list of IRQs */
56 QSIMPLEQ_HEAD(, VFIOINTp) pending_intp_queue;
/openbmc/qemu/hw/vfio/
H A Dplatform.c45 static inline bool vfio_irq_is_automasked(VFIOINTp *intp) in vfio_irq_is_automasked()
57 static VFIOINTp *vfio_init_intp(VFIODevice *vbasedev, in vfio_init_intp()
64 VFIOINTp *intp; in vfio_init_intp()
112 static int vfio_set_trigger_eventfd(VFIOINTp *intp, in vfio_set_trigger_eventfd()
167 VFIOINTp *tmp; in vfio_intp_mmap_enable()
212 static void vfio_intp_interrupt(VFIOINTp *intp) in vfio_intp_interrupt()
215 VFIOINTp *tmp; in vfio_intp_interrupt()
287 VFIOINTp *intp; in vfio_platform_eoi()
328 VFIOINTp *intp; in vfio_start_eventfd_injection()
379 VFIOINTp *intp; in vfio_start_irqfd_injection()
[all …]
/openbmc/qemu/hw/core/
H A Dsysbus-fdt.c296 VFIOINTp *intp; in add_amd_xgbe_fdt_node()