Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dpgtable-3level.h254 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/linux-4.1.27/arch/tile/include/asm/
Dpgtable.h477 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd))) macro
/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable-ppc64.h515 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.1.27/arch/mips/include/asm/
Dpgtable.h492 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.1.27/arch/arm64/include/asm/
Dpgtable.h302 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/linux-4.1.27/arch/x86/include/asm/
Dpgtable.h280 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.1.27/arch/sparc/include/asm/
Dpgtable_64.h396 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.1.27/mm/
Dhuge_memory.c713 entry = pmd_mkhuge(entry); in mk_huge_pmd()
782 entry = pmd_mkhuge(entry); in set_huge_zero_page()
Dmigrate.c1793 entry = pmd_mkhuge(entry); in migrate_misplaced_transhuge_page()
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h1481 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux-4.1.27/arch/arm/kvm/
Dmmu.c1318 new_pmd = pmd_mkhuge(new_pmd); in user_mem_abort()