Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/mm/
Dkasan_init.c64 phys_addr_t pmd_phys = early ? __pa_symbol(kasan_zero_pmd) in kasan_pmd_offset() local
66 __pud_populate(pudp, pmd_phys, PMD_TYPE_TABLE); in kasan_pmd_offset()
Dmmu.c238 phys_addr_t pmd_phys; in alloc_init_cont_pmd() local
240 pmd_phys = pgtable_alloc(); in alloc_init_cont_pmd()
241 __pud_populate(pudp, pmd_phys, PUD_TYPE_TABLE); in alloc_init_cont_pmd()
/Linux-v4.19/arch/nios2/include/asm/
Dpgtable.h250 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd)) macro
251 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
/Linux-v4.19/arch/mips/include/asm/
Dpgtable.h92 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd)) macro
94 #define __pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
634 return pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT);
/Linux-v4.19/arch/x86/xen/
Dmmu_pv.c2059 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
2090 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
2091 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
2101 pmd = early_memremap(pmd_phys, PAGE_SIZE); in xen_relocate_p2m()
2125 make_lowmem_page_readonly(__va(pmd_phys)); in xen_relocate_p2m()
2127 PFN_DOWN(pmd_phys)); in xen_relocate_p2m()
2128 set_pud(pud + idx_pmd, __pud(_PAGE_TABLE | pmd_phys)); in xen_relocate_p2m()
2129 pmd_phys += PAGE_SIZE; in xen_relocate_p2m()