Home
last modified time | relevance | path

Searched refs:ioasid_unregister_allocator (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dioasid.h42 void ioasid_unregister_allocator(struct ioasid_allocator_ops *allocator);
72 static inline void ioasid_unregister_allocator(struct ioasid_allocator_ops *allocator) in ioasid_unregister_allocator() function
/Linux-v5.15/drivers/iommu/
Dioasid.c207 void ioasid_unregister_allocator(struct ioasid_allocator_ops *ops) in ioasid_unregister_allocator() function
259 EXPORT_SYMBOL_GPL(ioasid_unregister_allocator);
/Linux-v5.15/drivers/iommu/intel/
Diommu.c1868 ioasid_unregister_allocator(&iommu->pasid_allocator); in free_dmar_iommu()