Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dioasid.h41 void ioasid_unregister_allocator(struct ioasid_allocator_ops *allocator);
68 static inline void ioasid_unregister_allocator(struct ioasid_allocator_ops *allocator) in ioasid_unregister_allocator() function
/Linux-v6.1/drivers/iommu/
Dioasid.c206 void ioasid_unregister_allocator(struct ioasid_allocator_ops *ops) in ioasid_unregister_allocator() function
258 EXPORT_SYMBOL_GPL(ioasid_unregister_allocator);
/Linux-v6.1/drivers/iommu/intel/
Diommu.c1742 ioasid_unregister_allocator(&iommu->pasid_allocator); in free_dmar_iommu()