Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dpgtable-64.h310 #define pud_phys(pud) virt_to_phys((void *)pud_val(pud)) macro
311 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))
/linux-6.1.9/arch/arm64/mm/
Dkasan_init.c93 phys_addr_t pud_phys = early ? in kasan_pud_offset() local
96 __p4d_populate(p4dp, pud_phys, P4D_TYPE_TABLE); in kasan_pud_offset()
Dmmu.c323 phys_addr_t pud_phys; in alloc_init_pud() local
328 pud_phys = pgtable_alloc(PUD_SHIFT); in alloc_init_pud()
329 __p4d_populate(p4dp, pud_phys, p4dval); in alloc_init_pud()
/linux-6.1.9/arch/x86/xen/
Dmmu_pv.c1883 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
1913 pud_phys = new_area; in xen_relocate_p2m()
1914 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
1921 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m()
1956 make_lowmem_page_readonly(__va(pud_phys)); in xen_relocate_p2m()
1957 pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(pud_phys)); in xen_relocate_p2m()
1958 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m()
1959 pud_phys += PAGE_SIZE; in xen_relocate_p2m()
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable.h190 #define pud_phys(pud) PHYSADDR(pud_val(pud)) macro
191 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))