Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/mm/book3s64/
Dhash_64k.c198 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_4K()
310 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_64K()
Dhash_4k.c102 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_4K()
Dhash_hugepage.c156 mmu_hash_ops.hpte_remove(hpte_group); in __hash_page_thp()
Dhash_utils.c311 ret = mmu_hash_ops.hpte_remove(hpteg); in htab_bolt_mapping()
1890 mmu_hash_ops.hpte_remove(hpte_group); in hpte_insert_repeating()
Dhash_native.c926 mmu_hash_ops.hpte_remove = native_hpte_remove; in hpte_init_native()
/Linux-v5.10/arch/powerpc/platforms/ps3/
Dhtab.c190 mmu_hash_ops.hpte_remove = ps3_hpte_remove; in ps3_hpte_init()
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c162 if (mmu_hash_ops.hpte_remove(hpteg) < 0) { in kvmppc_mmu_map_page()
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h155 long (*hpte_remove)(unsigned long hpte_group); member
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dlpar.c1710 mmu_hash_ops.hpte_remove = pSeries_lpar_hpte_remove; in hpte_init_pseries()