Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dtlb_hash32.c42 unsigned long ptephys; in flush_hash_entry() local
45 ptephys = __pa(ptep) & PAGE_MASK; in flush_hash_entry()
46 flush_hash_pages(mm->context.id, addr, ptephys, 1); in flush_hash_entry()
/arch/powerpc/include/asm/
Dpgtable-ppc32.h240 unsigned long ptephys = __pa(ptep) & PAGE_MASK; in __ptep_test_and_clear_young() local
241 flush_hash_pages(context, addr, ptephys, 1); in __ptep_test_and_clear_young()