Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 25 of 170) sorted by relevance

1234567

/kernel/linux/linux-5.10/arch/arm64/crypto/
Daes-ce.S126 .macro encrypt_block, in, rounds, t0, t1, t2
130 .macro encrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
134 .macro encrypt_block5x, i0, i1, i2, i3, i4, rounds, t0, t1, t2
138 .macro decrypt_block, in, rounds, t0, t1, t2
142 .macro decrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
146 .macro decrypt_block5x, i0, i1, i2, i3, i4, rounds, t0, t1, t2
/kernel/linux/linux-5.10/arch/arm/crypto/
Dchacha-scalar-core.S44 .macro __rev out, in, t0, t1, t2
57 .macro _le32_bswap x, t0, t1, t2
63 .macro _le32_bswap_4x a, b, c, d, t0, t1, t2
/kernel/linux/linux-5.10/arch/sparc/lib/
Dmemcpy.S19 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
33 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
43 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
51 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
Dchecksum_32.S20 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \ argument
34 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \ argument
171 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
193 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
216 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
Dcopy_user.S69 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
83 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
93 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
101 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
Dblockops.S28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
/kernel/linux/linux-5.10/arch/powerpc/crypto/
Daes-spe-keys.S39 #define LS_BOX(r, t1, t2) \ argument
55 #define GF8_MUL(out, in, t1, t2) \ argument
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_tuple.h125 const struct nf_conntrack_tuple *t2) in __nf_ct_tuple_src_equal()
133 const struct nf_conntrack_tuple *t2) in __nf_ct_tuple_dst_equal()
141 const struct nf_conntrack_tuple *t2) in nf_ct_tuple_equal()
157 const struct nf_conntrack_tuple *t2, in nf_ct_tuple_src_mask_cmp()
/kernel/linux/linux-5.10/arch/x86/crypto/
Dtwofish-avx-x86_64-asm_64.S91 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ argument
109 #define G(gi1, gi2, x, t0, t1, t2, t3) \ argument
209 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
220 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
228 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
Dserpent-sse2-i586-asm_32.S453 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
468 #define read_blocks(in, x0, x1, x2, x3, t0, t1, t2) \ argument
476 #define write_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
484 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
Dcast6-avx-x86_64-asm_64.S186 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
197 #define inpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ argument
205 #define outunpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ argument
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dchecksum.h30 unsigned long t0, t1, t2; in ip_fast_csum() local
115 unsigned long t0, t1, t2, t3; in csum_ipv6_magic() local
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dswab.h27 __u64 t0, t1, t2, t3; in __arch_swab32() local
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dstacktrace.h135 #define CALL_LARGS_2(t1, a1, t2, a2) \ argument
138 #define CALL_LARGS_3(t1, a1, t2, a2, t3, a3) \ argument
141 #define CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4) \ argument
144 #define CALL_LARGS_5(t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \ argument
/kernel/linux/linux-5.10/tools/perf/tests/
Dthread-maps-share.c14 struct thread *t1, *t2, *t3; in test__thread_maps_share() local
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dregdef.h32 #define t2 $10 macro
83 #define t2 $14 macro
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_107.c94 long t2 = 2; // 2, init in Testcase() local
DIt_posix_pthread_089.c48 static float PthreadTimeF01(struct timespec t2, struct timespec t1) in PthreadTimeF01()
DIt_posix_pthread_088.c49 static float PthreadTimeF01(struct timespec t2, struct timespec t1) in PthreadTimeF01()
/kernel/linux/linux-5.10/lib/mpi/
Dmpi-inv.c33 MPI u, v, u1, u2 = NULL, u3, v1, v2 = NULL, v3, t1, t2 = NULL, t3; in mpi_invm() local
/kernel/liteos_m/testsuites/sample/posix/pthread/
DIt_posix_pthread_013.c88 long t2 = 2; // 2, init in Testcase() local
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
Dpthread_cond_test_001.cpp89 long t2 = 2; in TestCase() local
Dpthread_cond_test_002.cpp83 long t2 = 2; in TestCase() local
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_107.cpp87 long t1 = 1, t2 = 2, t3 = 3; in Testcase() local
/kernel/linux/linux-5.10/arch/ia64/lib/
Dmemcpy.S34 # define t2 r20 macro

1234567