Searched refs:__pte_alloc (Results 1 – 3 of 3) sorted by relevance
3689 int __pte_alloc(struct mm_struct *mm, pmd_t *pmd);3960 #define pte_alloc(mm, pmd) (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd))
317 unlikely(__pte_alloc(dst_mm, dst_pmd))) in mfill_establish_pmd()2144 if (unlikely(__pte_alloc(mm, src_pmd))) { in move_pages()
451 int __pte_alloc(struct mm_struct *mm, pmd_t *pmd) in __pte_alloc() function