Searched refs:pud_phys (Results 1 – 3 of 3) sorted by relevance
1963 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local1993 pud_phys = new_area; in xen_relocate_p2m()1994 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()2001 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m()2036 make_lowmem_page_readonly(__va(pud_phys)); in xen_relocate_p2m()2037 pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(pud_phys)); in xen_relocate_p2m()2038 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m()2039 pud_phys += PAGE_SIZE; in xen_relocate_p2m()
240 #define pud_phys(pud) PHYSADDR(pud_val(pud)) macro241 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))
375 phys_addr_t pud_phys; in alloc_init_pud() local380 pud_phys = pgtable_alloc(PGTABLE_LEVEL_PUD); in alloc_init_pud()381 if (pud_phys == INVALID_PHYS_ADDR) in alloc_init_pud()383 pudp = pud_set_fixmap(pud_phys); in alloc_init_pud()386 __p4d_populate(p4dp, pud_phys, p4dval); in alloc_init_pud()