inserted_index     41 arch/powerpc/platforms/ps3/htab.c 	u64 inserted_index;
inserted_index     62 arch/powerpc/platforms/ps3/htab.c 				       &inserted_index,
inserted_index     77 arch/powerpc/platforms/ps3/htab.c 				       inserted_index & ~0x3UL,
inserted_index     83 arch/powerpc/platforms/ps3/htab.c 	if (hpte_v_array[inserted_index % 4] & HPTE_V_SECONDARY)
inserted_index     84 arch/powerpc/platforms/ps3/htab.c 		ret = (inserted_index & 7) | (1 << 3);
inserted_index     86 arch/powerpc/platforms/ps3/htab.c 		ret = inserted_index & 7;