Home
last modified time | relevance | path

Searched refs:old_pud (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/mm/
A Dmremap.c313 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() local
513 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 …]
/linux-6.3-rc2/arch/arm64/mm/
A Dmmu.c340 pud_t old_pud = READ_ONCE(*pudp); in alloc_init_pud() local
356 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()
/linux-6.3-rc2/include/linux/
A Dpgtable.h556 pud_t old_pud = *pudp; in pudp_set_wrprotect() local
558 set_pud_at(mm, address, pudp, pud_wrprotect(old_pud)); in pudp_set_wrprotect()

Completed in 12 milliseconds