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

/linux-master/drivers/iommu/
H A Dio-pgfault.c248 * It's a driver bug to be here after iopf_queue_remove_device().
373 * iopf_queue_remove_device - Remove producer from fault queue
389 * Calling iopf_queue_remove_device() essentially disassociates the device.
395 void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) function
438 EXPORT_SYMBOL_GPL(iopf_queue_remove_device); variable
488 iopf_queue_remove_device(queue, iopf_param->dev);
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c500 iopf_queue_remove_device(master->smmu->evtq.iopf, dev);
H A Darm-smmu-v3.c2915 iopf_queue_remove_device(master->smmu->evtq.iopf, dev);
/linux-master/include/linux/
H A Diommu.h1570 void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev);
1587 iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) function
/linux-master/drivers/iommu/intel/
H A Diommu.c4493 iopf_queue_remove_device(iommu->iopf_queue, dev);
4520 iopf_queue_remove_device(iommu->iopf_queue, dev);

Completed in 150 milliseconds