Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/qemu/hw/vfio/
H A Dcommon.c290 VFIOGuestIOMMU *giommu = container_of(n, VFIOGuestIOMMU, n); in vfio_iommu_map_notify()
601 VFIOGuestIOMMU *giommu; in vfio_listener_region_add()
729 VFIOGuestIOMMU *giommu; in vfio_listener_region_del()
1203 VFIOGuestIOMMU *giommu;
1210 VFIOGuestIOMMU *giommu = gdn->giommu; in vfio_iommu_map_dirty_notify()
1304 VFIOGuestIOMMU *giommu; in vfio_sync_iommu_dirty_bitmap()
H A Dcontainer-base.c104 VFIOGuestIOMMU *giommu, *tmp; in vfio_container_instance_finalize()