Searched refs:pt_phys (Results 1 – 3 of 3) sorted by relevance
591 phys_addr_t pt_phys, phys = 0; in rk_iommu_iova_to_phys() local601 pt_phys = rk_dte_pt_address(dte); in rk_iommu_iova_to_phys()602 page_table = (u32 *)phys_to_virt(pt_phys); in rk_iommu_iova_to_phys()657 phys_addr_t pt_phys; in rk_dte_get_page_table() local686 pt_phys = rk_dte_pt_address(dte); in rk_dte_get_page_table()687 return (u32 *)phys_to_virt(pt_phys); in rk_dte_get_page_table()800 phys_addr_t pt_phys; in rk_iommu_unmap() local821 pt_phys = rk_dte_pt_address(dte); in rk_iommu_unmap()822 pte_addr = (u32 *)phys_to_virt(pt_phys) + rk_iova_pte_index(iova); in rk_iommu_unmap()823 pte_dma = pt_phys + rk_iova_pte_index(iova) * sizeof(u32); in rk_iommu_unmap()[all …]
105 __u64 pt_phys; member
2059 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local2091 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()2092 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()2105 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()2116 make_lowmem_page_readonly(__va(pt_phys)); in xen_relocate_p2m()2118 PFN_DOWN(pt_phys)); in xen_relocate_p2m()2120 __pmd(_PAGE_TABLE | pt_phys)); in xen_relocate_p2m()2121 pt_phys += PAGE_SIZE; in xen_relocate_p2m()