Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dpci.h28 typedef struct VFIOIOEventFD { struct
29 QLIST_ENTRY(VFIOIOEventFD) next;
39 } VFIOIOEventFD; typedef
44 QLIST_HEAD(, VFIOIOEventFD) ioeventfds;
H A Dpci-quirks.c289 static void vfio_ioeventfd_exit(VFIOPCIDevice *vdev, VFIOIOEventFD *ioeventfd) in vfio_ioeventfd_exit()
325 VFIOIOEventFD *ioeventfd, *tmp; in vfio_drop_dynamic_eventfds()
336 VFIOIOEventFD *ioeventfd = opaque; in vfio_ioeventfd_handler()
347 static VFIOIOEventFD *vfio_ioeventfd_init(VFIOPCIDevice *vdev, in vfio_ioeventfd_init()
353 VFIOIOEventFD *ioeventfd; in vfio_ioeventfd_init()
904 VFIOIOEventFD *ioeventfd; in vfio_nvidia_quirk_mirror_write()