Searched refs:want_pmd_share (Results 1 – 4 of 4) sorted by relevance
57 if (want_pmd_share(vma, addr) && pud_none(pudp_get(pud))) in huge_pte_alloc()
275 if (want_pmd_share(vma, addr) && pud_none(READ_ONCE(*pudp))) in huge_pte_alloc()
1292 bool want_pmd_share(struct vm_area_struct *vma, unsigned long addr);
7177 bool want_pmd_share(struct vm_area_struct *vma, unsigned long addr) in want_pmd_share() function7327 bool want_pmd_share(struct vm_area_struct *vma, unsigned long addr) in want_pmd_share() function7352 if (want_pmd_share(vma, addr) && pud_none(*pud)) in huge_pte_alloc()