Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Damd_iommu_proto.h89 static inline void *iommu_phys_to_virt(unsigned long paddr) in iommu_phys_to_virt() function
Damd_iommu_types.h365 #define IOMMU_PTE_PAGE(pte) (iommu_phys_to_virt((pte) & IOMMU_PAGE_MASK))
Damd_iommu.c544 struct iommu_cmd *cmd = iommu_phys_to_virt(phys_addr); in dump_command()
1836 ptr = iommu_phys_to_virt(tbl[i] & PAGE_MASK); in free_gcr3_tbl_level1()
1851 ptr = iommu_phys_to_virt(tbl[i] & PAGE_MASK); in free_gcr3_tbl_level2()
3523 root = iommu_phys_to_virt(*pte & PAGE_MASK); in __get_gcr3_pte()