Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1369 pud_t old_pud; in pudp_huge_get_and_clear() local
1372 old_pud = radix__pudp_huge_get_and_clear(mm, addr, pudp); in pudp_huge_get_and_clear()
1377 page_table_check_pud_clear(mm, addr, old_pud); in pudp_huge_get_and_clear()
1379 return old_pud; in pudp_huge_get_and_clear()
/linux/mm/
H A Dhuge_memory.c2996 pud_t old_pud; in __split_huge_pud_locked() local
3005 old_pud = pudp_huge_clear_flush(vma, haddr, pud); in __split_huge_pud_locked()
3010 page = pud_page(old_pud); in __split_huge_pud_locked()
3013 if (!folio_test_dirty(folio) && pud_dirty(old_pud)) in __split_huge_pud_locked()
3015 if (!folio_test_referenced(folio) && pud_young(old_pud)) in __split_huge_pud_locked()