Searched refs:move_pgt_entry (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/mm/ |
| H A D | mremap.c | 556 static bool move_pgt_entry(struct pagetable_move_control *pmc, in move_pgt_entry() function 797 move_pgt_entry(pmc, HPAGE_PUD, old_pud, new_pud); in move_page_tables() 802 if (move_pgt_entry(pmc, NORMAL_PUD, old_pud, new_pud)) in move_page_tables() 817 move_pgt_entry(pmc, HPAGE_PMD, old_pmd, new_pmd)) in move_page_tables() 826 if (move_pgt_entry(pmc, NORMAL_PMD, old_pmd, new_pmd)) in move_page_tables()
|