Home
last modified time | relevance | path

Searched defs:t1 (Results 1 – 25 of 167) sorted by relevance

1234567

/linux/include/crypto/
H A Daria.h343 static inline void aria_sbox_layer1_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, in aria_sbox_layer1_with_pre_diff() argument
365 static inline void aria_sbox_layer2_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, in aria_sbox_layer2_with_pre_diff() argument
387 aria_diff_word(u32 * t0,u32 * t1,u32 * t2,u32 * t3) aria_diff_word() argument
399 aria_diff_byte(u32 * t1,u32 * t2,u32 * t3) aria_diff_byte() argument
407 aria_add_round_key(u32 * rk,u32 * t0,u32 * t1,u32 * t2,u32 * t3) aria_add_round_key() argument
416 aria_subst_diff_odd(u32 * t0,u32 * t1,u32 * t2,u32 * t3) aria_subst_diff_odd() argument
425 aria_subst_diff_even(u32 * t0,u32 * t1,u32 * t2,u32 * t3) aria_subst_diff_even() argument
[all...]
/linux/arch/sparc/lib/
H A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
58 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
H A 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
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 CSUMCOPY_LASTCHUNK(src,dst,sum,off,t0,t1,t2,t3) global() argument
[all...]
H A Dcopy_user.S68 #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
127 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
141 MOVE_LAST_SHORTCHUNK(src,dst,offset,t0,t1) global() argument
[all...]
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h63 #define SYSCALL_PT_ARG6(m, t1, t2, t3, t4, t5, t6) \ argument
65 #define SYSCALL_PT_ARG5(m, t1, t2, t3, t4, t5) \ argument
67 #define SYSCALL_PT_ARG4(m, t1, t2, t3, t4) \ argument
69 #define SYSCALL_PT_ARG3(m, t1, t2, t3) \ argument
71 #define SYSCALL_PT_ARG2(m, t1, t2) \ argument
73 SYSCALL_PT_ARG1(m,t1) global() argument
[all...]
/linux/lib/crypto/
H A Dpoly1305-donna64.c17 u64 t0, t1; in poly1305_core_setkey() local
62 u64 t0, t1; in poly1305_core_blocks() local
118 u64 t0, t1; in poly1305_core_emit() local
[all...]
/linux/arch/openrisc/kernel/
H A Dentry.S27 #define DISABLE_INTERRUPTS(t1,t2) \ argument
34 #define ENABLE_INTERRUPTS(t1) \ argument
58 TRACE_IRQS_SAVE(t1,trace_op) global() argument
[all...]
/linux/arch/arm64/crypto/
H A Daes-neonbs-core.S87 .macro mul_gf4, x0, x1, y0, y1, t0, t1 argument
97 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1 argument
342 swapmove_2xa0 b0 a1 b1 n mask t0 t1 global() argument
[all...]
/linux/crypto/
H A Dcamellia_generic.c336 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument
540 u32 il, ir, t0, t1, w0, w1; in camellia_setup128() local
647 u32 il, ir, t0, t1, w in camellia_setup256() local
811 CAMELLIA_FLS(ll,lr,rl,rr,kll,klr,krl,krr,t0,t1,t2,t3) global() argument
845 u32 il, ir, t0, t1; /* temporary variables */ camellia_do_encrypt() local
900 u32 il, ir, t0, t1; /* temporary variables */ camellia_do_decrypt() local
[all...]
H A Dseed.c332 u32 i, t0, t1, x1, x2, x3, x4; seed_set_key() local
366 u32 x1, x2, x3, x4, t0, t1; seed_encrypt() local
402 u32 x1, x2, x3, x4, t0, t1; seed_decrypt() local
[all...]
/linux/include/net/netfilter/
H A Dnf_conntrack_tuple.h127 static inline bool __nf_ct_tuple_src_equal(const struct nf_conntrack_tuple *t1, in __nf_ct_tuple_src_equal() argument
135 static inline bool __nf_ct_tuple_dst_equal(const struct nf_conntrack_tuple *t1, in __nf_ct_tuple_dst_equal() argument
143 static inline bool nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, in nf_ct_tuple_equal() argument
159 nf_ct_tuple_src_mask_cmp(const struct nf_conntrack_tuple * t1,const struct nf_conntrack_tuple * t2,const struct nf_conntrack_tuple_mask * mask) nf_ct_tuple_src_mask_cmp() argument
[all...]
/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c241 unsigned int t1, t2 = 0; in xfs_rtalloc_block_count() local
325 unsigned int t1, t2; in xfs_calc_refcountbt_reservation() local
361 unsigned int t1, t2, t3, t4; xfs_calc_write_reservation() local
531 unsigned int t1, t2, t3, t4; xfs_calc_itruncate_reservation() local
613 unsigned int t1, t2, t3 = 0; xfs_calc_rename_reservation() local
722 unsigned int t1, t2, t3 = 0; xfs_calc_link_reservation() local
784 unsigned int t1, t2, t3 = 0; xfs_calc_remove_reservation() local
869 unsigned int t1, t2, t3 = 0; xfs_calc_icreate_reservation() local
[all...]
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_clock.c53 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; host_check_tsc_msr_rdtsc() local
[all...]
/linux/arch/arm/crypto/
H A Daes-neonbs-core.S141 .macro mul_gf4, x0, x1, y0, y1, t0, t1 argument
151 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1 argument
401 swapmove_2xa0 b0 a1 b1 n mask t0 t1 global() argument
[all...]
/linux/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S86 #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 inpack_blocks(x0,x1,x2,x3,wkey,t0,t1,t2) global() argument
223 outunpack_blocks(x0,x1,x2,x3,wkey,t0,t1,t2) global() argument
[all...]
H A 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, t argument
[all...]
H A Dcast5-avx-x86_64-asm_64.S168 #define transpose_2x4(x0, x1, t0, t1) \ argument
175 #define inpack_blocks(x0, x1, t0, t1, rmask) \ argument
181 #define outunpack_blocks(x0, x1, t0, t1, rmask) \ argument
H A Dcast6-avx-x86_64-asm_64.S190 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
201 #define inpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ argument
209 #define outunpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ argument
/linux/arch/powerpc/crypto/
H A Daes-spe-keys.S39 #define LS_BOX(r, t1, t2) \ argument
55 #define GF8_MUL(out, in, t1, t argument
[all...]
/linux/arch/parisc/include/asm/
H A Dchecksum.h30 unsigned long t0, t1, t2; in ip_fast_csum() local
115 unsigned long t0, t1, t2, t3; in csum_ipv6_magic() local
/linux/drivers/ata/
H A Dpata_sis.c230 u8 t1, t2; in sis_old_set_piomode() local
292 u32 t1; in sis_133_set_piomode() local
485 u32 t1; sis_133_set_dmamode() local
533 u32 t1; sis_133_mode_filter() local
[all...]
/linux/arch/mips/net/
H A Dbpf_jit_comp32.c369 u8 t1 = MIPS_R_T8; in emit_shift_r64() local
1028 u8 t1 = MIPS_R_T8; emit_slti_r64() local
1070 u8 t1 = MIPS_R_T7; emit_slt_r64() local
1188 u8 t1 = MIPS_R_T6; emit_jmp_r64() local
1294 u8 t1 = MIPS_R_T8; emit_tail_call() local
[all...]
H A Dbpf_jit_comp64.c283 u8 t1 = MIPS_R_T6; in emit_bswap_r64() local
384 u8 t1 = MIPS_R_T6; emit_atomic_r64() local
424 u8 t1 = MIPS_R_T6; emit_cmpxchg_r64() local
[all...]
/linux/arch/alpha/include/uapi/asm/
H A Dswab.h27 __u64 t0, t1, t2, t3; in __arch_swab32() local
[all...]
/linux/tools/perf/tests/
H A Dthread-maps-share.c14 struct thread *t1, *t2, *t3; in test__thread_maps_share() local

1234567