Home
last modified time | relevance | path

Searched refs:pmd_mkhuge (Results 1 – 9 of 9) sorted by relevance

/arch/arc/include/asm/
Dhugepage.h28 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd))) macro
/arch/arm/include/asm/
Dpgtable-3level.h209 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/arch/mips/include/asm/
Dpgtable.h590 static inline pmd_t pmd_mkhuge(pmd_t pmd) function
/arch/sparc/include/asm/
Dpgtable_64.h424 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/arch/arm64/include/asm/
Dpgtable.h443 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/arch/x86/include/asm/
Dpgtable.h455 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1245 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/arch/s390/include/asm/
Dpgtable.h1595 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/arch/x86/mm/pat/
Dset_memory.c1310 set_pmd(pmd, pmd_mkhuge(pfn_pmd(cpa->pfn, in populate_pmd()