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;
245 unsigned long vsid, vpn, hash, hpte_group, want_v;
250 /* calculate hash */
253 hash = hpt_hash(vpn, shift, ssize);
256 /* to check in the secondary hash table, we invert the hash */
258 hash = ~hash;
259 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP;
260 /* see if we can find an entry in the hpte with this hash */
347 * We found an entry in the hash page table:
458 * the hash pagetable.
475 * that are in the hash pagetable.
491 * Traverse the vmemmaped memory and dump pages that are in the hash
524 * dump pages that are in the hash pagetable.