Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dio-pgfault.c502 struct iopf_queue *iopf_queue_alloc(const char *name) in iopf_queue_alloc() function
527 EXPORT_SYMBOL_GPL(iopf_queue_alloc);
/linux/drivers/iommu/amd/
H A Dppr.c230 iommu->iopf_queue = iopf_queue_alloc(iommu->iopfq_name); in amd_iommu_iopf_init()
/linux/include/linux/
H A Diommu.h1671 struct iopf_queue *iopf_queue_alloc(const char *name);
1695 static inline struct iopf_queue *iopf_queue_alloc(const char *name) in iopf_queue_alloc() function