Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iommu/intel/
Diommu.c335 static phys_addr_t intel_iommu_iova_to_phys(struct iommu_domain *domain,
3769 tlb_addr = intel_iommu_iova_to_phys(&domain->domain, addr); in bounce_sync_single()
3876 tlb_addr = intel_iommu_iova_to_phys(&domain->domain, dev_addr); in bounce_unmap_single()
5643 static phys_addr_t intel_iommu_iova_to_phys(struct iommu_domain *domain, in intel_iommu_iova_to_phys() function
6102 .iova_to_phys = intel_iommu_iova_to_phys,