Home
last modified time | relevance | path

Searched refs:iopf_queue_alloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/iommu/
H A Diommu-sva.h22 struct iopf_queue *iopf_queue_alloc(const char *name);
51 static inline struct iopf_queue *iopf_queue_alloc(const char *name) in iopf_queue_alloc() function
H A Dio-pgfault.c371 struct iopf_queue *iopf_queue_alloc(const char *name) in iopf_queue_alloc() function
396 EXPORT_SYMBOL_GPL(iopf_queue_alloc);
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c89 iopfq = iopf_queue_alloc(iommu->iopfq_name); in intel_svm_enable_prq()
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2973 smmu->evtq.iopf = iopf_queue_alloc(dev_name(smmu->dev)); in arm_smmu_init_queues()