Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c88 struct vfio_dma { struct
89 struct rb_node node;
90 dma_addr_t iova; /* Device address */
92 size_t size; /* Map size (bytes) */
93 int prot; /* IOMMU_READ/WRITE */
94 bool iommu_mapped;
96 bool vaddr_invalid;
97 struct task_struct *task;
99 unsigned long *bitmap;
100 struct mm_struct *mm;
[all …]