Home
last modified time | relevance | path

Searched refs:pud_phys (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dpgtable-64.h254 #define pud_phys(pud) virt_to_phys((void *)pud_val(pud)) macro
255 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))
/linux-4.4.14/arch/x86/xen/
Dmmu.c2089 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
2119 pud_phys = new_area; in xen_relocate_p2m()
2120 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
2127 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m()
2163 make_lowmem_page_readonly(__va(pud_phys)); in xen_relocate_p2m()
2164 pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(pud_phys)); in xen_relocate_p2m()
2165 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m()
2166 pud_phys += PAGE_SIZE; in xen_relocate_p2m()