Searched refs:move_pgt_entry (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/mm/ |
D | mremap.c | 438 static bool move_pgt_entry(enum pgt_entry entry, struct vm_area_struct *vma, in move_pgt_entry() function 512 move_pgt_entry(HPAGE_PUD, vma, old_addr, new_addr, in move_page_tables() 519 if (move_pgt_entry(NORMAL_PUD, vma, old_addr, new_addr, in move_page_tables() 534 move_pgt_entry(HPAGE_PMD, vma, old_addr, new_addr, in move_page_tables() 546 if (move_pgt_entry(NORMAL_PMD, vma, old_addr, new_addr, in move_page_tables()
|