Searched defs:virtio_iommu_req_map (Results 1 – 2 of 2) sorted by relevance
99 struct virtio_iommu_req_map { struct100 struct virtio_iommu_req_head head;101 __le32 domain;102 __le64 virt_start;103 __le64 virt_end;104 __le64 phys_start;105 __le32 flags;106 struct virtio_iommu_req_tail tail;
128 pub struct virtio_iommu_req_map { struct129 pub domain: Le32,130 pub virt_start: Le64,131 pub virt_end: Le64,132 pub phys_start: Le64,133 pub flags: Le32,