Lines Matching defs:hash
16 * PPC64 THP Support for hash based MMUs
30 unsigned long vpn, hash, shift, slot;
85 * hash page table entries.
92 * respect to all the 64K hash pte mapping the 16MB
105 hash = hpt_hash(vpn, shift, ssize);
108 hash = ~hash;
109 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
131 hash = hpt_hash(vpn, shift, ssize);
137 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP;
139 /* Insert into the hash table, primary slot */
146 hpte_group = (~hash & htab_hash_mask) * HPTES_PER_GROUP;
153 hpte_group = (hash & htab_hash_mask) *
178 * Mark the pte with H_PAGE_COMBO, if we are trying to hash it with