Searched refs:ioasid_alloc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ioasid.h | 35 ioasid_t ioasid_alloc(struct ioasid_set *set, ioasid_t min, ioasid_t max, 45 static inline ioasid_t ioasid_alloc(struct ioasid_set *set, ioasid_t min, in ioasid_alloc() function
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | ioasid.c | 5 * free IOASIDs with ioasid_alloc and ioasid_free. 293 * ioasid_alloc - Allocate an IOASID 304 ioasid_t ioasid_alloc(struct ioasid_set *set, ioasid_t min, ioasid_t max, in ioasid_alloc() function 346 EXPORT_SYMBOL_GPL(ioasid_alloc); variable 385 * If the IOASID exists, return the private pointer passed to ioasid_alloc.
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
H A D | svm.c | 568 svm->pasid = ioasid_alloc(NULL, PASID_MIN, in intel_svm_bind_mm()
|
H A D | iommu.c | 5310 pasid = ioasid_alloc(NULL, PASID_MIN, in aux_domain_add_dev()
|
Completed in 19 milliseconds