Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dpgtable-64.c79 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
/linux-4.1.27/arch/arm/include/asm/
Dpgtable-3level.h258 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/linux-4.1.27/arch/tile/include/asm/
Dpgtable.h482 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable-ppc64.h440 extern pmd_t mk_pmd(struct page *page, pgprot_t pgprot);
/linux-4.1.27/arch/mips/include/asm/
Dpgtable.h589 extern pmd_t mk_pmd(struct page *page, pgprot_t prot);
/linux-4.1.27/arch/arm64/include/asm/
Dpgtable.h306 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/linux-4.1.27/arch/x86/include/asm/
Dpgtable.h776 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-4.1.27/arch/powerpc/mm/
Dpgtable_64.c795 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd() function
/linux-4.1.27/arch/sparc/include/asm/
Dpgtable_64.h253 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-4.1.27/mm/
Dhuge_memory.c712 entry = mk_pmd(page, prot); in mk_huge_pmd()
781 entry = mk_pmd(zero_page, vma->vm_page_prot); in set_huge_zero_page()
Dmigrate.c1792 entry = mk_pmd(new_page, vma->vm_page_prot); in migrate_misplaced_transhuge_page()
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h1552 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro