Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mm/
Dpgtable-64.c79 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
/linux-4.4.14/arch/arc/include/asm/
Dhugepage.h42 #define mk_pmd(page, prot) pte_pmd(mk_pte(page, prot)) macro
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-3level.h258 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h482 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64.h444 extern pmd_t mk_pmd(struct page *page, pgprot_t pgprot);
/linux-4.4.14/arch/mips/include/asm/
Dpgtable.h591 extern pmd_t mk_pmd(struct page *page, pgprot_t prot);
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_64.c780 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd() function
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h803 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h368 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/linux-4.4.14/fs/
Ddax.c620 entry = mk_pmd(zero_page, vma->vm_page_prot); in __dax_pmd_fault()
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_64.h253 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-4.4.14/mm/
Dhuge_memory.c709 entry = mk_pmd(page, prot); in mk_huge_pmd()
800 entry = mk_pmd(zero_page, vma->vm_page_prot); in set_huge_zero_page()
Dmigrate.c1812 entry = mk_pmd(new_page, vma->vm_page_prot); in migrate_misplaced_transhuge_page()
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1627 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro