Home
last modified time | relevance | path

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

/drivers/pci/
Dintel-iommu.c441 static struct intel_iommu *device_to_iommu(u8 bus, u8 devfn) in device_to_iommu() function
1482 iommu = device_to_iommu(bus, devfn); in domain_context_mapping_one()
1604 iommu = device_to_iommu(pdev->bus->number, pdev->devfn); in domain_context_mapped()
1695 iommu = device_to_iommu(info->bus, info->devfn); in domain_remove_dev_info()
2784 iommu = device_to_iommu(pdev->bus->number, pdev->devfn); in vm_domain_remove_one_dev_info()
2814 if (device_to_iommu(info->bus, info->devfn) == iommu) in vm_domain_remove_one_dev_info()
2847 iommu = device_to_iommu(info->bus, info->devfn); in vm_domain_remove_all_dev_info()
3034 iommu = device_to_iommu(pdev->bus->number, pdev->devfn); in intel_iommu_attach_device()