Searched refs:hpte_clear_all (Results 1 – 6 of 6) sorted by relevance
191 mmu_hash_ops.hpte_clear_all = ps3_hpte_clear; in ps3_hpte_init()
289 else if (mmu_hash_ops.hpte_clear_all) in mmu_cleanup_all()290 mmu_hash_ops.hpte_clear_all(); in mmu_cleanup_all()
879 mmu_hash_ops.hpte_clear_all = native_hpte_clear; in hpte_init_native()
1092 if (is_fadump_active() && mmu_hash_ops.hpte_clear_all) in htab_initialize()1093 mmu_hash_ops.hpte_clear_all(); in htab_initialize()
171 void (*hpte_clear_all)(void); member
1713 mmu_hash_ops.hpte_clear_all = pseries_hpte_clear_all; in hpte_init_pseries()