Home
last modified time | relevance | path

Searched refs:pud_mkhuge (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/mm/
H A Dhugetlbpage.c352 return pud_pte(pud_mkhuge(pte_pud(entry))); in arch_make_huge_pte()
/linux/arch/x86/include/asm/
H A Dpgtable.h634 static inline pud_t pud_mkhuge(pud_t pud) in pud_mkhuge() function
/linux/arch/x86/mm/pat/
H A Dset_memory.c1726 set_pud(pud, pud_mkhuge(pfn_pud(cpa->pfn, in populate_pud()
/linux/include/linux/
H A Dmm.h2728 return pud_mkhuge(pfn_pud(folio_pfn(folio), pgprot)); in folio_mk_pud()
/linux/mm/
H A Dhuge_memory.c1792 entry = pud_mkhuge(pfn_pud(fop.pfn, prot)); in insert_pud()