Searched refs:pte_alloc (Results 1 – 9 of 9) sorted by relevance
| /linux/mm/ |
| H A D | migrate_device.c | 620 if (pte_alloc(mm, pmdp)) in migrate_vma_insert_page()
|
| H A D | mprotect.c | 489 if (pte_alloc(vma->vm_mm, pmd)) \
|
| H A D | mremap.c | 866 if (pte_alloc(pmc->new->vm_mm, new_pmd)) in move_page_tables()
|
| H A D | debug_vm_pgtable.c | 1196 if (pte_alloc(args->mm, args->pmdp)) { in init_args()
|
| H A D | userfaultfd.c | 1935 if (unlikely(pte_alloc(mm, dst_pmd))) { in move_pages()
|
| H A D | memory.c | 2374 if (pte_alloc(mm, pmd)) in insert_pages() 5151 if (pte_alloc(vma->vm_mm, vmf->pmd)) in do_anonymous_page() 5531 else if (unlikely(pte_alloc(vma->vm_mm, vmf->pmd))) in finish_fault()
|
| H A D | gup.c | 934 return pte_alloc(mm, pmd) ? ERR_PTR(-ENOMEM) : in follow_pmd_mask()
|
| /linux/include/linux/ |
| H A D | mm.h | 3149 #define pte_alloc(mm, pmd) (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd)) macro 3152 (pte_alloc(mm, pmd) ? NULL : pte_offset_map(pmd, address)) 3155 (pte_alloc(mm, pmd) ? \
|
| H A D | hugetlb.h | 198 return pte_alloc(mm, pmd) ? NULL : pte_offset_huge(pmd, address); in pte_alloc_huge()
|