Home
last modified time | relevance | path

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

/qemu/include/hw/vfio/
H A Dvfio-container-base.h47 QLIST_HEAD(, VFIOGuestIOMMU) giommu_list;
55 typedef struct VFIOGuestIOMMU { struct
60 QLIST_ENTRY(VFIOGuestIOMMU) giommu_next; argument
61 } VFIOGuestIOMMU; typedef
/qemu/hw/vfio/
H A Dcommon.c287 VFIOGuestIOMMU *giommu = container_of(n, VFIOGuestIOMMU, n); in vfio_iommu_map_notify()
598 VFIOGuestIOMMU *giommu; in vfio_listener_region_add()
744 VFIOGuestIOMMU *giommu; in vfio_listener_region_del()
1211 VFIOGuestIOMMU *giommu;
1218 VFIOGuestIOMMU *giommu = gdn->giommu; in vfio_iommu_map_dirty_notify()
1315 VFIOGuestIOMMU *giommu; in vfio_sync_dirty_bitmap()
H A Dcontainer-base.c89 VFIOGuestIOMMU *giommu, *tmp; in vfio_container_destroy()