hpte_clear_all    171 arch/powerpc/include/asm/book3s/64/mmu-hash.h 	void		(*hpte_clear_all)(void);
hpte_clear_all    900 arch/powerpc/mm/book3s64/hash_native.c 	mmu_hash_ops.hpte_clear_all	= native_hpte_clear;
hpte_clear_all    873 arch/powerpc/mm/book3s64/hash_utils.c 		if (is_fadump_active() && mmu_hash_ops.hpte_clear_all)
hpte_clear_all    874 arch/powerpc/mm/book3s64/hash_utils.c 			mmu_hash_ops.hpte_clear_all();
hpte_clear_all    169 arch/powerpc/mm/book3s64/pgtable.c 	else if (mmu_hash_ops.hpte_clear_all)
hpte_clear_all    170 arch/powerpc/mm/book3s64/pgtable.c 		mmu_hash_ops.hpte_clear_all();
hpte_clear_all    191 arch/powerpc/platforms/ps3/htab.c 	mmu_hash_ops.hpte_clear_all = ps3_hpte_clear;
hpte_clear_all   1694 arch/powerpc/platforms/pseries/lpar.c 	mmu_hash_ops.hpte_clear_all      = pseries_hpte_clear_all;