Searched refs:pt_phys (Results 1 – 3 of 3) sorted by relevance
187 phys_addr_t pt_phys = virt_to_phys(pt); in rk_mk_dte() local188 return (pt_phys & RK_DTE_PT_ADDRESS_MASK) | RK_DTE_PT_VALID; in rk_mk_dte()515 phys_addr_t pt_phys, phys = 0; in rk_iommu_iova_to_phys() local525 pt_phys = rk_dte_pt_address(dte); in rk_iommu_iova_to_phys()526 page_table = (u32 *)phys_to_virt(pt_phys); in rk_iommu_iova_to_phys()568 phys_addr_t pt_phys; in rk_dte_get_page_table() local588 pt_phys = rk_dte_pt_address(dte); in rk_dte_get_page_table()589 return (u32 *)phys_to_virt(pt_phys); in rk_dte_get_page_table()694 phys_addr_t pt_phys; in rk_iommu_unmap() local715 pt_phys = rk_dte_pt_address(dte); in rk_iommu_unmap()[all …]
83 __u64 pt_phys; member
2089 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local2121 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()2122 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()2135 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()2146 make_lowmem_page_readonly(__va(pt_phys)); in xen_relocate_p2m()2148 PFN_DOWN(pt_phys)); in xen_relocate_p2m()2150 __pmd(_PAGE_TABLE | pt_phys)); in xen_relocate_p2m()2151 pt_phys += PAGE_SIZE; in xen_relocate_p2m()