Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dhash_native_64.c175 static inline void native_lock_hpte(struct hash_pte *hptep) in native_lock_hpte()
187 static inline void native_unlock_hpte(struct hash_pte *hptep) in native_unlock_hpte()
198 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
247 struct hash_pte *hptep; in native_hpte_remove()
288 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
339 struct hash_pte *hptep; in native_hpte_find()
376 struct hash_pte *hptep; in native_hpte_updateboltedpp()
400 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
438 struct hash_pte *hptep; in native_hugepage_invalidate()
516 static void hpte_decode(struct hash_pte *hpte, unsigned long slot, in hpte_decode()
[all …]
Dmmu_decl.h106 struct hash_pte;
107 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()
Dhash_utils_64.c98 struct hash_pte *htab_address;
/arch/powerpc/include/asm/
Dmmu-hash32.h63 struct hash_pte { struct
Dmmu-hash64.h120 struct hash_pte { struct
125 extern struct hash_pte *htab_address; argument