Home
last modified time | relevance | path

Searched refs:T3 (Results 1 – 18 of 18) sorted by relevance

/linux-3.4.99/arch/x86/crypto/
Dghash-clmulni-intel_asm.S32 #define T3 %xmm4 macro
53 pshufd $0b01001110, SHASH, T3
55 pxor SHASH, T3
59 PCLMULQDQ 0x00 T3 T2 # T2 = (a1 + a0) * (b1 + b0)
63 movaps T2, T3
64 pslldq $8, T3
66 pxor T3, DATA
71 movaps DATA, T3
72 psllq $1, T3
73 pxor DATA, T3
[all …]
/linux-3.4.99/crypto/
Danubis.c253 static const u32 T3[256] = { variable
545 inter[i] ^= T3[(kappa[j ] ) & 0xff]; in anubis_setkey()
567 T3[T4[(v ) & 0xff] & 0xff]; in anubis_setkey()
599 T3[(state[3] >> 24) ] ^ in anubis_crypt()
605 T3[(state[3] >> 16) & 0xff] ^ in anubis_crypt()
611 T3[(state[3] >> 8) & 0xff] ^ in anubis_crypt()
617 T3[(state[3] ) & 0xff] ^ in anubis_crypt()
633 (T3[(state[3] >> 24) ] & 0x000000ffU) ^ in anubis_crypt()
639 (T3[(state[3] >> 16) & 0xff] & 0x000000ffU) ^ in anubis_crypt()
645 (T3[(state[3] >> 8) & 0xff] & 0x000000ffU) ^ in anubis_crypt()
[all …]
Dkhazad.c305 static const u64 T3[256] = { variable
774 T3[(int)(K1 >> 32) & 0xff] ^ in khazad_setkey()
790 T3[(int)S[(int)(K1 >> 32) & 0xff] & 0xff] ^ in khazad_setkey()
816 T3[(int)(state >> 32) & 0xff] ^ in khazad_crypt()
827 (T3[(int)(state >> 32) & 0xff] & 0x000000ff00000000ULL) ^ in khazad_crypt()
Ddes_generic.c614 #define T3(x) pt[2 * (x) + 2] macro
617 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a))
/linux-3.4.99/scripts/rt-tester/
Dt5-l4-pi-boost-deboost-setsched.tst83 # T3 lock L3
87 # T3 lock L2
118 # Reduce prio of T3
126 # Increase prio of T3
134 # Reduce prio of T3
150 # Signal T3
Dt4-l2-pi-deboost.tst67 # T3 lock L0
92 # Interrupt T3 and wait until T3 returned
97 # but T2 is enqueued due to the previous boost by T3
Dt5-l4-pi-boost-deboost.tst83 # T3 lock L3
87 # T3 lock L2
110 # Signal T3
/linux-3.4.99/arch/mips/mm/
Dpage.c48 #define T3 11 macro
482 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
490 build_copy_store(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
504 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
514 build_copy_store(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
527 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
535 build_copy_store(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
545 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
556 build_copy_store(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
569 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
[all …]
/linux-3.4.99/drivers/scsi/cxgbi/cxgb3i/
DKconfig2 tristate "Chelsio T3 iSCSI support"
10 This driver supports iSCSI offload for the Chelsio T3 devices.
/linux-3.4.99/drivers/staging/cxt1e1/
DKconfig5 This driver supports the SBE wanPMC-CxT1E1 1, 2 and 4 port T3
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
DKconfig6 This is an iWARP/RDMA driver for the Chelsio T3 1GbE and
/linux-3.4.99/drivers/net/ethernet/chelsio/
DKconfig50 tristate "Chelsio Communications T3 10Gb Ethernet support"
55 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
/linux-3.4.99/drivers/staging/bcm/
DMacros.h315 #define T3 0xbece0300 macro
DInterfaceInit.c228 if (psAdapter->chip_id > T3) { in usbbcm_device_probe()
/linux-3.4.99/drivers/block/drbd/
Ddrbd_int.h1727 #define NS3(T1, S1, T2, S2, T3, S3) \ argument
1729 mask.T2 = T2##_MASK; mask.T3 = T3##_MASK; mask; }), \
1731 val.T2 = (S2); val.T3 = (S3); val; })
1738 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument
1740 __ns.T2 = (S2); __ns.T3 = (S3); __ns; })
/linux-3.4.99/Documentation/scsi/
Dcxgb3i.txt6 The Chelsio T3 ASIC based Adapters (S310, S320, S302, S304, Mezz cards, etc.
/linux-3.4.99/drivers/net/wan/
DKconfig63 tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards"
78 - LMC 5245 board connects directly to a T3 circuit saving the
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1768 #define T3(fmt, s, v) S3(fmt, s, txq[qs].v) in sge_qstats_show() macro
1769 #define T(s, v) T3("lu", s, v) in sge_qstats_show()
1826 #undef T3 in sge_qstats_show()