Searched refs:pasid_allocator (Results 1 – 2 of 2) sorted by relevance
596 struct ioasid_allocator_ops pasid_allocator; /* Custom allocator for PASIDs */ member
1837 ioasid_unregister_allocator(&iommu->pasid_allocator); in free_dmar_iommu()3219 iommu->pasid_allocator.alloc = intel_vcmd_ioasid_alloc; in register_pasid_allocator()3220 iommu->pasid_allocator.free = intel_vcmd_ioasid_free; in register_pasid_allocator()3221 iommu->pasid_allocator.pdata = (void *)iommu; in register_pasid_allocator()3222 if (ioasid_register_allocator(&iommu->pasid_allocator)) { in register_pasid_allocator()