Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/mm/
Dtlb_hash32.c41 unsigned long ptephys; in flush_hash_entry() local
44 ptephys = __pa(ptep) & PAGE_MASK; in flush_hash_entry()
45 flush_hash_pages(mm->context.id, addr, ptephys, 1); in flush_hash_entry()
/linux-2.6.39/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()