Home
last modified time | relevance | path

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

/linux/arch/nios2/include/asm/
A Dpgtable.h237 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd)) macro
238 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
/linux/arch/csky/include/asm/
A Dpgtable.h33 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
123 #define pmd_phys(pmd) pmd_val(pmd) macro
/linux/arch/arm64/mm/
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()
A Dmmu.c270 phys_addr_t pmd_phys; in alloc_init_cont_pmd() local
275 pmd_phys = pgtable_alloc(PMD_SHIFT); in alloc_init_cont_pmd()
276 __pud_populate(pudp, pmd_phys, pudval); in alloc_init_cont_pmd()
/linux/arch/mips/include/asm/
A Dpgtable.h87 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd)) macro
90 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT))
435 return pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT);
/linux/arch/x86/xen/
A Dmmu_pv.c1882 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
1913 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