| /Linux-v5.4/arch/sparc/lib/ | 
| D | memcpy.S | 19 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \  argument33 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \  argument
 43 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \  argument
 51 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \  argument
 57 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \  argument
 
 | 
| D | copy_user.S | 69 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \  argument83 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \  argument
 93 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \  argument
 101 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \  argument
 111 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \  argument
 
 | 
| D | checksum_32.S | 20 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5)	\  argument34 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3)	\  argument
 194 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7)	\  argument
 216 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7)	\  argument
 239 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3)	\  argument
 
 | 
| D | blockops.S | 28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \  argument
 | 
| /Linux-v5.4/arch/mips/include/asm/sibyte/ | 
| D | board.h | 29 #define setleds(t0, t1, c0, c1, c2, c3) \  argument40 #define setleds(t0, t1, c0, c1, c2, c3)  argument
 
 | 
| /Linux-v5.4/arch/x86/crypto/ | 
| D | twofish-avx-x86_64-asm_64.S | 91 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \  argument109 #define G(gi1, gi2, x, t0, t1, t2, t3) \  argument
 209 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \  argument
 220 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \  argument
 228 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \  argument
 
 | 
| D | glue_helper-asm-avx2.S | 28 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \  argument55 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \  argument
 119 		       tivx, t0, t0x, t1, t1x, t2, t2x, t3, \  argument
 
 | 
| D | serpent-sse2-i586-asm_32.S | 453 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \  argument468 #define read_blocks(in, x0, x1, x2, x3, t0, t1, t2) \  argument
 476 #define write_blocks(out, x0, x1, x2, x3, t0, t1, t2) \  argument
 484 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \  argument
 
 | 
| D | cast5-avx-x86_64-asm_64.S | 164 #define transpose_2x4(x0, x1, t0, t1) \  argument171 #define inpack_blocks(x0, x1, t0, t1, rmask) \  argument
 177 #define outunpack_blocks(x0, x1, t0, t1, rmask) \  argument
 
 | 
| D | cast6-avx-x86_64-asm_64.S | 186 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \  argument197 #define inpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \  argument
 205 #define outunpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \  argument
 
 | 
| D | glue_helper-asm-avx.S | 44 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \  argument90 #define load_xts_8way(iv, src, dst, x0, x1, x2, x3, x4, x5, x6, x7, tiv, t0, \  argument
 
 | 
| /Linux-v5.4/crypto/ | 
| D | seed.c | 333 	u32 i, t0, t1, x1, x2, x3, x4;  in seed_set_key()  local369 	u32 x1, x2, x3, x4, t0, t1;  in seed_encrypt()  local
 407 	u32 x1, x2, x3, x4, t0, t1;  in seed_decrypt()  local
 
 | 
| D | camellia_generic.c | 344 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({	\  argument548 	u32 il, ir, t0, t1, w0, w1;  in camellia_setup128()  local
 655 	u32 il, ir, t0, t1, w0, w1;    /* temporary variables */  in camellia_setup256()  local
 819 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \  argument
 853 	u32 il, ir, t0, t1;            /* temporary variables */  in camellia_do_encrypt()  local
 908 	u32 il, ir, t0, t1;            /* temporary variables */  in camellia_do_decrypt()  local
 
 | 
| /Linux-v5.4/drivers/ata/ | 
| D | pata_bk3710.c | 72 	u8 tenv, trp, t0;  in pata_bk3710_setudmamode()  local109 	u8 td, tkw, t0;  in pata_bk3710_setmwdmamode()  local
 155 	u8 t2, t2i, t0;  in pata_bk3710_setpiomode()  local
 
 | 
| /Linux-v5.4/drivers/ide/ | 
| D | palm_bk3710.c | 67 	u8 tenv, trp, t0;  in palm_bk3710_setudmamode()  local102 	u8 td, tkw, t0;  in palm_bk3710_setdmamode()  local
 134 	u8 t2, t2i, t0;  in palm_bk3710_setpiomode()  local
 
 | 
| /Linux-v5.4/arch/ia64/lib/ | 
| D | carta_random.S | 18 #define t0	r16  macro
 | 
| D | memcpy.S | 32 #	define t0	r18  macro
 | 
| /Linux-v5.4/arch/parisc/lib/ | 
| D | string.S | 14 	t0 = r20  define
 | 
| /Linux-v5.4/arch/alpha/include/uapi/asm/ | 
| D | swab.h | 27 	__u64 t0, t1, t2, t3;  in __arch_swab32()  local
 | 
| /Linux-v5.4/arch/powerpc/crypto/ | 
| D | aes-spe-modes.S | 125 #define ENDIAN_SWAP(t0, t1, s0, s1) \  argument133 #define GF128_MUL(d0, d1, d2, d3, t0) \  argument
 
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | regdef.h | 30 #define t0	$8	/* caller saved */  macro81 #define t0	$12	/* caller saved */  macro
 
 | 
| /Linux-v5.4/arch/riscv/lib/ | 
| D | delay.c | 74 	u64 t0 = get_cycles();  in __delay()  local
 | 
| /Linux-v5.4/arch/sparc/mm/ | 
| D | tsunami.S | 87 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \  argument
 | 
| /Linux-v5.4/include/soc/arc/ | 
| D | timers.h | 29 	unsigned int pad2:15, rtsc:1, pad1:5, rtc:1, t1:1, t0:1, ver:8;  member
 | 
| /Linux-v5.4/arch/x86/boot/ | 
| D | tty.c | 120 	int t0, t1;  in getchar_timeout()  local
 |