Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s32/
H A 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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A 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()