Searched refs:pt_phys (Results 1 – 4 of 4) sorted by relevance
475 phys_addr_t pt_phys = virt_to_phys(page_table); in sun50i_iommu_free_page_table() local493 phys_addr_t pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_dte_get_page_table() local494 return (u32 *)phys_to_virt(pt_phys); in sun50i_dte_get_page_table()557 phys_addr_t pt_phys; in sun50i_iommu_unmap() local565 pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_iommu_unmap()581 phys_addr_t pt_phys; in sun50i_iommu_iova_to_phys() local589 pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_iommu_iova_to_phys()590 page_table = (u32 *)phys_to_virt(pt_phys); in sun50i_iommu_iova_to_phys()663 phys_addr_t pt_phys; in sun50i_iommu_detach_domain() local676 pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_iommu_detach_domain()[all …]
683 phys_addr_t pt_phys, phys = 0; in rk_iommu_iova_to_phys() local693 pt_phys = rk_ops->pt_address(dte); in rk_iommu_iova_to_phys()694 page_table = (u32 *)phys_to_virt(pt_phys); in rk_iommu_iova_to_phys()749 phys_addr_t pt_phys; in rk_dte_get_page_table() local777 pt_phys = rk_ops->pt_address(dte); in rk_dte_get_page_table()778 return (u32 *)phys_to_virt(pt_phys); in rk_dte_get_page_table()892 phys_addr_t pt_phys; in rk_iommu_unmap() local913 pt_phys = rk_ops->pt_address(dte); in rk_iommu_unmap()1120 phys_addr_t pt_phys = rk_ops->pt_address(dte); in rk_iommu_domain_free() local1121 u32 *page_table = phys_to_virt(pt_phys); in rk_iommu_domain_free()[all …]
131 __u64 pt_phys; member
1882 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local1914 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()1915 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()1928 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()1939 make_lowmem_page_readonly(__va(pt_phys)); in xen_relocate_p2m()1941 PFN_DOWN(pt_phys)); in xen_relocate_p2m()1942 pmd[idx_pt] = __pmd(_PAGE_TABLE | pt_phys); in xen_relocate_p2m()1943 pt_phys += PAGE_SIZE; in xen_relocate_p2m()
Completed in 14 milliseconds