Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dfdt.rs47 iommu_type: IommuDevType, in get_iommu_phandle()
/external/crosvm/devices/src/
Dlib.rs194 pub enum IommuDevType { enum
Dvfio.rs621 iommu_dev: IommuDevType, in get_group_with_vm()
883 iommu_dev: IommuDevType, in vfio_get_container()
910 iommu_dev: IommuDevType, in vfio_get_container()
1051 iommu_dev: IommuDevType, in new_passthrough()
1185 pub fn iommu(&self) -> Option<(IommuDevType, Option<u32>, &[u32])> { in iommu()
/external/crosvm/devices/src/platform/
Dvfio_platform.rs374 pub fn iommu(&self) -> Option<(IommuDevType, Option<u32>, &[u32])> { in iommu()
/external/crosvm/src/crosvm/sys/linux/
Ddevice_helpers.rs1315 iommu_dev: IommuDevType, in create_vfio_device()