Searched refs:old_pmd (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | mremap.c | 71 static void move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd, in move_ptes() argument 103 old_pte = pte_offset_map_lock(mm, old_pmd, old_addr, &old_ptl); in move_ptes() 136 pmd_t *old_pmd, *new_pmd; in move_page_tables() local 147 old_pmd = get_old_pmd(vma->vm_mm, old_addr); in move_page_tables() 148 if (!old_pmd) in move_page_tables() 158 move_ptes(vma, old_pmd, old_addr, old_addr + extent, in move_page_tables()
|