Lines Matching refs:hidx
1750 unsigned long hash, gslot, hidx; in pte_get_hash_gslot() local
1753 hidx = __rpte_to_hidx(rpte, subpg_index); in pte_get_hash_gslot()
1754 if (hidx & _PTEIDX_SECONDARY) in pte_get_hash_gslot()
1757 gslot += hidx & _PTEIDX_GROUP_IX; in pte_get_hash_gslot()
1790 unsigned long hidx, shift, vpn, hash, slot; in flush_hash_hugepage() local
1821 hidx = hpte_hash_index(hpte_slot_array, i); in flush_hash_hugepage()
1827 if (hidx & _PTEIDX_SECONDARY) in flush_hash_hugepage()
1831 slot += hidx & _PTEIDX_GROUP_IX; in flush_hash_hugepage()
1937 unsigned long hash, hidx, slot; in kernel_unmap_linear_page() local
1944 hidx = linear_map_hash_slots[lmi] & 0x7f; in kernel_unmap_linear_page()
1947 if (hidx & _PTEIDX_SECONDARY) in kernel_unmap_linear_page()
1950 slot += hidx & _PTEIDX_GROUP_IX; in kernel_unmap_linear_page()