Home
last modified time | relevance | path

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

/openbmc/linux/arch/nios2/include/asm/
H A Dpgtable.h225 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd)) macro
226 #define pmd_pfn(pmd) (pmd_phys(pmd) >> PAGE_SHIFT)
227 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
/openbmc/linux/arch/csky/include/asm/
H A Dpgtable.h32 #define pmd_pfn(pmd) (pmd_phys(pmd) >> PAGE_SHIFT)
33 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
104 #define pmd_phys(pmd) pmd_val(pmd) macro
/openbmc/linux/arch/loongarch/mm/
H A Dkasan_init.c129 phys_addr_t pmd_phys = early ? in kasan_pmd_offset() local
132 memcpy(__va(pmd_phys), kasan_early_shadow_pmd, sizeof(kasan_early_shadow_pmd)); in kasan_pmd_offset()
133 pud_populate(&init_mm, pudp, (pmd_t *)__va(pmd_phys)); in kasan_pmd_offset()
/openbmc/linux/arch/arm64/mm/
H A Dkasan_init.c80 phys_addr_t pmd_phys = early ? in kasan_pmd_offset() local
83 __pud_populate(pudp, pmd_phys, PUD_TYPE_TABLE); in kasan_pmd_offset()
H A Dmmu.c286 phys_addr_t pmd_phys; in alloc_init_cont_pmd() local
291 pmd_phys = pgtable_alloc(PMD_SHIFT); in alloc_init_cont_pmd()
292 __pud_populate(pudp, pmd_phys, pudval); in alloc_init_cont_pmd()
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable.h241 #define pmd_phys(pmd) PHYSADDR(pmd_val(pmd)) macro
244 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
568 return pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT); in pmd_page()
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h65 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd)) macro
73 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
423 return pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT);
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c1944 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
1975 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
1976 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
1986 pmd = early_memremap(pmd_phys, PAGE_SIZE); in xen_relocate_p2m()
2009 make_lowmem_page_readonly(__va(pmd_phys)); in xen_relocate_p2m()
2011 PFN_DOWN(pmd_phys)); in xen_relocate_p2m()
2012 pud[idx_pmd] = __pud(_PAGE_TABLE | pmd_phys); in xen_relocate_p2m()
2013 pmd_phys += PAGE_SIZE; in xen_relocate_p2m()