Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmremap.c323 unsigned long new_addr, pud_t *old_pud, pud_t *new_pud) in move_normal_pud() argument
348 old_ptl = pud_lock(vma->vm_mm, old_pud); in move_normal_pud()
354 pud = *old_pud; in move_normal_pud()
355 pud_clear(old_pud); in move_normal_pud()
371 unsigned long old_addr, unsigned long new_addr, pud_t *old_pud, in move_normal_pud() argument
487 pud_t *old_pud, *new_pud; in move_page_tables() local
489 old_pud = get_old_pud(vma->vm_mm, old_addr); in move_page_tables()
490 if (!old_pud) in move_page_tables()
496 old_pud, new_pud, true)) in move_page_tables()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dmmu.c326 pud_t old_pud = READ_ONCE(*pudp); in alloc_init_pud() local
341 BUG_ON(!pgattr_change_is_safe(pud_val(old_pud), in alloc_init_pud()
347 BUG_ON(pud_val(old_pud) != 0 && in alloc_init_pud()
348 pud_val(old_pud) != READ_ONCE(pud_val(*pudp))); in alloc_init_pud()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h434 pud_t old_pud = *pudp; in pudp_set_wrprotect() local
436 set_pud_at(mm, address, pudp, pud_wrprotect(old_pud)); in pudp_set_wrprotect()