Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpgtable.h269 #define pmd_phys(pmd) PHYSADDR(pmd_val(pmd)) macro
272 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
585 return pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT); in pmd_page()
/linux/arch/x86/xen/
H A Dmmu_pv.c1955 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
1986 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
1987 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
1997 pmd = early_memremap(pmd_phys, PAGE_SIZE); in xen_relocate_p2m()
2020 make_lowmem_page_readonly(__va(pmd_phys)); in xen_relocate_p2m()
2022 PFN_DOWN(pmd_phys)); in xen_relocate_p2m()
2023 pud[idx_pmd] = __pud(_PAGE_TABLE | pmd_phys); in xen_relocate_p2m()
2024 pmd_phys += PAGE_SIZE; in xen_relocate_p2m()
/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()