Searched defs:mk_pmd (Results  1 – 8 of 8) sorted by relevance
| /linux-4.1.27/arch/mips/mm/ | 
| D | pgtable-64.c | 79 pmd_t mk_pmd(struct page *page, pgprot_t prot)  in mk_pmd()  function
 | 
| /linux-4.1.27/arch/arm/include/asm/ | 
| D | pgtable-3level.h | 258 #define mk_pmd(page,prot)	pfn_pmd(page_to_pfn(page),prot)  macro
 | 
| /linux-4.1.27/arch/powerpc/mm/ | 
| D | pgtable_64.c | 795 pmd_t mk_pmd(struct page *page, pgprot_t pgprot)  in mk_pmd()  function
 | 
| /linux-4.1.27/arch/tile/include/asm/ | 
| D | pgtable.h | 482 #define mk_pmd(page, pgprot)	pfn_pmd(page_to_pfn(page), (pgprot))  macro
 | 
| /linux-4.1.27/arch/arm64/include/asm/ | 
| D | pgtable.h | 306 #define mk_pmd(page,prot)	pfn_pmd(page_to_pfn(page),prot)  macro
 | 
| /linux-4.1.27/arch/sparc/include/asm/ | 
| D | pgtable_64.h | 253 #define mk_pmd(page, pgprot)	pfn_pmd(page_to_pfn(page), (pgprot))  macro
 | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | pgtable.h | 776 #define mk_pmd(page, pgprot)   pfn_pmd(page_to_pfn(page), (pgprot))  macro
 | 
| /linux-4.1.27/arch/s390/include/asm/ | 
| D | pgtable.h | 1552 #define mk_pmd(page, pgprot)	pfn_pmd(page_to_pfn(page), (pgprot))  macro
 |