Searched refs:pasid_allocator (Results 1 – 2 of 2) sorted by relevance
1742 ioasid_unregister_allocator(&iommu->pasid_allocator); in free_dmar_iommu()2906 iommu->pasid_allocator.alloc = intel_vcmd_ioasid_alloc; in register_pasid_allocator()2907 iommu->pasid_allocator.free = intel_vcmd_ioasid_free; in register_pasid_allocator()2908 iommu->pasid_allocator.pdata = (void *)iommu; in register_pasid_allocator()2909 if (ioasid_register_allocator(&iommu->pasid_allocator)) { in register_pasid_allocator()
593 struct ioasid_allocator_ops pasid_allocator; /* Custom allocator for PASIDs */ member