Home
last modified time | relevance | path

Searched refs:pmd_mkhuge (Results 1 – 4 of 4) 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