Searched refs:pte_alloc (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | mm.h | 1931 #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/ |
D | mremap.c | 241 if (pte_alloc(new_vma->vm_mm, new_pmd, new_addr)) in move_page_tables()
|
D | memory.c | 3142 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()
|
D | migrate.c | 2608 if (pte_alloc(mm, pmdp, addr)) in migrate_vma_insert_page()
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3239 Specifically, it's in pte_alloc:
|