Home
last modified time | relevance | path

Searched refs:flush_hash_range (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/include/asm/
Dtlbflush.h129 extern void flush_hash_range(unsigned long number, int local);
Dmachdep.h59 void (*flush_hash_range)(unsigned long number, int local); member
/arch/powerpc/mm/
Dtlb_hash64.c154 flush_hash_range(i, local); in __flush_tlb_pending()
Dhash_utils_64.c1404 void flush_hash_range(unsigned long number, int local) in flush_hash_range() function
1406 if (ppc_md.flush_hash_range) in flush_hash_range()
1407 ppc_md.flush_hash_range(number, local); in flush_hash_range()
Dhash_native_64.c723 ppc_md.flush_hash_range = native_flush_hash_range; in hpte_init_native()
/arch/powerpc/platforms/pseries/
Dlpar.c601 ppc_md.flush_hash_range = pSeries_lpar_flush_hash_range; in hpte_init_lpar()