/linux-6.1.9/include/crypto/ |
D | aria.h | 344 u32 *t3) in aria_sbox_layer1_with_pre_diff() 366 u32 *t3) 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() 408 u32 *t3) 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-6.1.9/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-6.1.9/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
|
D | stacktrace.h | 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-6.1.9/arch/arm64/crypto/ |
D | aes-neonbs-core.S | 114 y0, y1, y2, y3, t0, t1, t2, t3 356 .macro bitslice, x7, x6, x5, x4, x3, x2, x1, x0, t0, t1, t2, t3
|
/linux-6.1.9/arch/arm/crypto/ |
D | aes-neonbs-core.S | 169 y0, y1, y2, y3, t0, t1, t2, t3 416 .macro bitslice, x7, x6, x5, x4, x3, x2, x1, x0, t0, t1, t2, t3
|
/linux-6.1.9/arch/alpha/include/uapi/asm/ |
D | swab.h | 27 __u64 t0, t1, t2, t3; in __arch_swab32() local
|
D | regdef.h | 10 #define t3 $4 macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | regdef.h | 33 #define t3 $11 macro 84 #define t3 $15 macro
|
/linux-6.1.9/tools/perf/tests/ |
D | thread-maps-share.c | 14 struct thread *t1, *t2, *t3; in test__thread_maps_share() local
|
/linux-6.1.9/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-6.1.9/arch/loongarch/net/ |
D | bpf_jit.c | 214 u8 t3 = LOONGARCH_GPR_T3; in emit_bpf_tail_call() local 281 const u8 t3 = LOONGARCH_GPR_T3; in emit_atomic() local
|
/linux-6.1.9/arch/sparc/mm/ |
D | tsunami.S | 87 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \ argument
|
/linux-6.1.9/arch/ia64/lib/ |
D | memcpy.S | 35 # define t3 r21 macro
|
D | copy_page_mck.S | 79 #define t3 r19 macro
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 297 unsigned int t1, t2, t3, t4; in xfs_calc_write_reservation() local 377 unsigned int t1, t2, t3, t4; in xfs_calc_itruncate_reservation() local
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | regdef.h | 23 #define t3 $r15 macro
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | checksum.h | 115 unsigned long t0, t1, t2, t3; in csum_ipv6_magic() local
|
/linux-6.1.9/lib/zlib_dfltcc/ |
D | dfltcc_util.h | 37 size_t t3 = len1 ? *len1 : 0; in dfltcc() local
|
/linux-6.1.9/include/uapi/linux/ |
D | gsmmux.h | 16 unsigned int t3; member
|
D | ax25.h | 93 unsigned int t3, t3timer; member 103 unsigned int t3, t3timer; member
|
/linux-6.1.9/arch/parisc/lib/ |
D | lusercopy.S | 95 t3 = r21 define
|