Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dmremap.c304 if (pte_alloc(new_vma->vm_mm, new_pmd)) in move_page_tables()
Dgup.c411 ret = pte_alloc(mm, pmd) ? -ENOMEM : 0; in follow_pmd_mask()
Dmemory.c2972 if (pte_alloc(vma->vm_mm, vmf->pmd)) in do_anonymous_page()
3141 } else if (unlikely(pte_alloc(vma->vm_mm, vmf->pmd))) { in pte_alloc_one_map()
Dmigrate.c2717 if (pte_alloc(mm, pmdp)) in migrate_vma_insert_page()
/Linux-v5.4/include/linux/
Dmm.h1977 #define pte_alloc(mm, pmd) (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd)) macro
1980 (pte_alloc(mm, pmd) ? NULL : pte_offset_map(pmd, address))
1983 (pte_alloc(mm, pmd) ? \
/Linux-v5.4/Documentation/virt/uml/
DUserModeLinux-HOWTO.txt3239 Specifically, it's in pte_alloc: