Searched refs:__pte_alloc (Results 1 – 4 of 4) sorted by relevance
792 unlikely(__pte_alloc(dst_mm, dst_pmd))) { in mfill_atomic()1816 if (unlikely(__pte_alloc(mm, src_pmd))) { in move_pages()
444 int __pte_alloc(struct mm_struct *mm, pmd_t *pmd) in __pte_alloc() function
2842 int __pte_alloc(struct mm_struct *mm, pmd_t *pmd);3063 #define pte_alloc(mm, pmd) (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd))
611 :c:func:`!__pte_alloc`.