Home
last modified time | relevance | path

Searched defs:mk_pmd (Results 1 – 9 of 9) 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/powerpc/mm/
Dpgtable_64.c780 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd() function
/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/arm64/include/asm/
Dpgtable.h368 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/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/sparc/include/asm/
Dpgtable_64.h253 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1627 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro