Searched refs:iova_bitmap (Results 1 – 8 of 8) sorted by relevance
| /drivers/iommu/iommufd/ |
| A D | iova_bitmap.c | 101 struct iova_bitmap { struct 152 static unsigned long iova_bitmap_mapped_iova(struct iova_bitmap *bitmap) in iova_bitmap_mapped_iova() 159 static unsigned long iova_bitmap_mapped_length(struct iova_bitmap *bitmap); 166 static int iova_bitmap_get(struct iova_bitmap *bitmap) in iova_bitmap_get() 220 static void iova_bitmap_put(struct iova_bitmap *bitmap) in iova_bitmap_put() 244 struct iova_bitmap *iova_bitmap_alloc(unsigned long iova, size_t length, in iova_bitmap_alloc() 248 struct iova_bitmap *bitmap; in iova_bitmap_alloc() 284 void iova_bitmap_free(struct iova_bitmap *bitmap) in iova_bitmap_free() 356 static int iova_bitmap_advance_to(struct iova_bitmap *bitmap, in iova_bitmap_advance_to() 385 int iova_bitmap_for_each(struct iova_bitmap *bitmap, void *opaque, in iova_bitmap_for_each() [all …]
|
| A D | Makefile | 16 obj-$(CONFIG_IOMMUFD_DRIVER) += iova_bitmap.o
|
| A D | io_pagetable.c | 499 static int __iommu_read_and_clear_dirty(struct iova_bitmap *bitmap, in __iommu_read_and_clear_dirty() 537 struct iova_bitmap *iter; in iommu_read_and_clear_dirty()
|
| /drivers/vfio/pci/pds/ |
| A D | dirty.h | 36 struct iova_bitmap *dirty);
|
| A D | dirty.c | 471 struct iova_bitmap *dirty_bitmap, in pds_vfio_dirty_process_bitmaps() 522 struct iova_bitmap *dirty_bitmap, in pds_vfio_dirty_sync() 602 unsigned long length, struct iova_bitmap *dirty) in pds_vfio_dma_logging_report()
|
| /drivers/vfio/pci/mlx5/ |
| A D | cmd.h | 246 unsigned long length, struct iova_bitmap *dirty);
|
| A D | cmd.c | 1614 struct iova_bitmap *dirty) in set_report_output() 1657 struct iova_bitmap *dirty, int *tracker_status) in mlx5vf_rq_cqe() 1698 struct iova_bitmap *dirty, int *tracker_status) in mlx5vf_cq_poll_one() 1725 struct iova_bitmap *dirty) in mlx5vf_tracker_read_and_clear()
|
| /drivers/vfio/ |
| A D | vfio_main.c | 1149 static int vfio_device_log_read_and_clear(struct iova_bitmap *iter, in vfio_device_log_read_and_clear() 1167 struct iova_bitmap *iter; in vfio_ioctl_device_feature_logging_report()
|
Completed in 25 milliseconds