Symbol: t4
arch/arm64/include/asm/assembler.h
513
.macro copy_page dest:req src:req t1:req t2:req t3:req t4:req t5:req t6:req t7:req t8:req
arch/loongarch/include/asm/stackframe.h
102
cfi_st t4, PT_R16, \docfi
arch/loongarch/include/asm/stackframe.h
217
cfi_ld t4, PT_R16, \docfi
arch/riscv/include/asm/cmpxchg.h
340
register unsigned long t4 asm ("t4") = __ho.high; \
arch/riscv/include/asm/cmpxchg.h
344
: "+&r" (t3), "+&r" (t4), "+A" (*(p)) \
arch/riscv/include/asm/cmpxchg.h
348
((u128)t4 << 64) | t3; \
arch/riscv/include/asm/compat.h
105
cregs->t4 = (compat_ulong_t) regs->t4;
arch/riscv/include/asm/compat.h
142
regs->t4 = (unsigned long) cregs->t4;
arch/riscv/include/asm/compat.h
68
compat_ulong_t t4;
arch/riscv/include/asm/ftrace.h
150
unsigned long t4;
arch/riscv/include/asm/kvm_host.h
146
unsigned long t4;
arch/riscv/include/asm/ptrace.h
47
unsigned long t4;
arch/riscv/include/uapi/asm/ptrace.h
55
unsigned long t4;
arch/riscv/kernel/asm-offsets.c
125
OFFSET(PT_T4, pt_regs, t4);
arch/riscv/kernel/asm-offsets.c
169
OFFSET(KVM_ARCH_GUEST_T4, kvm_vcpu_arch, guest_context.t4);
arch/riscv/kernel/asm-offsets.c
206
OFFSET(KVM_ARCH_HOST_T4, kvm_vcpu_arch, host_context.t4);
arch/riscv/kernel/asm-offsets.c
523
DEFINE(FREGS_T4, offsetof(struct __arch_ftrace_regs, t4));
arch/riscv/kernel/kgdb.c
198
{DBG_REG_T4, GDB_SIZEOF_REG, offsetof(struct pt_regs, t4)},
arch/riscv/kernel/process.c
95
regs->s11, regs->t3, regs->t4);
arch/riscv/kernel/ptrace.c
479
REG_OFFSET_NAME(t4),
arch/s390/include/asm/stacktrace.h
125
#define CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4) \
arch/s390/include/asm/stacktrace.h
127
long arg4 = (long)(t4)(a4)
arch/s390/include/asm/stacktrace.h
128
#define CALL_LARGS_5(t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \
arch/s390/include/asm/stacktrace.h
129
CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4); \
arch/x86/include/asm/syscall_wrapper.h
63
#define SYSCALL_PT_ARG6(m, t1, t2, t3, t4, t5, t6) \
arch/x86/include/asm/syscall_wrapper.h
64
SYSCALL_PT_ARG5(m, t1, t2, t3, t4, t5), m(t6, (regs->bp))
arch/x86/include/asm/syscall_wrapper.h
65
#define SYSCALL_PT_ARG5(m, t1, t2, t3, t4, t5) \
arch/x86/include/asm/syscall_wrapper.h
66
SYSCALL_PT_ARG4(m, t1, t2, t3, t4), m(t5, (regs->di))
arch/x86/include/asm/syscall_wrapper.h
67
#define SYSCALL_PT_ARG4(m, t1, t2, t3, t4) \
arch/x86/include/asm/syscall_wrapper.h
68
SYSCALL_PT_ARG3(m, t1, t2, t3), m(t4, (regs->si))
arch/xtensa/include/asm/coprocessor.h
39
xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
arch/xtensa/include/asm/coprocessor.h
46
xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT
arch/xtensa/include/asm/coprocessor.h
58
xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
arch/xtensa/include/asm/coprocessor.h
65
xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT
crypto/ecc.c
1124
u64 t4[ECC_MAX_DIGITS];
crypto/ecc.c
1133
vli_mod_square_fast(t4, y1, curve);
crypto/ecc.c
1135
vli_mod_mult_fast(t5, x1, t4, curve);
crypto/ecc.c
1137
vli_mod_square_fast(t4, t4, curve);
crypto/ecc.c
1177
vli_mod_sub(t4, x1, t4, curve_prime, ndigits);
crypto/ecc.c
1181
vli_set(y1, t4, ndigits);
drivers/ata/pata_mpc52xx.c
275
u32 t0, t1, t2_8, t2_16, t2i, t4, ta;
drivers/ata/pata_mpc52xx.c
285
t4 = CALC_CLKCYC(ipb_period, 1000 * ataspec_t4[pio]);
drivers/ata/pata_mpc52xx.c
289
timing->pio2 = (t4 << 24) | (t1 << 16) | (ta << 8);
drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
546
u8 t4;
drivers/gpu/drm/i915/display/intel_sdvo_regs.h
557
u8 t4;
drivers/gpu/drm/i915/display/intel_vbt_defs.h
1013
u16 t4; /* power cycle */
drivers/media/pci/cx88/cx88-dsp.c
72
u32 t2, t4, t6, t8;
drivers/media/pci/cx88/cx88-dsp.c
86
t4 = t2 * x / 32768 * x / 32768 / 3 / 4;
drivers/media/pci/cx88/cx88-dsp.c
87
t6 = t4 * x / 32768 * x / 32768 / 5 / 6;
drivers/media/pci/cx88/cx88-dsp.c
89
ret = 32768 - t2 + t4 - t6 + t8;
drivers/net/dsa/sja1105/sja1105_main.c
2266
s64 t1, t2, t3, t4;
drivers/net/dsa/sja1105/sja1105_main.c
2316
t4 = timespec64_to_ns(&ptp_sts_after.post_ts);
drivers/net/dsa/sja1105/sja1105_main.c
2320
t34 = t3 + (t4 - t3) / 2;
drivers/net/wireless/ath/wil6210/wmi.h
3589
u8 t4[6];
drivers/pci/pcie/ptm.c
562
pcie_ptm_create_debugfs_file(pdata, 0444, t4);
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1004
if (t4) {
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
995
int t4 = is_t4(lldi->adapter_type), size, size6;
drivers/video/fbdev/pxafb.c
1224
unsigned t1, t2, t3, t4;
drivers/video/fbdev/pxafb.c
1229
t4 = mode->cmd_inh_time;
drivers/video/fbdev/pxafb.c
1238
fbi->reg_lccr3 = fbi->lccr3 | LCCR3_PixClkDiv(__smart_timing(t4, lclk));
fs/xfs/libxfs/xfs_trans_resv.c
361
unsigned int t1, t2, t3, t4;
fs/xfs/libxfs/xfs_trans_resv.c
404
t4 = xfs_calc_refcountbt_reservation(mp, 1);
fs/xfs/libxfs/xfs_trans_resv.c
405
return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3));
fs/xfs/libxfs/xfs_trans_resv.c
531
unsigned int t1, t2, t3, t4;
fs/xfs/libxfs/xfs_trans_resv.c
558
t4 = xfs_calc_refcountbt_reservation(mp, 2);
fs/xfs/libxfs/xfs_trans_resv.c
559
return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3));
fs/xfs/scrub/reap.c
587
const unsigned int t4 = rui + efi;
fs/xfs/scrub/reap.c
588
const unsigned int per_intent = max(t1, t4);
include/net/netrom.h
76
unsigned long t1, t2, t4, idle;
lib/crypto/curve25519-hacl64.c
631
u64 t4 = input[4];
lib/crypto/curve25519-hacl64.c
638
u64 t4_ = t4 + (t3_ >> 51);
lib/crypto/curve25519-hacl64.c
659
u64 t4 = input[4];
lib/crypto/curve25519-hacl64.c
666
u64 t4_ = t4 + (t3_ >> 51);
lib/crypto/curve25519-hacl64.c
722
u64 t4 = input[4];
lib/crypto/curve25519-hacl64.c
726
u64 o3 = t4 << 12 | t3 >> 39;
lib/zlib_dfltcc/dfltcc_util.h
42
const Byte *t4 = op2 ? *op2 : NULL;
lib/zlib_dfltcc/dfltcc_util.h
48
register const Byte *r4 __asm__("r4") = t4;
lib/zlib_dfltcc/dfltcc_util.h
64
t2 = r2; t3 = r3; t4 = r4; t5 = r5;
lib/zlib_dfltcc/dfltcc_util.h
95
*op2 = t4;
lib/zstd/compress/zstd_lazy.c
1048
const uint8x8_t t4 = vshrn_n_u16(vreinterpretq_u16_u8(t3), 4);
lib/zstd/compress/zstd_lazy.c
1049
const U64 matches = vget_lane_u64(vreinterpret_u64_u8(t4), 0);
net/netrom/af_netrom.c
1324
nr->t4 / HZ,
net/netrom/af_netrom.c
334
nr->t4 = opt * HZ;
net/netrom/af_netrom.c
379
val = nr->t4 / HZ;
net/netrom/af_netrom.c
461
nr->t4 =
net/netrom/af_netrom.c
508
nr->t4 = onr->t4;
net/netrom/nr_timer.c
66
sk_reset_timer(sk, &nr->t4timer, jiffies + nr->t4);
tools/lib/bpf/usdt.c
1511
{ "t4", offsetof(struct user_regs_struct, t4) },
tools/testing/selftests/bpf/prog_tests/btf_dump.c
484
double t4 = 5.678912;
tools/testing/selftests/bpf/prog_tests/btf_dump.c
504
ASSERT_OK(btf_dump_data(btf, d, "test_double", NULL, 0, &t4, 8, str,
tools/testing/selftests/bpf/progs/test_core_reloc_type_id.c
69
named_struct_typedef t4 = {};
tools/testing/selftests/kvm/include/riscv/processor.h
107
unsigned long t4;
tools/testing/selftests/kvm/lib/riscv/processor.c
270
core.regs.t4 = vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.t4));
tools/testing/selftests/kvm/lib/riscv/processor.c
299
core.regs.t3, core.regs.t4, core.regs.t5, core.regs.t6);
tools/testing/selftests/kvm/riscv/get-reg-list.c
854
KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CORE | KVM_REG_RISCV_CORE_REG(regs.t4),