Searched refs:iopf_queue_alloc (Results 1 - 4 of 4) 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/include/linux/
H A Diommu.h1572 struct iopf_queue *iopf_queue_alloc(const char *name);
1596 static inline struct iopf_queue *iopf_queue_alloc(const char *name) function
/linux-master/drivers/iommu/intel/
H A Dsvm.c88 iopfq = iopf_queue_alloc(iommu->iopfq_name);
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3181 smmu->evtq.iopf = iopf_queue_alloc(dev_name(smmu->dev));

Completed in 129 milliseconds