Searched refs:__pte_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/mm/ |
D | userfaultfd.c | 233 unlikely(__pte_alloc(dst_mm, dst_vma, dst_pmd, in __mcopy_atomic()
|
D | mremap.c | 216 if (pmd_none(*new_pmd) && __pte_alloc(new_vma->vm_mm, new_vma, in move_page_tables()
|
D | memory.c | 564 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/ |
D | mm.h | 1481 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, \
|