Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dhash_native_64.c297 static inline void native_lock_hpte(struct hash_pte *hptep) in native_lock_hpte()
311 static inline void native_unlock_hpte(struct hash_pte *hptep) in native_unlock_hpte()
322 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
376 struct hash_pte *hptep; in native_hpte_remove()
417 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
468 struct hash_pte *hptep; in native_hpte_find()
505 struct hash_pte *hptep; in native_hpte_updateboltedpp()
536 struct hash_pte *hptep; in native_hpte_removebolted()
561 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
603 struct hash_pte *hptep; in native_hugepage_invalidate()
[all …]
Dmmu_decl.h102 struct hash_pte;
103 extern struct hash_pte *Hash, *Hash_end;
Dppc_mmu_32.c37 struct hash_pte *Hash, *Hash_end;
231 Hash_end = (struct hash_pte *) ((unsigned long)Hash + Hash_size); in MMU_init_hw()
Ddump_hashpagetable.c214 struct hash_pte *hptep; in native_find()
247 struct hash_pte ptes[4]; in pseries_find()
Dhash_utils_64.c103 struct hash_pte *htab_address;
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dmmu-hash.h64 struct hash_pte { struct
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h179 struct hash_pte { struct
184 extern struct hash_pte *htab_address; argument
367 static inline unsigned long hpte_get_old_v(struct hash_pte *hptep) in hpte_get_old_v()