Searched refs:pud_phys (Results 1 – 3 of 3) sorted by relevance
258 #define pud_phys(pud) virt_to_phys((void *)pud_val(pud)) macro259 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))
199 phys_addr_t pud_phys; in alloc_init_pud() local201 pud_phys = pgtable_alloc(); in alloc_init_pud()202 __pgd_populate(pgd, pud_phys, PUD_TYPE_TABLE); in alloc_init_pud()
2080 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local2110 pud_phys = new_area; in xen_relocate_p2m()2111 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()2118 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m()2154 make_lowmem_page_readonly(__va(pud_phys)); in xen_relocate_p2m()2155 pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(pud_phys)); in xen_relocate_p2m()2156 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m()2157 pud_phys += PAGE_SIZE; in xen_relocate_p2m()