Lines Matching refs:hidx
1922 unsigned long hash, gslot, hidx; in pte_get_hash_gslot() local
1925 hidx = __rpte_to_hidx(rpte, subpg_index); in pte_get_hash_gslot()
1926 if (hidx & _PTEIDX_SECONDARY) in pte_get_hash_gslot()
1929 gslot += hidx & _PTEIDX_GROUP_IX; in pte_get_hash_gslot()
1962 unsigned long hidx, shift, vpn, hash, slot; in flush_hash_hugepage() local
1993 hidx = hpte_hash_index(hpte_slot_array, i); in flush_hash_hugepage()
1999 if (hidx & _PTEIDX_SECONDARY) in flush_hash_hugepage()
2003 slot += hidx & _PTEIDX_GROUP_IX; in flush_hash_hugepage()
2156 unsigned long hash, hidx, slot; in kernel_unmap_linear_page() local
2166 hidx = linear_map_hash_slots[lmi] & 0x7f; in kernel_unmap_linear_page()
2169 if (hidx & _PTEIDX_SECONDARY) in kernel_unmap_linear_page()
2172 slot += hidx & _PTEIDX_GROUP_IX; in kernel_unmap_linear_page()