Lines Matching defs:hidx
1912 unsigned long hash, gslot, hidx;
1915 hidx = __rpte_to_hidx(rpte, subpg_index);
1916 if (hidx & _PTEIDX_SECONDARY)
1919 gslot += hidx & _PTEIDX_GROUP_IX;
1952 unsigned long hidx, shift, vpn, hash, slot;
1978 * 000| [ secondary group (one bit) | hidx (3 bits) | valid bit]
1983 hidx = hpte_hash_index(hpte_slot_array, i);
1989 if (hidx & _PTEIDX_SECONDARY)
1993 slot += hidx & _PTEIDX_GROUP_IX;
2146 unsigned long hash, hidx, slot;
2156 hidx = linear_map_hash_slots[lmi] & 0x7f;
2159 if (hidx & _PTEIDX_SECONDARY)
2162 slot += hidx & _PTEIDX_GROUP_IX;