Searched refs:pt_phys (Results 1 – 2 of 2) sorted by relevance
131 __u64 pt_phys; member
1942 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local1974 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()1975 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()1988 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()1999 make_lowmem_page_readonly(__va(pt_phys)); in xen_relocate_p2m()2001 PFN_DOWN(pt_phys)); in xen_relocate_p2m()2002 pmd[idx_pt] = __pmd(_PAGE_TABLE | pt_phys); in xen_relocate_p2m()2003 pt_phys += PAGE_SIZE; in xen_relocate_p2m()
Completed in 9 milliseconds