Home
last modified time | relevance | path

Searched defs:mk_pmd (Results 1 – 9 of 9) sorted by relevance

/arch/mips/mm/
Dpgtable-32.c35 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
Dpgtable-64.c91 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() function
/arch/arc/include/asm/
Dhugepage.h38 #define mk_pmd(page, prot) pte_pmd(mk_pte(page, prot)) macro
/arch/powerpc/mm/book3s64/
Dpgtable.c136 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd() function
/arch/arm/include/asm/
Dpgtable-3level.h239 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/arch/sparc/include/asm/
Dpgtable_64.h255 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/arch/arm64/include/asm/
Dpgtable.h403 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) macro
/arch/x86/include/asm/
Dpgtable.h1158 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro
/arch/s390/include/asm/
Dpgtable.h1636 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) macro