Searched refs:pIommuDomain (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c221 if (!pData->pIommuDomain)
228 status = iommu_attach_device(pData->pIommuDomain, &pPciDev->dev);
266 if (!pData->pIommuDomain)
275 iommu_detach_device(pData->pIommuDomain, &pIns->pPciDev->dev);
1000 struct iommu_domain* domain = ((PVBOXRAWPCIDRVVM)(pVmCtx->pDriverData))->pIommuDomain;
1049 pThis->pIommuDomain = IOMMU_DOMAIN_ALLOC();
1050 if (!pThis->pIommuDomain)
1059 pThis->pIommuDomain);
1068 if (pThis->pIommuDomain)
1071 pThis->pIommuDomain);
[all...]
/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPciInternal.h113 struct iommu_domain* pIommuDomain; member in struct:VBOXRAWPCIDRVVM

Completed in 177 milliseconds