Searched refs:pmd_phys (Results 1 – 3 of 3) sorted by relevance
269 #define pmd_phys(pmd) PHYSADDR(pmd_val(pmd)) macro272 #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()
1955 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local1986 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()
80 phys_addr_t pmd_phys = early ? in kasan_pmd_offset() local83 __pud_populate(pudp, pmd_phys, PUD_TYPE_TABLE); in kasan_pmd_offset()