Searched refs:pte_alloc (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/mm/ |
| H A D | mprotect.c | 331 if (pte_alloc(vma->vm_mm, pmd)) \
|
| H A D | migrate_device.c | 620 if (pte_alloc(mm, pmdp)) in migrate_vma_insert_page()
|
| H A D | mremap.c | 831 if (pte_alloc(pmc->new->vm_mm, new_pmd)) in move_page_tables()
|
| H A D | debug_vm_pgtable.c | 1249 if (pte_alloc(args->mm, args->pmdp)) { in init_args()
|
| H A D | userfaultfd.c | 1834 if (unlikely(pte_alloc(mm, dst_pmd))) { in move_pages()
|
| H A D | memory.c | 2225 if (pte_alloc(mm, pmd)) in insert_pages() 4968 if (pte_alloc(vma->vm_mm, vmf->pmd)) in do_anonymous_page() 5327 else if (unlikely(pte_alloc(vma->vm_mm, vmf->pmd))) in finish_fault()
|
| H A D | gup.c | 994 return pte_alloc(mm, pmd) ? ERR_PTR(-ENOMEM) : in follow_pmd_mask()
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 3165 #define pte_alloc(mm, pmd) (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd)) macro 3168 (pte_alloc(mm, pmd) ? NULL : pte_offset_map(pmd, address)) 3171 (pte_alloc(mm, pmd) ? \
|
| H A D | hugetlb.h | 195 return pte_alloc(mm, pmd) ? NULL : pte_offset_huge(pmd, address); in pte_alloc_huge()
|