Searched refs:pt_phys (Results 1 – 2 of 2) sorted by relevance
108 __u64 pt_phys; member
2058 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local2090 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()2091 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()2104 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()2115 make_lowmem_page_readonly(__va(pt_phys)); in xen_relocate_p2m()2117 PFN_DOWN(pt_phys)); in xen_relocate_p2m()2118 pmd[idx_pt] = __pmd(_PAGE_TABLE | pt_phys); in xen_relocate_p2m()2119 pt_phys += PAGE_SIZE; in xen_relocate_p2m()