Home
last modified time | relevance | path

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

/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_utils.c685 ret = mmu_hash_ops.hpte_remove(hpteg); in htab_bolt_mapping()
2319 mmu_hash_ops.hpte_remove(hpte_group); in hpte_insert_repeating()
2339 if (mmu_hash_ops.hpte_remove(last_group) == -1) in hpt_clear_stress()
2364 if (mmu_hash_ops.hpte_remove(last_group) == -1) in hpt_do_stress()
/linux/arch/powerpc/platforms/ps3/
H A Dhtab.c190 mmu_hash_ops.hpte_remove = ps3_hpte_remove; in ps3_hpte_init()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h155 long (*hpte_remove)(unsigned long hpte_group); member