Home
last modified time | relevance | path

Searched defs:hptep (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c242 static inline void native_lock_hpte(struct hash_pte *hptep) in native_lock_hpte()
257 static inline void native_unlock_hpte(struct hash_pte *hptep) in native_unlock_hpte()
269 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert() local
332 struct hash_pte *hptep; in native_hpte_remove() local
378 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp() local
434 struct hash_pte *hptep; in __native_hpte_find() local
491 struct hash_pte *hptep; in native_hpte_updateboltedpp() local
527 struct hash_pte *hptep; in native_hpte_removebolted() local
558 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate() local
601 struct hash_pte *hptep; in native_hugepage_invalidate() local
[all …]
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c1016 void kvmppc_invalidate_hpte(struct kvm *kvm, __be64 *hptep, in kvmppc_invalidate_hpte()
1034 void kvmppc_clear_ref_hpte(struct kvm *kvm, __be64 *hptep, in kvmppc_clear_ref_hpte()
/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c209 struct hash_pte *hptep; in native_find() local
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h375 static inline unsigned long hpte_get_old_v(struct hash_pte *hptep) in hpte_get_old_v()