Searched refs:t3 (Results 76 - 100 of 137) sorted by relevance

123456

/linux-master/arch/loongarch/lib/
H A Dcopy_user.S80 5: ld.d t3, a1, 24
88 13: st.d t3, a0, 24
104 21: ld.d t3, a1, 24
108 25: st.d t3, a0, 24
/linux-master/arch/x86/crypto/
H A Daria-gfni-avx512-asm_64.S309 t0, t1, t2, t3, \
314 vpbroadcastq .Ltf_aff_bitmatrix(%rip), t3; \
322 vgf2p8affineinvqb $(tf_aff_const), t3, x0, x0; \
323 vgf2p8affineinvqb $(tf_aff_const), t3, x4, x4; \
333 t0, t1, t2, t3, \
338 vpbroadcastq .Ltf_aff_bitmatrix(%rip), t3; \
346 vgf2p8affineinvqb $(tf_aff_const), t3, x0, x0; \
347 vgf2p8affineinvqb $(tf_aff_const), t3, x4, x4; \
358 vgf2p8affineinvqb $(tf_aff_const), t3, y0, y0; \
359 vgf2p8affineinvqb $(tf_aff_const), t3, y
[all...]
H A Daria-aesni-avx2-asm_64.S308 t0, t1, t2, t3, \
313 vpbroadcastq .Ltf_aff_bitmatrix(%rip), t3; \
321 vgf2p8affineinvqb $(tf_aff_const), t3, x0, x0; \
322 vgf2p8affineinvqb $(tf_aff_const), t3, x4, x4; \
331 t0, t1, t2, t3, \
338 vbroadcasti128 .Ltf_hi__inv_aff__and__s2(%rip), t3; \
385 filter_8bit(x1, t2, t3, t6, t0); \
387 filter_8bit(x5, t2, t3, t6, t0); \
406 t0, t1, t2, t3) \
412 vpxor x3, x2, t3; \
[all...]
H A Daria-aesni-avx-asm_64.S301 t0, t1, t2, t3, \
306 vmovdqa .Ltf_aff_bitmatrix(%rip), t3; \
314 vgf2p8affineinvqb $(tf_aff_const), t3, x0, x0; \
315 vgf2p8affineinvqb $(tf_aff_const), t3, x4, x4; \
325 t0, t1, t2, t3, \
331 vmovdqa .Ltf_hi__inv_aff__and__s2(%rip), t3; \
353 filter_8bit(x1, t2, t3, t6, t0); \
355 filter_8bit(x5, t2, t3, t6, t0); \
365 t0, t1, t2, t3) \
371 vpxor x3, x2, t3; \
[all...]
/linux-master/net/ax25/
H A Dax25_timer.c65 if (ax25->t3 > 0)
66 mod_timer(&ax25->t3timer, jiffies + ax25->t3);
H A Daf_ax25.c440 ax25->t3 = ax25_ctl.arg * HZ;
475 ax25->t3 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T3]);
509 ax25->t3 = msecs_to_jiffies(AX25_DEF_T3);
623 ax25->t3 = opt * HZ;
750 val = ax25->t3 / HZ;
958 ax25->t3 = oax25->t3;
1845 ax25_info.t3 = ax25->t3 / HZ;
1952 * magic dev src_addr dest_addr,digi1,digi2,.. st vs vr va t1 t1 t2 t2 t3 t
[all...]
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c630 u64 t3 = input[3]; local
636 u64 t3_ = t3 + (t2_ >> 51);
658 u64 t3 = input[3]; local
664 u64 t3_ = t3 + (t2_ >> 51);
721 u64 t3 = input[3]; local
725 u64 o2 = t3 << 25 | t2 >> 26;
726 u64 o3 = t4 << 12 | t3 >> 39;
H A Dcurve25519-fiat32.c565 fe t3; local
584 fe_sq_tt(&t3, &t2);
586 fe_sq_tt(&t3, &t3);
587 fe_mul_ttt(&t2, &t3, &t2);
596 fe_sq_tt(&t3, &t2);
598 fe_sq_tt(&t3, &t3);
599 fe_mul_ttt(&t2, &t3, &t2);
/linux-master/arch/arm64/crypto/
H A Dsm3-neon-core.S53 #define t3 w14 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); \
146 add t3, t3, h; /* GG(e,f,g) + h => t3 */ \
148 eor h, t3, t3, ror #(32-9); \
153 eor h, h, t3, ro
[all...]
/linux-master/arch/alpha/lib/
H A Dstxncpy.S57 mskqh t1, a1, t3 # e0 :
61 or t0, t3, t0 # e0 :
321 cmpbge zero, t2, t3 # e0 :
323 andnot t8, t3, t8 # e0 :
H A Dev6-stxncpy.S68 mskqh t1, a1, t3 # U :
73 or t0, t3, t0 # E : (stall)
369 cmpbge zero, t2, t3 # E :
372 andnot t8, t3, t8 # E : (stall)
/linux-master/arch/sparc/lib/
H A Dblockops.S28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
/linux-master/arch/mips/kernel/
H A Dcps-vec.S516 li t3, 32
518 sllv t1, t3, t1
543 li t3, 32
545 sllv t1, t3, t1
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h81 unsigned long t3; member in struct:ex_regs
/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h64 cfi_st t3, PT_R15, \docfi variable
179 cfi_ld t3, PT_R15, \docfi variable
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c60 int t3; member in struct:intel_lvds_pps
172 pps->t3 = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, val);
189 pps->t1_t2 == 0 && pps->t5 == 0 && pps->t3 == 0 && pps->tx == 0) {
197 pps->t3 = 35 * 10;
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,
225 REG_FIELD_PREP(PANEL_POWER_DOWN_DELAY_MASK, pps->t3) |
/linux-master/drivers/usb/host/
H A Dehci-hub.c320 u32 t3; local
322 t3 = ehci_readl(ehci, hostpc_reg);
323 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg);
324 t3 = ehci_readl(ehci, hostpc_reg);
326 port, (t3 & HOSTPC_PHCD) ?
/linux-master/drivers/watchdog/
H A Df71808e_wdt.c233 unsigned int t1 = 25, t2 = 125, t3 = 5000; local
238 t3 = 6000;
247 } else if (pw <= t3) {
/linux-master/arch/arm64/include/asm/
H A Dassembler.h503 .macro copy_page dest:req src:req t1:req t2:req t3:req t4:req t5:req t6:req t7:req t8:req
505 ldp \t3, \t4, [\src, #16] variable
510 stnp \t3, \t4, [\dest, #16] variable
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c252 vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.t3), &core.regs.t3);
282 core.regs.t3, core.regs.t4, core.regs.t5, core.regs.t6);
/linux-master/arch/parisc/lib/
H A Dlusercopy.S95 t3 = r21 define
103 a3 = t3
/linux-master/arch/sparc/mm/
H A Dtsunami.S87 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \
/linux-master/arch/powerpc/boot/
H A Ddiv64.S77 rlwinm r8,r7,0,32 # t3 = (count < 32) ? 32 : 0
/linux-master/net/rose/
H A Drose_timer.c73 rose->timer.expires = jiffies + rose->t3;
/linux-master/include/net/
H A Drose.h141 unsigned long t1, t2, t3, hb, idle; member in struct:rose_sock

Completed in 274 milliseconds

123456