Searched refs:t3 (Results 51 - 75 of 137) sorted by relevance

123456

/linux-master/arch/mips/include/asm/
H A Dregdef.h123 #define t3 $11 macro
174 #define t3 $15 macro
/linux-master/arch/riscv/include/uapi/asm/
H A Dptrace.h53 unsigned long t3; member in struct:user_regs_struct
/linux-master/include/uapi/linux/
H A Dgsmmux.h37 * @t3: Response timer for wake-up procedure
52 unsigned int t3; member in struct:gsm_config
/linux-master/arch/loongarch/kernel/
H A Drethook_trampoline.S21 cfi_st t3, PT_R15
56 cfi_ld t3, PT_R15
/linux-master/arch/loongarch/lib/
H A Dmemcpy.S145 ld.d t3, a1, 24
154 st.d t3, a5, 24
169 ld.d t3, a1, 24
174 st.d t3, a5, 24
/linux-master/arch/mips/alchemy/common/
H A Dsleeper.S65 lui t3, 0xb190 /* sys_xxx */
66 sw sp, 0x0018(t3)
68 sw k0, 0x001c(t3)
73 sw zero, 0x0078(t3) /* sys_slppwr */
75 sw zero, 0x007c(t3) /* sys_sleep */
/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.c287 * And the bmap_finish transaction can free bmap blocks in a join (t3):
299 unsigned int t1, t2, t3, t4; local
318 t3 = xfs_calc_buf_res(5, mp->m_sb.sb_sectsize) +
325 * minimum log size, add the refcountbtree splits back to t1 and t3 and
338 t3 += adj;
339 return XFS_DQUOT_LOGRES(mp) + max3(t1, t2, t3);
343 return XFS_DQUOT_LOGRES(mp) + max(t4, max3(t1, t2, t3));
363 * Or, if it's a realtime file (t3):
379 unsigned int t1, t2, t3, t4; local
389 t3
[all...]
/linux-master/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S83 t3 .req v17
146 pmull t3.8h, ad.8b, bd4.8b // K = A*B4
160 pmull2 t3.8h, ad.16b, bd4.16b // K = A*B4
168 uzp1 t7.2d, t6.2d, t3.2d
169 uzp2 t6.2d, t6.2d, t3.2d
186 zip2 t3.2d, t7.2d, t6.2d
192 ext t3.16b, t3.16b, t3.16b, #12
195 eor t6.16b, t6.16b, t3
[all...]
H A Dghash-ce-core.S25 t3 .req v10
72 ext t3.8b, \ad\().8b, \ad\().8b, #1 // A1
80 tbl t3.16b, {\ad\().16b}, perm1.16b // A1
100 pmull\t t3.8h, t3.\nb, \bd // F = A1*B
109 eor t3.16b, t3.16b, t4.16b // L = E + F
113 uzp1 t4.2d, t3.2d, t5.2d
114 uzp2 t3.2d, t3
[all...]
/linux-master/tools/perf/util/
H A Dbpf_off_cpu.c102 const struct btf_type *t1, *t2, *t3; local
118 t3 = btf__type_by_id(btf, t2->type);
120 if (t3 && btf_is_func_proto(t3) && btf_vlen(t3) == 5) {
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c219 u8 t3 = LOONGARCH_GPR_T3; local
261 emit_insn(ctx, ldd, t3, t2, off);
286 const u8 t3 = LOONGARCH_GPR_T3; local
296 move_reg(ctx, t3, src);
327 emit_insn(ctx, amaddd, src, t1, t3);
329 emit_insn(ctx, amaddw, src, t1, t3);
335 emit_insn(ctx, amandd, src, t1, t3);
337 emit_insn(ctx, amandw, src, t1, t3);
343 emit_insn(ctx, amord, src, t1, t3);
345 emit_insn(ctx, amorw, src, t1, t3);
[all...]
/linux-master/arch/alpha/lib/
H A Dstxcpy.S49 mskqh t1, a1, t3 # e0 :
53 or t0, t3, t1 # e0 :
181 extql t2, a1, t3 # e0 : extract low bits for next time
186 mov t3, t0 # .. e1 :
262 ornot t1, t2, t3 # .. e1 :
263 cmpbge zero, t3, t8 # e0 : is there a zero?
H A Dev6-stxcpy.S60 mskqh t1, a1, t3 # U :
65 or t0, t3, t1 # E : (stall)
205 extql t2, a1, t3 # U : extract low bits for next time (stall)
211 mov t3, t0 # E :
292 ornot t1, t2, t3 # E : (stall)
293 cmpbge zero, t3, t8 # E : is there a zero? (stall)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_tbf_core.sh220 local t3=$(tbf_get_counter $vlan)
227 local nr=$(rate $t2 $t3 10)
/linux-master/arch/sparc/lib/
H A Dcopy_user.S68 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
76 ST(st, dst, offset + 0x0c, t3, bigchunk_fault) \
83 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
101 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \
107 ST(st, dst, -(offset + 0x04), t3, lastchunk_fault)
116 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \
120 LD(lduh, src, offset + 0x06, t3, halfchunk_fault) \
124 ST(sth, dst, offset + 0x06, t3, halfchunk_fault)
H A Dchecksum_32.S20 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \
27 addxcc t3, sum, sum; \
34 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \
40 addxcc t3, sum, sum;
164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
173 addxcc t3, sum, sum; \
186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
197 EX(st t3, [dst + off + 0x0c]); \
198 addxcc t3, sum, sum; \
209 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \
[all...]
H A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
28 st %t3, [%dst + (offset) + 0x0c]; \
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \
50 st %t3, [%dst - (offset) - 0x04];
52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \
/linux-master/arch/riscv/lib/
H A Dmemcpy.S50 REG_L t3, 7*SZREG(a1)
60 REG_S t3, 7*SZREG(t6)
/linux-master/arch/riscv/kvm/
H A Dvcpu_switch.S64 csrrw t3, CSR_SSCRATCH, a0
73 REG_S t3, (KVM_ARCH_HOST_SSCRATCH)(a0)
103 REG_L t3, (KVM_ARCH_GUEST_T3)(a0)
147 REG_S t3, (KVM_ARCH_GUEST_T3)(a0)
155 REG_L t3, (KVM_ARCH_HOST_SCOUNTEREN)(a0)
169 csrrw t3, CSR_SCOUNTEREN, t3
180 REG_S t3, (KVM_ARCH_GUEST_SCOUNTEREN)(a0)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_id.c68 enum an_enum t3 = 0; variable in typeref:enum:an_enum
/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) \
97 xorl t3(CTX, RID2, 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); \
/linux-master/drivers/input/gameport/
H A Dgameport.c80 u64 t1, t2, t3; local
94 t3 = ktime_get_ns();
97 t = (t2 - t1) - (t3 - t2);
113 unsigned int i, t, t1, t2, t3, tx; local
126 GET_TIME(t3);
129 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t;
/linux-master/lib/
H A Dcrc32.c62 # define DO_CRC4 (t3[(q) & 255] ^ t2[(q >> 8) & 255] ^ \
69 t2[(q >> 16) & 255] ^ t3[(q >> 24) & 255])
78 const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3]; local
/linux-master/kernel/
H A Ddelayacct.c132 unsigned long long t2, t3; local
153 t3 = tsk->se.sum_exec_runtime;
160 tmp = (s64)d->cpu_run_virtual_total + t3;
/linux-master/arch/riscv/include/asm/
H A Dptrace.h44 unsigned long t3; member in struct:pt_regs

Completed in 282 milliseconds

123456