Home
last modified time | relevance | path

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

/linux/mm/
A Dmremap.c311 old_ptl = pud_lock(vma->vm_mm, old_pud); in move_normal_pud()
317 pud = *old_pud; in move_normal_pud()
318 pud_clear(old_pud); in move_normal_pud()
358 old_ptl = pud_lock(vma->vm_mm, old_pud); in move_huge_pud()
364 pud = *old_pud; in move_huge_pud()
365 pud_clear(old_pud); in move_huge_pud()
487 pud_t *old_pud, *new_pud; in move_page_tables() local
508 old_pud = get_old_pud(vma->vm_mm, old_addr); in move_page_tables()
509 if (!old_pud) in move_page_tables()
514 if (pud_trans_huge(*old_pud) || pud_devmap(*old_pud)) { in move_page_tables()
[all …]
/linux/arch/arm64/mm/
A Dmmu.c334 pud_t old_pud = READ_ONCE(*pudp); in alloc_init_pud() local
349 BUG_ON(!pgattr_change_is_safe(pud_val(old_pud), in alloc_init_pud()
355 BUG_ON(pud_val(old_pud) != 0 && in alloc_init_pud()
356 pud_val(old_pud) != READ_ONCE(pud_val(*pudp))); in alloc_init_pud()
/linux/include/linux/
A Dpgtable.h506 pud_t old_pud = *pudp; in pudp_set_wrprotect() local
508 set_pud_at(mm, address, pudp, pud_wrprotect(old_pud)); in pudp_set_wrprotect()

Completed in 12 milliseconds