Searched refs:pud_phys (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm64/mm/ |
D | kasan_init.c | 76 phys_addr_t pud_phys = early ? __pa_symbol(kasan_zero_pud) in kasan_pud_offset() local 78 __pgd_populate(pgdp, pud_phys, PMD_TYPE_TABLE); in kasan_pud_offset()
|
D | mmu.c | 284 phys_addr_t pud_phys; in alloc_init_pud() local 286 pud_phys = pgtable_alloc(); in alloc_init_pud() 287 __pgd_populate(pgdp, pud_phys, PUD_TYPE_TABLE); in alloc_init_pud()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-64.h | 330 #define pud_phys(pud) virt_to_phys((void *)pud_val(pud)) macro 331 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))
|
/Linux-v4.19/arch/x86/xen/ |
D | mmu_pv.c | 2059 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local 2089 pud_phys = new_area; in xen_relocate_p2m() 2090 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m() 2097 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m() 2133 make_lowmem_page_readonly(__va(pud_phys)); in xen_relocate_p2m() 2134 pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(pud_phys)); in xen_relocate_p2m() 2135 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m() 2136 pud_phys += PAGE_SIZE; in xen_relocate_p2m()
|