Searched refs:old_pud (Results 1 – 3 of 3) sorted by relevance
313 old_ptl = pud_lock(vma->vm_mm, old_pud); in move_normal_pud()319 pud = *old_pud; in move_normal_pud()320 pud_clear(old_pud); in move_normal_pud()360 old_ptl = pud_lock(vma->vm_mm, old_pud); in move_huge_pud()366 pud = *old_pud; in move_huge_pud()367 pud_clear(old_pud); in move_huge_pud()489 pud_t *old_pud, *new_pud; in move_page_tables() local513 old_pud = get_old_pud(vma->vm_mm, old_addr); in move_page_tables()514 if (!old_pud) in move_page_tables()519 if (pud_trans_huge(*old_pud) || pud_devmap(*old_pud)) { in move_page_tables()[all …]
340 pud_t old_pud = READ_ONCE(*pudp); in alloc_init_pud() local356 BUG_ON(!pgattr_change_is_safe(pud_val(old_pud), in alloc_init_pud()362 BUG_ON(pud_val(old_pud) != 0 && in alloc_init_pud()363 pud_val(old_pud) != READ_ONCE(pud_val(*pudp))); in alloc_init_pud()
556 pud_t old_pud = *pudp; in pudp_set_wrprotect() local558 set_pud_at(mm, address, pudp, pud_wrprotect(old_pud)); in pudp_set_wrprotect()
Completed in 12 milliseconds