Searched refs:pud_phys (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/arm64/mm/ |
D | kasan_init.c | 91 phys_addr_t pud_phys = early ? in kasan_pud_offset() local 94 __pgd_populate(pgdp, pud_phys, PMD_TYPE_TABLE); in kasan_pud_offset()
|
D | mmu.c | 295 phys_addr_t pud_phys; in alloc_init_pud() local 297 pud_phys = pgtable_alloc(PUD_SHIFT); in alloc_init_pud() 298 __pgd_populate(pgdp, pud_phys, PUD_TYPE_TABLE); in alloc_init_pud()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable-64.h | 335 #define pud_phys(pud) virt_to_phys((void *)pud_val(pud)) macro 336 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))
|
/Linux-v5.4/arch/x86/xen/ |
D | mmu_pv.c | 2058 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local 2088 pud_phys = new_area; in xen_relocate_p2m() 2089 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m() 2096 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m() 2131 make_lowmem_page_readonly(__va(pud_phys)); in xen_relocate_p2m() 2132 pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(pud_phys)); in xen_relocate_p2m() 2133 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m() 2134 pud_phys += PAGE_SIZE; in xen_relocate_p2m()
|