Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Duserfaultfd.c233 unlikely(__pte_alloc(dst_mm, dst_vma, dst_pmd, in __mcopy_atomic()
Dmremap.c216 if (pmd_none(*new_pmd) && __pte_alloc(new_vma->vm_mm, new_vma, in move_page_tables()
Dmemory.c564 int __pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, in __pte_alloc() function
3440 unlikely(__pte_alloc(mm, vma, pmd, address))) in __handle_mm_fault()
/linux-4.4.14/include/linux/
Dmm.h1481 int __pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma,
1609 ((unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, vma, \
1614 ((unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, NULL, \