Searched refs:move_pgt_entry (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | mremap.c | 596 static bool move_pgt_entry(struct pagetable_move_control *pmc, in move_pgt_entry() function 837 move_pgt_entry(pmc, HPAGE_PUD, old_pud, new_pud); in move_page_tables() 842 if (move_pgt_entry(pmc, NORMAL_PUD, old_pud, new_pud)) in move_page_tables() 856 move_pgt_entry(pmc, HPAGE_PMD, old_pmd, new_pmd)) in move_page_tables() 865 if (move_pgt_entry(pmc, NORMAL_PMD, old_pmd, new_pmd)) in move_page_tables()
|