Searched refs:iopf_queue_remove_device (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/iommu/ |
| A D | io-pgfault.c | 450 void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device() function 493 EXPORT_SYMBOL_GPL(iopf_queue_remove_device); 543 iopf_queue_remove_device(queue, iopf_param->dev); in iopf_queue_free()
|
| /linux/drivers/iommu/amd/ |
| A D | ppr.c | 271 iopf_queue_remove_device(iommu->iopf_queue, dev_data->dev); in amd_iommu_iopf_remove_device()
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| A D | arm-smmu-v3-sva.c | 299 iopf_queue_remove_device(master->smmu->evtq.iopf, dev); in arm_smmu_master_sva_disable_iopf()
|
| A D | arm-smmu-v3.c | 3328 iopf_queue_remove_device(master->smmu->evtq.iopf, dev); in arm_smmu_release_device()
|
| /linux/include/linux/ |
| A D | iommu.h | 1560 void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev); 1577 iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device() function
|
| /linux/drivers/iommu/iommufd/ |
| A D | selftest.c | 538 iopf_queue_remove_device(mock_iommu_iopf_queue, dev); in mock_dev_disable_feat()
|
| /linux/drivers/iommu/intel/ |
| A D | iommu.c | 4157 iopf_queue_remove_device(iommu->iopf_queue, dev); in intel_iommu_enable_iopf() 4177 iopf_queue_remove_device(iommu->iopf_queue, dev); in intel_iommu_disable_iopf()
|
Completed in 38 milliseconds