Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/include/asm/
Dhugepage.h32 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd))) macro
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-3level.h245 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/Linux-v4.19/include/linux/
Dhuge_mm.h242 #define mk_huge_pmd(page, prot) pmd_mkhuge(mk_pmd(page, prot))
/Linux-v4.19/arch/mips/include/asm/
Dpgtable.h548 static inline pmd_t pmd_mkhuge(pmd_t pmd) function
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h375 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_64.h454 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1179 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h401 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h1478 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/Linux-v4.19/mm/
Dhuge_memory.c658 entry = pmd_mkhuge(entry); in set_huge_zero_page()
737 entry = pmd_mkhuge(pfn_t_pmd(pfn, prot)); in insert_pfn_pmd()
/Linux-v4.19/fs/
Ddax.c1536 pmd_entry = pmd_mkhuge(pmd_entry); in dax_pmd_load_hole()
/Linux-v4.19/arch/x86/mm/
Dpageattr.c1018 set_pmd(pmd, pmd_mkhuge(pfn_pmd(cpa->pfn, in populate_pmd()
/Linux-v4.19/virt/kvm/arm/
Dmmu.c1577 new_pmd = pmd_mkhuge(new_pmd); in user_mem_abort()