Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dpgtable-book3s64.c165 else if (mmu_hash_ops.hpte_clear_all) in mmu_cleanup_all()
166 mmu_hash_ops.hpte_clear_all(); in mmu_cleanup_all()
Dhash_utils_64.c867 if (is_fadump_active() && mmu_hash_ops.hpte_clear_all) in htab_initialize()
868 mmu_hash_ops.hpte_clear_all(); in htab_initialize()
Dhash_native_64.c881 mmu_hash_ops.hpte_clear_all = native_hpte_clear; in hpte_init_native()
/Linux-v4.19/arch/powerpc/platforms/ps3/
Dhtab.c203 mmu_hash_ops.hpte_clear_all = ps3_hpte_clear; in ps3_hpte_init()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h175 void (*hpte_clear_all)(void); member
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dlpar.c761 mmu_hash_ops.hpte_clear_all = pseries_hpte_clear_all; in hpte_init_pseries()