Searched refs:device_to_iommu (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/iommu/intel/ |
D | svm.c | 373 iommu = device_to_iommu(dev, NULL, NULL); in intel_svm_remove_dev_pasid() 739 iommu = device_to_iommu(dev, &bus, &devfn); in intel_svm_page_response()
|
D | iommu.c | 706 struct intel_iommu *device_to_iommu(struct device *dev, u8 *bus, u8 *devfn) in device_to_iommu() function 2091 iommu = device_to_iommu(dev, &bus, &devfn); in domain_context_mapping() 2452 iommu = device_to_iommu(dev, &bus, &devfn); in dmar_domain_attach_device() 4074 iommu = device_to_iommu(dev, NULL, NULL); in prepare_domain_attach_device() 4348 iommu = device_to_iommu(dev, &bus, &devfn); in intel_iommu_probe_device() 4680 struct intel_iommu *iommu = device_to_iommu(dev, NULL, NULL); in intel_iommu_remove_dev_pasid()
|
D | iommu.h | 844 struct intel_iommu *device_to_iommu(struct device *dev, u8 *bus, u8 *devfn);
|