Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmm.h1931 #define pte_alloc(mm, pmd, address) \ macro
1935 (pte_alloc(mm, pmd, address) ? NULL : pte_offset_map(pmd, address))
1938 (pte_alloc(mm, pmd, address) ? \
/Linux-v4.19/mm/
Dmremap.c241 if (pte_alloc(new_vma->vm_mm, new_pmd, new_addr)) in move_page_tables()
Dmemory.c3142 if (pte_alloc(vma->vm_mm, vmf->pmd, vmf->address)) in do_anonymous_page()
3289 } else if (unlikely(pte_alloc(vma->vm_mm, vmf->pmd, vmf->address))) { in pte_alloc_one_map()
Dmigrate.c2608 if (pte_alloc(mm, pmdp, addr)) in migrate_vma_insert_page()
/Linux-v4.19/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3239 Specifically, it's in pte_alloc: