Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dio-pgfault.c501 struct iopf_queue *iopf_queue_alloc(const char *name) in iopf_queue_alloc() function
526 EXPORT_SYMBOL_GPL(iopf_queue_alloc);
/linux/include/linux/
H A Diommu.h1562 struct iopf_queue *iopf_queue_alloc(const char *name);
1586 static inline struct iopf_queue *iopf_queue_alloc(const char *name) in iopf_queue_alloc() function
/linux/drivers/iommu/intel/
H A Dsvm.c53 iopfq = iopf_queue_alloc(iommu->iopfq_name); in intel_svm_enable_prq()
/linux/drivers/iommu/iommufd/
H A Dselftest.c1551 mock_iommu_iopf_queue = iopf_queue_alloc("mock-iopfq"); in iommufd_test_init()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3609 smmu->evtq.iopf = iopf_queue_alloc(dev_name(smmu->dev)); in arm_smmu_init_queues()