Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/
Dtlb.c37 unsigned long ptephys; in flush_hash_entry() local
40 ptephys = __pa(ptep) & PAGE_MASK; in flush_hash_entry()
41 flush_hash_pages(mm->context.id, addr, ptephys, 1); in flush_hash_entry()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h298 unsigned long ptephys = __pa(ptep) & PAGE_MASK; in __ptep_test_and_clear_young() local
299 flush_hash_pages(mm->context.id, addr, ptephys, 1); in __ptep_test_and_clear_young()