Home
last modified time | relevance | path

Searched refs:move_page_tables (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Dvma_exec.c66 if (length != move_page_tables(&pmc)) in relocate_vma_down()
H A Dmremap.c332 * This means recursing into lower page tables in move_page_tables(). in move_normal_pmd()
753 * pmc->old_end value, and since the move_page_tables() operation spans in try_realign_addr()
785 * we broke out of the loop in move_page_tables() for the first PMD
791 unsigned long move_page_tables(struct pagetable_move_control *pmc) in move_page_tables()
1208 moved_len = move_page_tables(&pmc); in copy_vma_and_data()
1224 move_page_tables(&pmc_revert); in copy_vma_and_data()
786 unsigned long move_page_tables(struct pagetable_move_control *pmc) move_page_tables() function
H A Dinternal.h1625 unsigned long move_page_tables(struct pagetable_move_control *pmc);
/linux/tools/testing/vma/
H A Dvma_internal.h1389 static inline unsigned long move_page_tables(struct pagetable_move_control *pmc) in move_page_tables() function