Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
H A Dhugepage.h35 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd))) macro
/linux/arch/arm64/mm/
H A Dhugetlbpage.c356 return pmd_pte(pmd_mkhuge(pmd_mkcont(pte_pmd(entry)))); in arch_make_huge_pte()
358 return pmd_pte(pmd_mkhuge(pte_pmd(entry))); in arch_make_huge_pte()
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h208 #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h522 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux/arch/x86/include/asm/
H A Dpgtable.h569 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge() function
/linux/arch/x86/mm/pat/
H A Dset_memory.c1653 set_pmd(pmd, pmd_mkhuge(pfn_pmd(cpa->pfn, in populate_pmd()
/linux/include/linux/
H A Dmm.h2712 return pmd_mkhuge(pfn_pmd(folio_pfn(folio), pgprot)); in folio_mk_pmd()
/linux/mm/
H A Dhuge_memory.c1674 entry = pmd_mkhuge(pfn_pmd(fop.pfn, prot)); in insert_pmd()