/linux-6.12.1/arch/mips/mm/ |
D | pgtable-32.c | 34 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
|
D | pgtable-64.c | 93 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
|
/linux-6.12.1/arch/arc/include/asm/ |
D | hugepage.h | 43 #define mk_pmd(page, prot) pte_pmd(mk_pte(page, prot)) macro
|
D | pgtable-levels.h | 145 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
|
/linux-6.12.1/arch/loongarch/mm/ |
D | pgtable.c | 139 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable-3level.h | 212 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgtable-64.h | 265 #define mk_pmd(page, prot) pfn_pmd(page_to_pfn(page), prot) macro
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 260 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd() function
|
/linux-6.12.1/include/linux/ |
D | huge_mm.h | 474 #define mk_huge_pmd(page, prot) pmd_mkhuge(mk_pmd(page, prot))
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgtable.h | 258 extern pmd_t mk_pmd(struct page *page, pgprot_t prot);
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 723 extern pmd_t mk_pmd(struct page *page, pgprot_t prot);
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgtable_64.h | 237 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1099 extern pmd_t mk_pmd(struct page *page, pgprot_t pgprot);
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgtable.h | 1363 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgtable.h | 1850 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
|
/linux-6.12.1/fs/ |
D | dax.c | 1240 pmd_entry = mk_pmd(&zero_folio->page, vmf->vma->vm_page_prot); in dax_pmd_load_hole()
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgtable.h | 616 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
|
/linux-6.12.1/mm/ |
D | huge_memory.c | 1265 entry = mk_pmd(&zero_folio->page, vma->vm_page_prot); in set_huge_zero_folio()
|