Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/include/asm/
Dhugepage.h31 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd))) macro
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-3level.h254 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h477 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd))) macro
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64.h527 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.4.14/arch/mips/include/asm/
Dpgtable.h494 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h287 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h364 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/linux-4.4.14/fs/
Ddax.c621 entry = pmd_mkhuge(entry); in __dax_pmd_fault()
/linux-4.4.14/mm/
Dhuge_memory.c710 entry = pmd_mkhuge(entry); in mk_huge_pmd()
801 entry = pmd_mkhuge(entry); in set_huge_zero_page()
881 entry = pmd_mkhuge(pfn_pmd(pfn, prot)); in insert_pfn_pmd()
Dmigrate.c1813 entry = pmd_mkhuge(entry); in migrate_misplaced_transhuge_page()
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_64.h407 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1548 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.4.14/arch/arm/kvm/
Dmmu.c1319 new_pmd = pmd_mkhuge(new_pmd); in user_mem_abort()