Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/
H A Dio-pgfault.c450 void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device() function
494 EXPORT_SYMBOL_GPL(iopf_queue_remove_device);
544 iopf_queue_remove_device(queue, iopf_param->dev); in iopf_queue_free()
/linux-6.15/drivers/iommu/amd/
H A Dppr.c271 iopf_queue_remove_device(iommu->iopf_queue, dev_data->dev); in amd_iommu_iopf_remove_device()
/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c312 iopf_queue_remove_device(master->smmu->evtq.iopf, dev); in arm_smmu_master_sva_disable_iopf()
H A Darm-smmu-v3.c3514 iopf_queue_remove_device(master->smmu->evtq.iopf, dev); in arm_smmu_release_device()
/linux-6.15/include/linux/
H A Diommu.h1617 void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev);
1634 iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device() function
/linux-6.15/drivers/iommu/intel/
H A Diommu.c1225 iopf_queue_remove_device(info->iommu->iopf_queue, info->dev); in iommu_disable_pci_pri()
3946 iopf_queue_remove_device(iommu->iopf_queue, dev); in intel_iommu_disable_iopf()
/linux-6.15/drivers/iommu/iommufd/
H A Dselftest.c626 iopf_queue_remove_device(mock_iommu_iopf_queue, dev); in mock_dev_disable_feat()