Home
last modified time | relevance | path

Searched refs:want_pmd_share (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/riscv/mm/
Dhugetlbpage.c57 if (want_pmd_share(vma, addr) && pud_none(*pud)) in huge_pte_alloc()
/Linux-v6.6/arch/arm64/mm/
Dhugetlbpage.c301 if (want_pmd_share(vma, addr) && pud_none(READ_ONCE(*pudp))) in huge_pte_alloc()
/Linux-v6.6/include/linux/
Dhugetlb.h1253 bool want_pmd_share(struct vm_area_struct *vma, unsigned long addr);
/Linux-v6.6/mm/
Dhugetlb.c6933 bool want_pmd_share(struct vm_area_struct *vma, unsigned long addr) in want_pmd_share() function
7085 bool want_pmd_share(struct vm_area_struct *vma, unsigned long addr) in want_pmd_share() function
7110 if (want_pmd_share(vma, addr) && pud_none(*pud)) in huge_pte_alloc()