/kernel/linux/linux-5.10/arch/arm64/crypto/ |
D | aes-ce.S | 126 .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/ |
D | chacha-scalar-core.S | 44 .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/ |
D | memcpy.S | 19 #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
|
D | checksum_32.S | 20 #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
|
D | copy_user.S | 69 #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
|
D | blockops.S | 28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
D | aes-spe-keys.S | 39 #define LS_BOX(r, t1, t2) \ argument 55 #define GF8_MUL(out, in, t1, t2) \ argument
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 125 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/ |
D | twofish-avx-x86_64-asm_64.S | 91 #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
|
D | serpent-sse2-i586-asm_32.S | 453 #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
|
D | cast6-avx-x86_64-asm_64.S | 186 #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/ |
D | checksum.h | 30 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/ |
D | swab.h | 27 __u64 t0, t1, t2, t3; in __arch_swab32() local
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | stacktrace.h | 135 #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/ |
D | thread-maps-share.c | 14 struct thread *t1, *t2, *t3; in test__thread_maps_share() local
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | regdef.h | 32 #define t2 $10 macro 83 #define t2 $14 macro
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
D | It_posix_pthread_107.c | 94 long t2 = 2; // 2, init in Testcase() local
|
D | It_posix_pthread_089.c | 48 static float PthreadTimeF01(struct timespec t2, struct timespec t1) in PthreadTimeF01()
|
D | It_posix_pthread_088.c | 49 static float PthreadTimeF01(struct timespec t2, struct timespec t1) in PthreadTimeF01()
|
/kernel/linux/linux-5.10/lib/mpi/ |
D | mpi-inv.c | 33 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/ |
D | It_posix_pthread_013.c | 88 long t2 = 2; // 2, init in Testcase() local
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_cond_test_001.cpp | 89 long t2 = 2; in TestCase() local
|
D | pthread_cond_test_002.cpp | 83 long t2 = 2; in TestCase() local
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
D | It_posix_pthread_107.cpp | 87 long t1 = 1, t2 = 2, t3 = 3; in Testcase() local
|
/kernel/linux/linux-5.10/arch/ia64/lib/ |
D | memcpy.S | 34 # define t2 r20 macro
|