Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dpgtable.c189 else if (mmu_hash_ops.hpte_clear_all) in mmu_cleanup_all()
190 mmu_hash_ops.hpte_clear_all(); in mmu_cleanup_all()
Dhash_native.c874 mmu_hash_ops.hpte_clear_all = native_hpte_clear; in hpte_init_native()
Dhash_utils.c1019 if (is_fadump_active() && mmu_hash_ops.hpte_clear_all) in htab_initialize()
1020 mmu_hash_ops.hpte_clear_all(); in htab_initialize()
/linux-6.1.9/arch/powerpc/platforms/ps3/
Dhtab.c191 mmu_hash_ops.hpte_clear_all = ps3_hpte_clear; in ps3_hpte_init()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h171 void (*hpte_clear_all)(void); member
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dlpar.c1733 mmu_hash_ops.hpte_clear_all = pseries_hpte_clear_all; in hpte_init_pseries()