Home
last modified time | relevance | path

Searched refs:hpte_updateboltedpp (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/ps3/
H A Dhtab.c188 mmu_hash_ops.hpte_updateboltedpp = ps3_hpte_updateboltedpp; in ps3_hpte_init()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c428 mmu_hash_ops.hpte_updateboltedpp(newpp, idx, mmu_linear_psize, in change_memory_range()
H A Dhash_native.c875 mmu_hash_ops.hpte_updateboltedpp = native_hpte_updateboltedpp; in hpte_init_native()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h145 void (*hpte_updateboltedpp)(unsigned long newpp, member