Searched refs:domain_alloc_user (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/iommu/iommufd/
H A Dhw_pagetable.c113 if ((flags || user_data) && !ops->domain_alloc_user)
130 if (ops->domain_alloc_user) {
131 hwpt->domain = ops->domain_alloc_user(idev->dev, flags, NULL,
216 if (flags || !user_data->len || !ops->domain_alloc_user)
230 hwpt->domain = ops->domain_alloc_user(idev->dev, flags,
H A Dselftest.c528 .domain_alloc_user = mock_domain_alloc_user,
/linux-master/include/linux/
H A Diommu.h509 * @domain_alloc_user: Allocate an iommu domain corresponding to the input
557 struct iommu_domain *(*domain_alloc_user)( member in struct:iommu_ops
/linux-master/drivers/iommu/intel/
H A Diommu.c3922 * domain_alloc_user op needs to fully initialize a domain before
4843 .domain_alloc_user = intel_iommu_domain_alloc_user,
/linux-master/drivers/iommu/amd/
H A Diommu.c2787 .domain_alloc_user = amd_iommu_domain_alloc_user,

Completed in 149 milliseconds