Home
last modified time | relevance | path

Searched defs:vfio_batch (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/vfio/
Dvfio_iommu_type1.c103 struct vfio_batch { struct
104 struct page **pages; /* for pin_user_pages_remote */
105 struct page *fallback_page; /* if pages alloc fails */
106 unsigned int capacity; /* length of pages array */
107 unsigned int size; /* of batch currently */
108 unsigned int offset; /* of next entry in pages */