Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/mm/
Dkasan_init.c160 phys_addr_t p4d_phys = early ? in kasan_p4d_offset() local
163 memcpy(__va(p4d_phys), kasan_early_shadow_p4d, sizeof(kasan_early_shadow_p4d)); in kasan_p4d_offset()
164 pgd_populate(&init_mm, pgdp, (p4d_t *)__va(p4d_phys)); in kasan_p4d_offset()
/linux-6.12.1/arch/mips/include/asm/
Dpgtable-64.h212 #define p4d_phys(p4d) virt_to_phys((void *)p4d_val(p4d)) macro
213 #define p4d_page(p4d) (pfn_to_page(p4d_phys(p4d) >> PAGE_SHIFT))
/linux-6.12.1/arch/arm64/mm/
Dkasan_init.c106 phys_addr_t p4d_phys = early ? in kasan_p4d_offset() local
109 __pgd_populate(pgdp, p4d_phys, PGD_TYPE_TABLE); in kasan_p4d_offset()
Dmmu.c395 phys_addr_t p4d_phys; in alloc_init_p4d() local
400 p4d_phys = pgtable_alloc(P4D_SHIFT); in alloc_init_p4d()
401 p4dp = p4d_set_fixmap(p4d_phys); in alloc_init_p4d()
404 __pgd_populate(pgdp, p4d_phys, pgdval); in alloc_init_p4d()
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h168 #define p4d_phys(p4d) PHYSADDR(p4d_val(p4d)) macro
169 #define p4d_page(p4d) (pfn_to_page(p4d_phys(p4d) >> PAGE_SHIFT))