Home
last modified time | relevance | path

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

/arch/loongarch/mm/
A Dkasan_init.c147 phys_addr_t pud_phys = early ? in kasan_pud_offset() local
150 memcpy(__va(pud_phys), kasan_early_shadow_pud, sizeof(kasan_early_shadow_pud)); in kasan_pud_offset()
151 p4d_populate(&init_mm, p4dp, (pud_t *)__va(pud_phys)); in kasan_pud_offset()
/arch/mips/include/asm/
A 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))
/arch/arm64/mm/
A 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()
A Dmmu.c346 phys_addr_t pud_phys; in alloc_init_pud() local
351 pud_phys = pgtable_alloc(TABLE_PUD); in alloc_init_pud()
352 pudp = pud_set_fixmap(pud_phys); in alloc_init_pud()
355 __p4d_populate(p4dp, pud_phys, p4dval); in alloc_init_pud()
/arch/x86/xen/
A Dmmu_pv.c1942 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
1972 pud_phys = new_area; in xen_relocate_p2m()
1973 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
1980 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m()
2015 make_lowmem_page_readonly(__va(pud_phys)); in xen_relocate_p2m()
2016 pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(pud_phys)); in xen_relocate_p2m()
2017 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m()
2018 pud_phys += PAGE_SIZE; in xen_relocate_p2m()
/arch/loongarch/include/asm/
A Dpgtable.h214 #define pud_phys(pud) PHYSADDR(pud_val(pud)) macro
215 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT))

Completed in 20 milliseconds