t7                449 arch/arm64/include/asm/assembler.h 	.macro copy_page dest:req src:req t1:req t2:req t3:req t4:req t5:req t6:req t7:req t8:req
t7                349 arch/mips/kernel/pm-cps.c 	const unsigned r_pcohctl = t7;
t7               1095 crypto/ecc.c   	u64 t7[ECC_MAX_DIGITS];
t7               1122 crypto/ecc.c   	vli_mod_sub(t7, x1, x2, curve_prime, ndigits);
t7               1124 crypto/ecc.c   	vli_mod_mult_fast(y2, y2, t7, curve_prime, ndigits);
t7               1129 crypto/ecc.c   	vli_mod_square_fast(t7, t5, curve_prime, ndigits);
t7               1131 crypto/ecc.c   	vli_mod_sub(t7, t7, t6, curve_prime, ndigits);
t7               1133 crypto/ecc.c   	vli_mod_sub(t6, t7, x1, curve_prime, ndigits);
t7               1139 crypto/ecc.c   	vli_set(x1, t7, ndigits);
t7                 64 lib/crc32.c    #  define DO_CRC8 (t7[(q) & 255] ^ t6[(q >> 8) & 255] ^ \
t7                 71 lib/crc32.c    		   t6[(q >> 16) & 255] ^ t7[(q >> 24) & 255])
t7                 80 lib/crc32.c    	const u32 *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7];