Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dvfio.rs607 iommu_dev: IommuDevType, in get_group_with_vm()
886 iommu_type: IommuDevType, in get_container()
1002 iommu_dev: IommuDevType, in new_passthrough()
1136 pub fn iommu(&self) -> Option<(IommuDevType, Option<u32>, &[u32])> { in iommu()
H A Dlib.rs197 pub enum IommuDevType { enum
/aosp_15_r20/external/crosvm/arch/src/
H A Dfdt.rs47 iommu_type: IommuDevType, in get_iommu_phandle()
/aosp_15_r20/external/crosvm/devices/src/platform/
H A Dvfio_platform.rs369 pub fn iommu(&self) -> Option<(IommuDevType, Option<u32>, &[u32])> { in iommu()
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs1619 iommu_dev: IommuDevType, in create_vfio_device()