Searched refs:__pte_alloc (Results 1 – 5 of 5) sorted by relevance
795 unlikely(__pte_alloc(dst_mm, dst_pmd))) { in mfill_atomic()1894 if (unlikely(__pte_alloc(mm, src_pmd))) { in move_pages()
114 err = __pte_alloc(walk->mm, pmd); in walk_pmd_range()
451 int __pte_alloc(struct mm_struct *mm, pmd_t *pmd) in __pte_alloc() function
3085 int __pte_alloc(struct mm_struct *mm, pmd_t *pmd);3377 #define pte_alloc(mm, pmd) (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd))
654 :c:func:`!__pte_alloc`.