Searched refs:t4 (Results 51 - 75 of 95) sorted by relevance

1234

/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h65 cfi_st t4, PT_R16, \docfi variable
180 cfi_ld t4, PT_R16, \docfi variable
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c631 u64 t4 = input[4]; local
638 u64 t4_ = t4 + (t3_ >> 51);
659 u64 t4 = input[4]; local
666 u64 t4_ = t4 + (t3_ >> 51);
722 u64 t4 = input[4]; local
726 u64 o3 = t4 << 12 | t3 >> 39;
/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.c295 * And any refcount updates that happen in a separate transaction (t4).
302 unsigned int t1, t2, t3, t4; local
329 * do not account them separately as t4. Reflink did not support
345 t4 = xfs_calc_refcountbt_reservation(mp, 1);
346 return XFS_DQUOT_LOGRES(mp) + max(t4, max3(t1, t2, t3));
375 * And any refcount updates that happen in a separate transaction (t4).
382 unsigned int t1, t2, t3, t4; local
405 * as t4. Reflink did not support realtime when the reservations were
417 t4 = xfs_calc_refcountbt_reservation(mp, 2);
418 return XFS_DQUOT_LOGRES(mp) + max(t4, max
[all...]
/linux-master/arch/x86/crypto/
H A Daria-gfni-avx512-asm_64.S310 t4, t5, t6, t7) \
315 vpbroadcastq .Ltf_x2_bitmatrix(%rip), t4; \
324 vgf2p8affineqb $(tf_x2_const), t4, x3, x3; \
325 vgf2p8affineqb $(tf_x2_const), t4, x7, x7; \
334 t4, t5, t6, t7) \
339 vpbroadcastq .Ltf_x2_bitmatrix(%rip), t4; \
348 vgf2p8affineqb $(tf_x2_const), t4, x3, x3; \
349 vgf2p8affineqb $(tf_x2_const), t4, x7, x7; \
360 vgf2p8affineqb $(tf_x2_const), t4, y3, y3; \
361 vgf2p8affineqb $(tf_x2_const), t4, y
[all...]
H A Daria-aesni-avx2-asm_64.S309 t4, t5, t6, t7) \
314 vpbroadcastq .Ltf_x2_bitmatrix(%rip), t4; \
323 vgf2p8affineqb $(tf_x2_const), t4, x3, x3; \
324 vgf2p8affineqb $(tf_x2_const), t4, x7, x7; \
332 t4, t5, t6, t7) \
339 vbroadcasti128 .Ltf_lo__x2__and__fwd_aff(%rip), t4; \
390 filter_8bit(x3, t4, t5, t6, t0); \
392 filter_8bit(x7, t4, t5, t6, t0); \
H A Daria-aesni-avx-asm_64.S302 t4, t5, t6, t7) \
307 vmovdqa .Ltf_x2_bitmatrix(%rip), t4; \
316 vgf2p8affineqb $(tf_x2_const), t4, x3, x3; \
317 vgf2p8affineqb $(tf_x2_const), t4, x7, x7; \
326 t4, t5, t6, t7) \
332 vmovdqa .Ltf_lo__x2__and__fwd_aff(%rip), t4; \
358 filter_8bit(x3, t4, t5, t6, t0); \
360 filter_8bit(x7, t4, t5, t6, t0); \
/linux-master/arch/arm64/crypto/
H A Dghash-ce-core.S26 t4 .req v11
101 pmull\t t4.8h, \ad, \b1\().\nb // E = A*B1
109 eor t3.16b, t3.16b, t4.16b // L = E + F
113 uzp1 t4.2d, t3.2d, t5.2d
120 eor t4.16b, t4.16b, t3.16b
128 eor t4.16b, t4.16b, t3.16b
131 zip2 t5.2d, t4.2d, t3.2d
132 zip1 t3.2d, t4
[all...]
H A Dsha512-armv8.pl459 my ($t0,$t1,$t2,$t3,$t4) = map("w$_",(11..15));
616 '&add ($a,$a,$t4);'. # h+=Sigma0(a) from the past
618 '&bic ($t4,$g,$e)',
621 '&orr ($t1,$t1,$t4)', # Ch(e,f,g)
623 '&eor ($t4,$a,$a,"ror#".($Sigma0[1]-$Sigma0[0]))',
627 '&eor ($t4,$t4,$a,"ror#".($Sigma0[2]-$Sigma0[0]))', # Sigma0(a)
632 '&ror ($t4,$t4,"#$Sigma0[0]")',
682 mov $t4,wz
[all...]
H A Dsm3-neon-core.S54 #define t4 w15 define
130 GG##i##_1(e, f, g, t3, t4); \
138 GG##i##_2(e, f, g, t3, t4); \
143 GG##i##_3(e, f, g, t3, t4); \
/linux-master/arch/mips/lib/
H A Dmemcpy.S178 #define t4 $12 define
330 LOAD(t4, UNIT(4)(src), .Ll_exc_copy\@)
340 STORE(t4, UNIT(-4)(dst), .Ls_exc_p4u\@)
/linux-master/arch/arm64/include/asm/
H A Dassembler.h500 .macro copy_page dest:req src:req t1:req t2:req t3:req t4:req t5:req t6:req t7:req t8:req
502 ldp \t3, \t4, [\src, #16] variable
507 stnp \t3, \t4, [\dest, #16] variable
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c254 vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.t4), &core.regs.t4);
283 core.regs.t3, core.regs.t4, core.regs.t5, core.regs.t6);
/linux-master/net/netrom/
H A Daf_netrom.c334 nr->t4 = opt * HZ;
379 val = nr->t4 / HZ;
461 nr->t4 =
508 nr->t4 = onr->t4;
1293 "user_addr dest_node src_node dev my your st vs vr va t1 t2 t4 idle n2 wnd Snd-Q Rcv-Q inode\n");
1324 nr->t4 / HZ,
H A Dnr_timer.c66 sk_reset_timer(sk, &nr->t4timer, jiffies + nr->t4);
/linux-master/arch/parisc/lib/
H A Dlusercopy.S96 t4 = r22 define
104 a0 = t4
/linux-master/arch/loongarch/lib/
H A Dcopy_user.S81 6: ld.d t4, a1, 32
89 14: st.d t4, a0, 32
/linux-master/crypto/
H A Decc.c1133 u64 t4[ECC_MAX_DIGITS]; local
1141 /* t4 = y1^2 */
1142 vli_mod_square_fast(t4, y1, curve);
1144 vli_mod_mult_fast(t5, x1, t4, curve);
1145 /* t4 = y1^4 */
1146 vli_mod_square_fast(t4, t4, curve);
1185 /* t4 = B * (A - x3) - y1^4 = y3 */
1186 vli_mod_sub(t4, x1, t4, curve_prim
[all...]
/linux-master/include/net/
H A Dnetrom.h76 unsigned long t1, t2, t4, idle; member in struct:nr_sock
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-zvkned-zvbb-zvkg.S62 #define VLMAX t4
H A Daes-riscv64-zvkned.S233 #define LEN32 t4 // Length of remaining full blocks in 32-bit words
/linux-master/arch/loongarch/kernel/
H A Dmcount_dyn.S46 PTR_S t4, sp, PT_R16
/linux-master/arch/riscv/kernel/
H A Dprocess.c87 pr_cont(" s11: " REG_FMT " t3 : " REG_FMT " t4 : " REG_FMT "\n",
88 regs->s11, regs->t3, regs->t4);
H A Dptrace.c232 REG_OFFSET_NAME(t4),
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c61 int t4; member in struct:intel_lvds_pps
186 pps->t4 = val * 1000;
201 drm_dbg(&dev_priv->drm, "LVDS PPS:t1+t2 %d t3 %d t4 %d t5 %d tx %d "
203 pps->t1_t2, pps->t3, pps->t4, pps->t5, pps->tx,
230 REG_FIELD_PREP(PANEL_POWER_CYCLE_DELAY_MASK, DIV_ROUND_UP(pps->t4, 1000) + 1));
/linux-master/arch/riscv/include/asm/
H A Dkvm_host.h156 unsigned long t4; member in struct:kvm_cpu_context

Completed in 198 milliseconds

1234