Searched refs:iopf_queue_alloc (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/iommu/
H A Dio-pgfault.c441 * iopf_queue_alloc - Allocate and initialize a fault queue
446 struct iopf_queue *iopf_queue_alloc(const char *name) function
471 EXPORT_SYMBOL_GPL(iopf_queue_alloc); variable
477 * Counterpart to iopf_queue_alloc(). The driver must not be queuing faults or
/linux-master/drivers/iommu/amd/
H A Dppr.c228 iommu->iopf_queue = iopf_queue_alloc(iommu->iopfq_name);
/linux-master/include/linux/
H A Diommu.h1568 struct iopf_queue *iopf_queue_alloc(const char *name);
1592 static inline struct iopf_queue *iopf_queue_alloc(const char *name) function
/linux-master/drivers/iommu/intel/
H A Dsvm.c53 iopfq = iopf_queue_alloc(iommu->iopfq_name);
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3210 smmu->evtq.iopf = iopf_queue_alloc(dev_name(smmu->dev));

Completed in 286 milliseconds