Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/iommu/
Diommu-sva-lib.h23 int iopf_queue_remove_device(struct iopf_queue *queue,
42 static inline int iopf_queue_remove_device(struct iopf_queue *queue, in iopf_queue_remove_device() function
Dio-pgfault.c375 int iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device() function
406 EXPORT_SYMBOL_GPL(iopf_queue_remove_device);
456 iopf_queue_remove_device(queue, iopf_param->dev); in iopf_queue_free()
/linux-6.1.9/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3-sva.c500 iopf_queue_remove_device(master->smmu->evtq.iopf, dev); in arm_smmu_master_sva_enable_iopf()
514 iopf_queue_remove_device(master->smmu->evtq.iopf, dev); in arm_smmu_master_sva_disable_iopf()
Darm-smmu-v3.c2709 iopf_queue_remove_device(master->smmu->evtq.iopf, dev); in arm_smmu_release_device()
/linux-6.1.9/drivers/iommu/intel/
Diommu.c4653 ret = iopf_queue_remove_device(iommu->iopf_queue, dev); in intel_iommu_disable_sva()