Searched refs:hash_pte (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dcall_hpt.h79 static inline u64 HvCallHpt_findValid(struct hash_pte *hpte, u64 vpn)
84 static inline u64 HvCallHpt_findNextValid(struct hash_pte *hpte, u32 hpteIndex,
91 static inline void HvCallHpt_get(struct hash_pte *hpte, u32 hpteIndex)
97 struct hash_pte *hpte)
H A Dhtab.c46 struct hash_pte lhpte;
102 struct hash_pte hpte;
147 struct hash_pte hpte;
179 struct hash_pte hpte;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmmu-hash32.h63 struct hash_pte { struct
H A Dmmu-hash64.h113 struct hash_pte { struct
118 extern struct hash_pte *htab_address;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_native_64.c120 static inline void native_lock_hpte(struct hash_pte *hptep)
132 static inline void native_unlock_hpte(struct hash_pte *hptep)
143 struct hash_pte *hptep = htab_address + hpte_group;
192 struct hash_pte *hptep;
233 struct hash_pte *hptep = htab_address + slot;
266 struct hash_pte *hptep;
302 struct hash_pte *hptep;
323 struct hash_pte *hptep = htab_address + slot;
353 static void hpte_decode(struct hash_pte *hpte, unsigned long slot,
424 struct hash_pte *hpte
[all...]
H A Dmmu_decl.h106 struct hash_pte;
107 extern struct hash_pte *Hash, *Hash_end;
H A Dppc_mmu_32.c37 struct hash_pte *Hash, *Hash_end;
231 Hash_end = (struct hash_pte *) ((unsigned long)Hash + Hash_size);
H A Dhash_utils_64.c92 struct hash_pte *htab_address;

Completed in 68 milliseconds