Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A 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()
H A Dhash_4k.c104 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_4K()
H A Dhash_hugepage.c156 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_thp()
H A Dhash_utils.c411 ret = mmu_hash_ops.hpte_remove(hpteg); in htab_bolt_mapping()
2042 mmu_hash_ops.hpte_remove(hpte_group); in hpte_insert_repeating()
2062 if (mmu_hash_ops.hpte_remove(last_group) == -1) in hpt_clear_stress()
2087 if (mmu_hash_ops.hpte_remove(last_group) == -1) in hpt_do_stress()
H A Dhash_native.c878 mmu_hash_ops.hpte_remove = native_hpte_remove; in hpte_init_native()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dhtab.c190 mmu_hash_ops.hpte_remove = ps3_hpte_remove; in ps3_hpte_init()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c164 if (mmu_hash_ops.hpte_remove(hpteg) < 0) { in kvmppc_mmu_map_page()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h155 long (*hpte_remove)(unsigned long hpte_group); member
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c1710 mmu_hash_ops.hpte_remove = pSeries_lpar_hpte_remove; in hpte_init_pseries()