Searched refs:fetch_pte (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | io_pgtable_v2.c | 198 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte() function 304 pte = fetch_pte(pgtable, iova, &unmap_size); in iommu_v2_unmap_pages() 323 pte = fetch_pte(pgtable, iova, &pte_pgsize); in iommu_v2_iova_to_phys()
|
H A D | io_pgtable.c | 290 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte() function 454 pte = fetch_pte(pgtable, iova, &unmap_size); in iommu_v1_unmap_pages() 478 pte = fetch_pte(pgtable, iova, &pte_pgsize); in iommu_v1_iova_to_phys()
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 1652 static u64 *fetch_pte(struct protection_domain *domain, in fetch_pte() function 1813 pte = fetch_pte(dom, bus_addr, &unmap_size); in iommu_unmap_page() 2639 pte = fetch_pte(domain, iova, &pte_pgsize); in amd_iommu_iova_to_phys()
|
Completed in 8 milliseconds