Searched defs:set_iommu (Results 1 – 6 of 6) sorted by relevance
114 fn set_iommu(&mut self, iommu: &Arc<Mutex<IpcMemoryMapper>>) { in set_iommu() method
903 pub fn set_iommu(&mut self, iommu: Arc<Mutex<IpcMemoryMapper>>) { in set_iommu() method
926 fn set_iommu(&mut self, iommu: IpcMemoryMapper) -> anyhow::Result<()> { in set_iommu() method
473 fn set_iommu(&mut self, _iommu: IpcMemoryMapper) -> anyhow::Result<()> { in set_iommu() method
1818 fn set_iommu(&mut self, iommu: &Arc<Mutex<IpcMemoryMapper>>) { in set_iommu() method
208 fn set_iommu(&self, val: IommuType) -> i32 { in set_iommu() method