Searched refs:move_pgt_entry (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/mm/ |
D | mremap.c | 440 static bool move_pgt_entry(enum pgt_entry entry, struct vm_area_struct *vma, in move_pgt_entry() function 521 move_pgt_entry(HPAGE_PUD, vma, old_addr, new_addr, in move_page_tables() 528 if (move_pgt_entry(NORMAL_PUD, vma, old_addr, new_addr, in move_page_tables() 543 move_pgt_entry(HPAGE_PMD, vma, old_addr, new_addr, in move_page_tables() 555 if (move_pgt_entry(NORMAL_PMD, vma, old_addr, new_addr, in move_page_tables()
|