Lines Matching defs:hash
6 * the hash pagetable, along with their flags to
9 * If radix is enabled then there is no hash page table and so no debugfs file
210 unsigned long hash, vsid, vpn, hpte_group, want_v, hpte_v;
214 /* calculate hash */
217 hash = hpt_hash(vpn, shift, ssize);
220 /* to check in the secondary hash table, we invert the hash */
222 hash = ~hash;
223 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP;
242 unsigned long vsid, vpn, hash, hpte_group, want_v;
247 /* calculate hash */
250 hash = hpt_hash(vpn, shift, ssize);
253 /* to check in the secondary hash table, we invert the hash */
255 hash = ~hash;
256 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP;
257 /* see if we can find an entry in the hpte with this hash */
344 * We found an entry in the hash page table:
455 * the hash pagetable.
472 * that are in the hash pagetable.
488 * Traverse the vmemmaped memory and dump pages that are in the hash
521 * dump pages that are in the hash pagetable.