Searched refs:move_page_tables (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
H A D | mremap.c | 590 unsigned long move_page_tables(struct vm_area_struct *vma, in move_page_tables() function 761 moved_len = move_page_tables(vma, old_addr, new_vma, new_addr, old_len, in move_vma() 775 move_page_tables(new_vma, new_addr, vma, old_addr, moved_len, in move_vma()
|
H A D | internal.h | 1513 unsigned long move_page_tables(struct vm_area_struct *vma,
|
H A D | mmap.c | 1718 if (length != move_page_tables(vma, old_start, in relocate_vma_down()
|
/linux/Documentation/mm/ |
H A D | process_addrs.rst | 703 side of lock acquisition, invoked ultimately by :c:func:`!move_page_tables`.
|