Searched refs:move_page_tables (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/mm/ |
D | mremap.c | 163 unsigned long move_page_tables(struct vm_area_struct *vma, in move_page_tables() function 276 moved_len = move_page_tables(vma, old_addr, new_vma, new_addr, old_len, in move_vma() 290 move_page_tables(new_vma, new_addr, vma, old_addr, moved_len, in move_vma()
|
/linux-4.4.14/fs/ |
D | exec.c | 611 if (length != move_page_tables(vma, old_start, in shift_arg_pages()
|
/linux-4.4.14/include/linux/ |
D | mm.h | 1317 extern unsigned long move_page_tables(struct vm_area_struct *vma,
|