Searched refs:t0 (Results 126 - 150 of 233) sorted by relevance

12345678910

/linux-master/arch/loongarch/kernel/
H A Dentry.S24 csrrd t0, PERCPU_BASE_KS
26 add.d t1, t1, t0
69 move u0, t0
/linux-master/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S86 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \
90 movl t0(CTX, RID1, 4), dst ## d; \
104 #define G(gi1, gi2, x, t0, t1, t2, t3) \
105 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS1, shr_next, ##gi1); \
106 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS3, shr_next, ##gi2); \
108 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS2, dummy, none); \
111 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS1, dummy, none); \
204 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
205 vpunpckldq x1, x0, t0; \
210 vpunpcklqdq t1, t0, x
[all...]
H A Dcast6-avx-x86_64-asm_64.S190 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
191 vpunpckldq x1, x0, t0; \
196 vpunpcklqdq t1, t0, x0; \
197 vpunpckhqdq t1, t0, x1; \
201 #define inpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \
207 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
209 #define outunpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \
210 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
/linux-master/arch/sparc/lib/
H A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
21 ldd [%src + (offset) + 0x00], %t0; \
25 st %t0, [%dst + (offset) + 0x00]; \
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
35 ldd [%src + (offset) + 0x00], %t0; \
39 std %t0, [%dst + (offset) + 0x00]; \
44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \
45 ldd [%src - (offset) - 0x10], %t0; \
47 st %t0, [%dst - (offset) - 0x10]; \
52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t
[all...]
H A Dchecksum_32.S20 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \
21 ldd [buf + offset + 0x00], t0; \
23 addxcc t0, sum, sum; \
28 ldd [buf + offset + 0x18], t0; \
31 addxcc t0, sum, sum; \
34 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \
35 ldd [buf - offset - 0x08], t0; \
37 addxcc t0, sum, sum; \
164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
165 EX(ldd [src + off + 0x00], t0); \
[all...]
H A Dblockops.S28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
29 ldd [src + offset + 0x18], t0; \
33 std t0, [dst + offset + 0x18]; \
/linux-master/crypto/
H A Dseed.c312 t0 = X3 ^ ks[rbase]; \
314 t1 ^= t0; \
317 t0 += t1; \
318 t0 = SS0[byte(t0, 0)] ^ SS1[byte(t0, 1)] ^ \
319 SS2[byte(t0, 2)] ^ SS3[byte(t0, 3)]; \
320 t1 += t0; \
323 t0
333 u32 i, t0, t1, x1, x2, x3, x4; local
369 u32 x1, x2, x3, x4, t0, t1; local
407 u32 x1, x2, x3, x4, t0, t1; local
[all...]
/linux-master/arch/arm64/crypto/
H A Dsha2-ce-core.S19 t0 .req v22
33 sha256h dg0q, dg1q, t0.4s
34 sha256h2 dg1q, dg2q, t0.4s
37 add t0.4s, v\s0\().4s, \rc\().4s
102 1: add t0.4s, v16.4s, v0.4s
H A Dsha1-ce-core.S19 t0 .req v4
39 sha1\op dg0q, \dg1, t0.4s
41 sha1\op dg0q, dg1s, t0.4s
45 add t0.4s, v\s0\().4s, \rc\().4s
92 1: add t0.4s, v8.4s, k0.4s
H A Dsha512-armv8.pl104 ($t0,$t1,$t2,$t3)=map("$reg_t$_",(16,17,19,28));
140 ror $t0,$e,#$Sigma1[0]
148 eor $t0,$t0,$T0,ror#$Sigma1[1] // Sigma1(e)
152 add $h,$h,$t0 // h+=Sigma1(e)
162 ror $t0,$e,#$Sigma1[0]
170 eor $t0,$t0,$e,ror#$Sigma1[1]
174 eor $t0,$t0,
[all...]
/linux-master/arch/mips/kernel/
H A Dgenex.S112 LONG_L t0, TI_FLAGS($28)
114 andi t0, _TIF_NEED_RESCHED
115 bnez t0, 1f
208 LONG_L t0, %lo(irq_stack)(k1)
213 beq t0, t1, 2f
217 PTR_ADD sp, t0, t1
319 LONG_L t0, %lo(irq_stack)(k1)
324 beq t0, t1, 2f
328 PTR_ADD sp, t0, t1
495 MFC0 t0, CP0_BADVADD
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_sony.py143 t0 = PSTouchPoint(1, 50, 100)
144 r = uhdev.event(touch=[t0])
153 t0.tipswitch = False
154 r = uhdev.event(touch=[t0])
169 t0 = PSTouchPoint(1, 50, 100)
172 r = uhdev.event(touch=[t0])
183 r = uhdev.event(touch=[t0, t1])
201 t0.tipswitch = False
202 r = uhdev.event(touch=[t0, t1])
/linux-master/arch/sparc/mm/
H A Dtsunami.S87 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \
88 ldd [src + offset + 0x18], t0; \
89 std t0, [dst + offset + 0x18]; \
92 ldd [src + offset + 0x08], t0; \
93 std t0, [dst + offset + 0x08]; \
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c232 unsigned long long t0, t1, t2;
251 t0 = sched_clock();
256 printk("copy_to_user: %d %llu %llu\n", size, t1 - t0, t2 - t1);
260 t0 = sched_clock();
265 printk("clear_user: %d %llu %llu\n", size, t1 - t0, t2 - t1);
/linux-master/arch/riscv/include/asm/
H A Dcompat.h45 compat_ulong_t t0; member in struct:compat_user_regs_struct
82 cregs->t0 = (compat_ulong_t) regs->t0;
119 regs->t0 = (unsigned long) cregs->t0;
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c306 u64 *t0; local
328 t0 = buf + 5;
331 fmul_fmul(c, t0, b);
332 fsquare_fsquare_times(t0, c, 100);
333 fmul_fmul(t0, t0, c);
334 fsquare_fsquare_times_inplace(t0, 50);
335 fmul_fmul(t0, t0, b);
336 fsquare_fsquare_times_inplace(t0,
627 u64 t0 = input[0]; local
655 u64 t0 = input[0]; local
718 u64 t0 = input[0]; local
[all...]
/linux-master/arch/riscv/crypto/
H A Daes-macros.S53 // Also sets vl=4 and vtype=e32,m1,ta,ma. Clobbers t0 and t1.
55 lwu t0, 480(\keyp) // t0 = key length in bytes
79 blt t0, t1, \label128 // If AES-128, goto label128.
84 beq t0, t1, \label192 // If AES-192, goto label192.
/linux-master/arch/mips/include/asm/
H A Dpm.h112 LONG_L t0, 0(t1)
113 jalr t0
H A Dregdef.h120 #define t0 $8 /* caller saved */ macro
171 #define t0 $12 /* caller saved */ macro
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_lib.sh47 local t0=$(tc_rule_stats_get $dev $pref)
52 local delta=$((t1 - t0))
/linux-master/drivers/thermal/st/
H A Dstm_thermal.c96 int t0, fmt0, ramp_coeff; member in struct:stm_thermal_sensor
244 sensor->t0 = readl_relaxed(sensor->base + DTS_T0VALR1_OFFSET) &
246 if (!sensor->t0)
247 sensor->t0 = TS1_T0_VAL0;
249 sensor->t0 = TS1_T0_VAL1;
265 __func__, sensor->t0, sensor->fmt0, sensor->ramp_coeff);
276 freqM = ((temp - sensor->t0) * sensor->ramp_coeff) / 1000 +
372 *temp = (freqM - sensor->fmt0) * 1000 / sensor->ramp_coeff + sensor->t0;
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c302 pthread_t t0; local
318 rc = pthread_create(&t0, attr, tm_una_ping, (void *) &flags);
321 rc = pthread_setname_np(t0, "tm_una_ping");
324 rc = pthread_join(t0, &ret_value);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_mc_aware.sh246 local t0=$(ethtool_stats_get $h3 rx_octets_prio_0)
273 local mc_er=$(rate $t0 $t1 $interval)
302 local t0=$(ethtool_stats_get $h3 rx_octets_prio_1)
324 local uc_er=$(rate $t0 $t1 $interval)
/linux-master/arch/riscv/include/uapi/asm/
H A Dptrace.h30 unsigned long t0; member in struct:user_regs_struct
/linux-master/arch/riscv/kernel/
H A Dmcount.S86 la t0, ftrace_graph_return
87 REG_L t1, 0(t0)

Completed in 291 milliseconds

12345678910