Searched refs:pmd_phys (Results 1 – 6 of 6) sorted by relevance
237 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd)) macro238 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
33 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))123 #define pmd_phys(pmd) pmd_val(pmd) macro
80 phys_addr_t pmd_phys = early ? in kasan_pmd_offset() local83 __pud_populate(pudp, pmd_phys, PUD_TYPE_TABLE); in kasan_pmd_offset()
270 phys_addr_t pmd_phys; in alloc_init_cont_pmd() local275 pmd_phys = pgtable_alloc(PMD_SHIFT); in alloc_init_cont_pmd()276 __pud_populate(pudp, pmd_phys, pudval); in alloc_init_cont_pmd()
87 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd)) macro90 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))435 return pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT);
1882 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local1913 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()1914 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()1924 pmd = early_memremap(pmd_phys, PAGE_SIZE); in xen_relocate_p2m()1947 make_lowmem_page_readonly(__va(pmd_phys)); in xen_relocate_p2m()1949 PFN_DOWN(pmd_phys)); in xen_relocate_p2m()1950 pud[idx_pmd] = __pud(_PAGE_TABLE | pmd_phys); in xen_relocate_p2m()1951 pmd_phys += PAGE_SIZE; in xen_relocate_p2m()
Completed in 18 milliseconds