Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmm.h1445 int __pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma,
1572 ((unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, vma, \
1577 ((unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, NULL, \
/linux-4.1.27/mm/
Dmremap.c215 if (pmd_none(*new_pmd) && __pte_alloc(new_vma->vm_mm, new_vma, in move_page_tables()
Dmemory.c563 int __pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, in __pte_alloc() function
3364 unlikely(__pte_alloc(mm, vma, pmd, address))) in __handle_mm_fault()