/Linux-v6.1/include/crypto/ |
D | aria.h | 343 static inline void aria_sbox_layer1_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, in aria_sbox_layer1_with_pre_diff() 365 static inline void aria_sbox_layer2_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, in aria_sbox_layer2_with_pre_diff() 387 static inline void aria_diff_word(u32 *t0, u32 *t1, u32 *t2, u32 *t3) in aria_diff_word() 399 static inline void aria_diff_byte(u32 *t1, u32 *t2, u32 *t3) in aria_diff_byte() 407 static inline void aria_add_round_key(u32 *rk, u32 *t0, u32 *t1, u32 *t2, in aria_add_round_key() 416 static inline void aria_subst_diff_odd(u32 *t0, u32 *t1, u32 *t2, u32 *t3) in aria_subst_diff_odd() 425 static inline void aria_subst_diff_even(u32 *t0, u32 *t1, u32 *t2, u32 *t3) in aria_subst_diff_even()
|
/Linux-v6.1/arch/sparc/lib/ |
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 164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 209 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
|
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 | copy_user.S | 68 #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 101 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 116 #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
|
/Linux-v6.1/arch/s390/include/asm/ |
D | syscall_wrapper.h | 12 #define SYSCALL_PT_ARG6(regs, m, t1, t2, t3, t4, t5, t6)\ argument 16 #define SYSCALL_PT_ARG5(regs, m, t1, t2, t3, t4, t5) \ argument 20 #define SYSCALL_PT_ARG4(regs, m, t1, t2, t3, t4) \ argument 24 #define SYSCALL_PT_ARG3(regs, m, t1, t2, t3) \ argument 28 #define SYSCALL_PT_ARG2(regs, m, t1, t2) \ argument
|
D | stacktrace.h | 98 #define CALL_LARGS_2(t1, a1, t2, a2) \ argument 101 #define CALL_LARGS_3(t1, a1, t2, a2, t3, a3) \ argument 104 #define CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4) \ argument 107 #define CALL_LARGS_5(t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \ argument
|
/Linux-v6.1/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()
|
/Linux-v6.1/arch/x86/crypto/ |
D | twofish-avx-x86_64-asm_64.S | 86 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ argument 104 #define G(gi1, gi2, x, t0, t1, t2, t3) \ argument 204 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument 215 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument 223 #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
|
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/ |
D | hyperv_clock.c | 53 u64 tsc_freq, r1, r2, t1, t2; in check_tsc_msr_rdtsc() local 86 u64 r1, r2, t1, t2; in check_tsc_msr_tsc_page() local 178 u64 tsc_freq, r1, r2, t1, t2; in host_check_tsc_msr_rdtsc() local
|
/Linux-v6.1/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
|
/Linux-v6.1/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
|
/Linux-v6.1/arch/loongarch/net/ |
D | bpf_jit.c | 213 u8 t2 = LOONGARCH_GPR_T2; in emit_bpf_tail_call() local 280 const u8 t2 = LOONGARCH_GPR_T2; in emit_atomic() local 400 const u8 t2 = LOONGARCH_GPR_T2; in build_insn() local
|
/Linux-v6.1/arch/mips/net/ |
D | bpf_jit_comp32.c | 370 u8 t2 = MIPS_R_T9; in emit_shift_r64() local 1029 u8 t2 = MIPS_R_T9; in emit_slti_r64() local 1071 u8 t2 = MIPS_R_T8; in emit_slt_r64() local 1189 u8 t2 = MIPS_R_T7; in emit_jmp_r64() local 1295 u8 t2 = MIPS_R_T9; in emit_tail_call() local
|
D | bpf_jit_comp64.c | 281 u8 t2 = MIPS_R_T7; in emit_bswap_r64() local 382 u8 t2 = MIPS_R_T7; in emit_atomic_r64() local 422 u8 t2 = MIPS_R_T7; in emit_cmpxchg_r64() local
|
/Linux-v6.1/arch/alpha/include/uapi/asm/ |
D | swab.h | 27 __u64 t0, t1, t2, t3; in __arch_swab32() local
|
/Linux-v6.1/arch/mips/include/asm/ |
D | regdef.h | 32 #define t2 $10 macro 83 #define t2 $14 macro
|
/Linux-v6.1/tools/perf/tests/ |
D | thread-maps-share.c | 14 struct thread *t1, *t2, *t3; in test__thread_maps_share() local
|
/Linux-v6.1/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
|
/Linux-v6.1/tools/lib/bpf/ |
D | btf.c | 3372 static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2) in btf_equal_common() 3391 static bool btf_equal_int_tag(struct btf_type *t1, struct btf_type *t2) in btf_equal_int_tag() 3415 static bool btf_equal_enum(struct btf_type *t1, struct btf_type *t2) in btf_equal_enum() 3436 static bool btf_equal_enum64(struct btf_type *t1, struct btf_type *t2) in btf_equal_enum64() 3463 static bool btf_compat_enum(struct btf_type *t1, struct btf_type *t2) in btf_compat_enum() 3473 static bool btf_compat_enum64(struct btf_type *t1, struct btf_type *t2) in btf_compat_enum64() 3510 static bool btf_shallow_equal_struct(struct btf_type *t1, struct btf_type *t2) in btf_shallow_equal_struct() 3554 static bool btf_equal_array(struct btf_type *t1, struct btf_type *t2) in btf_equal_array() 3573 static bool btf_compat_array(struct btf_type *t1, struct btf_type *t2) in btf_compat_array() 3608 static bool btf_equal_fnproto(struct btf_type *t1, struct btf_type *t2) in btf_equal_fnproto() [all …]
|
/Linux-v6.1/drivers/ata/ |
D | pata_ep93xx.c | 219 unsigned long t2) in ep93xx_pata_wait_for_iordy() 248 bool iordy, unsigned long t0, unsigned long t2, in ep93xx_pata_rw_end() 269 unsigned long t2 = reg ? t->act8b : t->active; in ep93xx_pata_read() local 303 unsigned long t2 = reg ? t->act8b : t->active; in ep93xx_pata_write() local
|
/Linux-v6.1/arch/sparc/mm/ |
D | tsunami.S | 87 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \ argument
|
/Linux-v6.1/drivers/iio/pressure/ |
D | ms5611_core.c | 132 s64 off2, sens2, t2; in ms5611_temp_and_pressure_compensate() local 168 s64 off2, sens2, t2, tmp; in ms5607_temp_and_pressure_compensate() local
|