Searched refs:iova_bitmap (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | iova_bitmap.h | 12 struct iova_bitmap; 14 typedef int (*iova_bitmap_fn_t)(struct iova_bitmap *bitmap, 19 struct iova_bitmap *iova_bitmap_alloc(unsigned long iova, size_t length, 22 void iova_bitmap_free(struct iova_bitmap *bitmap); 23 int iova_bitmap_for_each(struct iova_bitmap *bitmap, void *opaque, 25 void iova_bitmap_set(struct iova_bitmap *bitmap, 28 static inline struct iova_bitmap *iova_bitmap_alloc(unsigned long iova, in iova_bitmap_alloc() 36 static inline void iova_bitmap_free(struct iova_bitmap *bitmap) in iova_bitmap_free() 40 static inline int iova_bitmap_for_each(struct iova_bitmap *bitmap, void *opaque, in iova_bitmap_for_each() 46 static inline void iova_bitmap_set(struct iova_bitmap *bitmap, in iova_bitmap_set()
|
| H A D | iommu.h | 16 #include <linux/iova_bitmap.h> 403 struct iova_bitmap *bitmap; 1099 struct iova_bitmap *bitmap, 1447 struct iova_bitmap *bitmap, in iommu_device_link()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | iova_bitmap.c | 101 struct iova_bitmap { struct 130 static unsigned long iova_bitmap_offset_to_index(struct iova_bitmap *bitmap, in iova_bitmap_offset_to_index() argument 140 static unsigned long iova_bitmap_index_to_offset(struct iova_bitmap *bitmap, in iova_bitmap_index_to_offset() 151 static unsigned long iova_bitmap_mapped_iova(struct iova_bitmap *bitmap) in iova_bitmap_mapped_iova() 158 static unsigned long iova_bitmap_mapped_length(struct iova_bitmap *bitmap); 165 static int iova_bitmap_get(struct iova_bitmap *bitmap) in iova_bitmap_get() 219 static void iova_bitmap_put(struct iova_bitmap *bitmap) in iova_bitmap_put() 243 struct iova_bitmap *iova_bitmap_alloc(unsigned long iova, size_t length, in iova_bitmap_alloc() 247 struct iova_bitmap *bitmap; in iova_bitmap_alloc() 283 void iova_bitmap_free(struct iova_bitmap *bitmap) in iova_bitmap_free() [all …]
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | dirty.h | 36 struct iova_bitmap *dirty);
|
| H A D | dirty.c | 472 struct iova_bitmap *dirty_bitmap, in pds_vfio_dirty_process_bitmaps() 523 struct iova_bitmap *dirty_bitmap, in pds_vfio_dirty_sync() 603 unsigned long length, struct iova_bitmap *dirty) in pds_vfio_dma_logging_report()
|
| /linux/samples/vfio-mdev/ |
| H A D | mtty.c | 1298 struct iova_bitmap *dirty)
|