Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dioasid.h41 void ioasid_unregister_allocator(struct ioasid_allocator_ops *allocator);
66 static inline void ioasid_unregister_allocator(struct ioasid_allocator_ops *allocator) in ioasid_unregister_allocator() function
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dioasid.c206 void ioasid_unregister_allocator(struct ioasid_allocator_ops *ops) in ioasid_unregister_allocator() function
258 EXPORT_SYMBOL_GPL(ioasid_unregister_allocator);
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Diommu.c1907 ioasid_unregister_allocator(&iommu->pasid_allocator); in free_dmar_iommu()