Lines Matching defs:hash
45 unsigned long vpn, hash, slot, gslot;
96 * Check if the pte was already inserted into the hash table
103 * On hash insert failure we use old pte value and we don't
155 hash = hpt_hash(vpn, shift, ssize);
157 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP;
159 /* Insert into the hash table, primary slot */
168 hpte_group = (~hash & htab_hash_mask) * HPTES_PER_GROUP;
196 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP;
231 unsigned long vpn, hash, slot;
287 hash = hpt_hash(vpn, shift, ssize);
290 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP;
292 /* Insert into the hash table, primary slot */
300 hpte_group = (~hash & htab_hash_mask) * HPTES_PER_GROUP;
308 hpte_group = (hash & htab_hash_mask) *