Lines Matching defs:hidx
1750 unsigned long hash, gslot, hidx;
1753 hidx = __rpte_to_hidx(rpte, subpg_index);
1754 if (hidx & _PTEIDX_SECONDARY)
1757 gslot += hidx & _PTEIDX_GROUP_IX;
1790 unsigned long hidx, shift, vpn, hash, slot;
1816 * 000| [ secondary group (one bit) | hidx (3 bits) | valid bit]
1821 hidx = hpte_hash_index(hpte_slot_array, i);
1827 if (hidx & _PTEIDX_SECONDARY)
1831 slot += hidx & _PTEIDX_GROUP_IX;
1937 unsigned long hash, hidx, slot;
1944 hidx = linear_map_hash_slots[lmi] & 0x7f;
1947 if (hidx & _PTEIDX_SECONDARY)
1950 slot += hidx & _PTEIDX_GROUP_IX;