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()
326 struct hash_pte *hptep; in native_hpte_find()
363 struct hash_pte *hptep; in native_hpte_updateboltedpp()
387 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
425 struct hash_pte *hptep; in native_hugepage_invalidate()
503 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;
230 Hash_end = (struct hash_pte *) ((unsigned long)Hash + Hash_size); in MMU_init_hw()
Dhash_utils_64.c97 struct hash_pte *htab_address;
/arch/powerpc/include/asm/
Dmmu-hash32.h63 struct hash_pte { struct
Dmmu-hash64.h118 struct hash_pte { struct
123 extern struct hash_pte *htab_address; argument