Home
last modified time | relevance | path

Searched refs:hpte_remove (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/arch/powerpc/mm/book3s64/
Dhash_64k.c200 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_4K()
315 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_64K()
Dhash_4k.c104 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_4K()
Dhash_hugepage.c153 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_thp()
Dhash_utils.c418 ret = mmu_hash_ops.hpte_remove(hpteg); in htab_bolt_mapping()
2052 mmu_hash_ops.hpte_remove(hpte_group); in hpte_insert_repeating()
2072 if (mmu_hash_ops.hpte_remove(last_group) == -1) in hpt_clear_stress()
2097 if (mmu_hash_ops.hpte_remove(last_group) == -1) in hpt_do_stress()
Dhash_native.c878 mmu_hash_ops.hpte_remove = native_hpte_remove; in hpte_init_native()
/linux-6.12.1/arch/powerpc/platforms/ps3/
Dhtab.c190 mmu_hash_ops.hpte_remove = ps3_hpte_remove; in ps3_hpte_init()
/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c164 if (mmu_hash_ops.hpte_remove(hpteg) < 0) { in kvmppc_mmu_map_page()
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h155 long (*hpte_remove)(unsigned long hpte_group); member
/linux-6.12.1/arch/powerpc/platforms/pseries/
Dlpar.c1710 mmu_hash_ops.hpte_remove = pSeries_lpar_hpte_remove; in hpte_init_pseries()