Searched refs:mk_pmd (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | pgtable-64.c | 79 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
|
/linux-4.4.14/arch/arc/include/asm/ |
D | hugepage.h | 42 #define mk_pmd(page, prot) pte_pmd(mk_pte(page, prot)) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-3level.h | 258 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 482 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 444 extern pmd_t mk_pmd(struct page *page, pgprot_t pgprot);
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable.h | 591 extern pmd_t mk_pmd(struct page *page, pgprot_t prot);
|
/linux-4.4.14/arch/powerpc/mm/ |
D | pgtable_64.c | 780 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 803 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 368 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
|
/linux-4.4.14/fs/ |
D | dax.c | 620 entry = mk_pmd(zero_page, vma->vm_page_prot); in __dax_pmd_fault()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_64.h | 253 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
|
/linux-4.4.14/mm/ |
D | huge_memory.c | 709 entry = mk_pmd(page, prot); in mk_huge_pmd() 800 entry = mk_pmd(zero_page, vma->vm_page_prot); in set_huge_zero_page()
|
D | migrate.c | 1812 entry = mk_pmd(new_page, vma->vm_page_prot); in migrate_misplaced_transhuge_page()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 1627 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
|