Searched refs:VFIO_DMA_UNMAP_FLAG_VADDR (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvfio.h1550 * must have previously been invalidated with VFIO_DMA_UNMAP_FLAG_VADDR. To
1599 * If flags & VFIO_DMA_UNMAP_FLAG_VADDR, do not unmap, but invalidate host
1609 #define VFIO_DMA_UNMAP_FLAG_VADDR (1 << 2) macro
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c1278 bool invalidate_vaddr = unmap->flags & VFIO_DMA_UNMAP_FLAG_VADDR;
2836 VFIO_DMA_UNMAP_FLAG_VADDR |
2851 VFIO_DMA_UNMAP_FLAG_VADDR)))

Completed in 103 milliseconds