Home
last modified time | relevance | path

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

/arch/mips/mm/
Dpgtable-64.c79 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
/arch/tile/include/asm/
Dpgtable.h496 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/arch/mips/include/asm/
Dpgtable.h541 extern pmd_t mk_pmd(struct page *page, pgprot_t prot);
/arch/arm64/include/asm/
Dpgtable.h259 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/arch/x86/include/asm/
Dpgtable.h734 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/arch/sparc/include/asm/
Dpgtable_64.h243 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/arch/s390/include/asm/
Dpgtable.h1493 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro