Home
last modified time | relevance | path

Searched refs:mk_pmd (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/arch/mips/mm/
Dpgtable-32.c34 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
Dpgtable-64.c93 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
/linux-6.12.1/arch/arc/include/asm/
Dhugepage.h43 #define mk_pmd(page, prot) pte_pmd(mk_pte(page, prot)) macro
Dpgtable-levels.h145 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/linux-6.12.1/arch/loongarch/mm/
Dpgtable.c139 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
/linux-6.12.1/arch/arm/include/asm/
Dpgtable-3level.h212 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable-64.h265 #define mk_pmd(page, prot) pfn_pmd(page_to_pfn(page), prot) macro
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dpgtable.c260 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd() function
/linux-6.12.1/include/linux/
Dhuge_mm.h474 #define mk_huge_pmd(page, prot) pmd_mkhuge(mk_pmd(page, prot))
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h258 extern pmd_t mk_pmd(struct page *page, pgprot_t prot);
/linux-6.12.1/arch/mips/include/asm/
Dpgtable.h723 extern pmd_t mk_pmd(struct page *page, pgprot_t prot);
/linux-6.12.1/arch/sparc/include/asm/
Dpgtable_64.h237 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1099 extern pmd_t mk_pmd(struct page *page, pgprot_t pgprot);
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h1363 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h1850 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/fs/
Ddax.c1240 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/
Dpgtable.h616 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/linux-6.12.1/mm/
Dhuge_memory.c1265 entry = mk_pmd(&zero_folio->page, vma->vm_page_prot); in set_huge_zero_folio()