Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dpgtable-64.h321 #define pud_phys(pud) virt_to_phys((void *)pud_val(pud)) macro
322 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))
/arch/arm64/mm/
Dkasan_init.c92 phys_addr_t pud_phys = early ? in kasan_pud_offset() local
95 __p4d_populate(p4dp, pud_phys, PMD_TYPE_TABLE); in kasan_pud_offset()
Dmmu.c310 phys_addr_t pud_phys; in alloc_init_pud() local
312 pud_phys = pgtable_alloc(PUD_SHIFT); in alloc_init_pud()
313 __p4d_populate(p4dp, pud_phys, PUD_TYPE_TABLE); in alloc_init_pud()
/arch/x86/xen/
Dmmu_pv.c1858 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
1888 pud_phys = new_area; in xen_relocate_p2m()
1889 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
1896 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m()
1931 make_lowmem_page_readonly(__va(pud_phys)); in xen_relocate_p2m()
1932 pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(pud_phys)); in xen_relocate_p2m()
1933 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m()
1934 pud_phys += PAGE_SIZE; in xen_relocate_p2m()