Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmigrate_device.c595 if (pte_alloc(mm, pmdp)) in migrate_vma_insert_page()
H A Dmprotect.c331 if (pte_alloc(vma->vm_mm, pmd)) \
H A Dmremap.c578 if (pte_alloc(new_vma->vm_mm, new_pmd)) in move_page_tables()
H A Ddebug_vm_pgtable.c1247 if (pte_alloc(args->mm, args->pmdp)) { in init_args()
H A Dmemory.c1914 if (pte_alloc(mm, pmd)) in insert_pages()
4122 if (pte_alloc(vma->vm_mm, vmf->pmd)) in do_anonymous_page()
4469 else if (unlikely(pte_alloc(vma->vm_mm, vmf->pmd))) in finish_fault()
H A Dgup.c645 return pte_alloc(mm, pmd) ? ERR_PTR(-ENOMEM) : in follow_pmd_mask()
/openbmc/linux/include/linux/
H A Dmm.h2957 #define pte_alloc(mm, pmd) (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd)) macro
2960 (pte_alloc(mm, pmd) ? NULL : pte_offset_map(pmd, address))
2963 (pte_alloc(mm, pmd) ? \
H A Dhugetlb.h198 return pte_alloc(mm, pmd) ? NULL : pte_offset_huge(pmd, address); in pte_alloc_huge()