Home
last modified time | relevance | path

Searched refs:pte_alloc (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/mm/
Dmigrate_device.c595 if (pte_alloc(mm, pmdp)) in migrate_vma_insert_page()
Dmprotect.c331 if (pte_alloc(vma->vm_mm, pmd)) \
Dmremap.c571 if (pte_alloc(new_vma->vm_mm, new_pmd)) in move_page_tables()
Ddebug_vm_pgtable.c1268 if (pte_alloc(args->mm, args->pmdp)) { in init_args()
Dmemory.c1914 if (pte_alloc(mm, pmd)) in insert_pages()
4103 if (pte_alloc(vma->vm_mm, vmf->pmd)) in do_anonymous_page()
4441 else if (unlikely(pte_alloc(vma->vm_mm, vmf->pmd))) in finish_fault()
Dgup.c733 return pte_alloc(mm, pmd) ? ERR_PTR(-ENOMEM) : in follow_pmd_mask()
/linux-6.6.21/include/linux/
Dmm.h2951 #define pte_alloc(mm, pmd) (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd)) macro
2954 (pte_alloc(mm, pmd) ? NULL : pte_offset_map(pmd, address))
2957 (pte_alloc(mm, pmd) ? \
Dhugetlb.h198 return pte_alloc(mm, pmd) ? NULL : pte_offset_huge(pmd, address); in pte_alloc_huge()