Home
last modified time | relevance | path

Searched refs:hash_pte (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/arch/powerpc/mm/book3s64/
Dhash_native.c323 static inline void native_lock_hpte(struct hash_pte *hptep) in native_lock_hpte()
337 static inline void native_unlock_hpte(struct hash_pte *hptep) in native_unlock_hpte()
348 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
402 struct hash_pte *hptep; in native_hpte_remove()
443 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
494 struct hash_pte *hptep; in __native_hpte_find()
551 struct hash_pte *hptep; in native_hpte_updateboltedpp()
582 struct hash_pte *hptep; in native_hpte_removebolted()
607 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
649 struct hash_pte *hptep; in native_hugepage_invalidate()
[all …]
Dhash_utils.c108 struct hash_pte *htab_address;
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h174 struct hash_pte { struct
179 extern struct hash_pte *htab_address; argument
374 static inline unsigned long hpte_get_old_v(struct hash_pte *hptep) in hpte_get_old_v()
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/
Dmmu-hash.h84 struct hash_pte { struct
/Linux-v5.15/arch/powerpc/mm/book3s32/
Dmmu.c36 static struct hash_pte __initdata *Hash = (struct hash_pte *)early_hash;
/Linux-v5.15/arch/powerpc/mm/
Dmmu_decl.h98 struct hash_pte;
/Linux-v5.15/arch/powerpc/mm/ptdump/
Dhashpagetable.c209 struct hash_pte *hptep; in native_find()
241 struct hash_pte ptes[4]; in pseries_find()