/linux-3.3/arch/sparc/lib/ |
D | memcpy.S | 17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 86 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument 118 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
|
D | checksum_32.S | 18 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \ argument 32 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \ argument 191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 213 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 236 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
|
D | copy_user.S | 67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 81 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 91 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 99 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
|
D | blockops.S | 25 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
/linux-3.3/arch/parisc/lib/ |
D | fixup.S | 28 .macro get_fault_ip t1 t2 47 .macro get_fault_ip t1 t2
|
/linux-3.3/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 124 const struct nf_conntrack_tuple *t2) in __nf_ct_tuple_src_equal() 132 const struct nf_conntrack_tuple *t2) in __nf_ct_tuple_dst_equal() 140 const struct nf_conntrack_tuple *t2) in nf_ct_tuple_equal() 156 const struct nf_conntrack_tuple *t2, in nf_ct_tuple_src_mask_cmp()
|
/linux-3.3/arch/alpha/include/asm/ |
D | swab.h | 26 __u64 t0, t1, t2, t3; in __arch_swab32() local
|
D | regdef.h | 8 #define t2 $3 macro
|
/linux-3.3/arch/x86/crypto/ |
D | serpent-sse2-i586-asm_32.S | 466 #define transpose_4x4(x0, x1, x2, x3, t1, t2, t3) \ argument 484 #define read_blocks(in, x0, x1, x2, x3, t0, t1, t2) \ argument 492 #define write_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument 500 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
|
/linux-3.3/arch/powerpc/platforms/cell/ |
D | beat.c | 146 int64_t beat_get_term_char(u64 vterm, u64 *len, u64 *t1, u64 *t2) in beat_get_term_char() 160 int64_t beat_put_term_char(u64 vterm, u64 len, u64 t1, u64 t2) in beat_put_term_char()
|
/linux-3.3/lib/mpi/ |
D | mpi-inv.c | 36 MPI t1 = NULL, t2 = NULL, t3 = NULL; in mpi_invm() local
|
/linux-3.3/include/linux/ |
D | syscalls.h | 80 #define __SC_DECL2(t2, a2, ...) t2 a2, __SC_DECL1(__VA_ARGS__) argument 87 #define __SC_LONG2(t2, a2, ...) long a2, __SC_LONG1(__VA_ARGS__) argument 94 #define __SC_CAST2(t2, a2, ...) (t2) a2, __SC_CAST1(__VA_ARGS__) argument 102 #define __SC_TEST2(t2, a2, ...) __SC_TEST(t2); __SC_TEST1(__VA_ARGS__) argument
|
D | gsmmux.h | 10 unsigned int t2; member
|
/linux-3.3/arch/unicore32/mm/ |
D | proc-macros.S | 137 .macro dcacheline_flush, addr, t1, t2
|
/linux-3.3/arch/mips/include/asm/ |
D | regdef.h | 32 #define t2 $10 macro 83 #define t2 $14 macro
|
/linux-3.3/arch/ia64/lib/ |
D | memcpy.S | 32 # define t2 r20 macro
|
D | copy_page_mck.S | 76 #define t2 r18 macro
|
/linux-3.3/tools/power/cpupower/utils/helpers/ |
D | topology.c | 48 static int __compare(const void *t1, const void *t2) in __compare()
|
/linux-3.3/arch/openrisc/kernel/ |
D | entry.S | 31 #define DISABLE_INTERRUPTS(t1,t2) \ argument
|
/linux-3.3/drivers/usb/host/ |
D | ehci-hub.c | 168 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags() local 256 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend() local
|
/linux-3.3/arch/sparc/mm/ |
D | tsunami.S | 86 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \ argument
|
/linux-3.3/net/netfilter/ |
D | nf_conntrack_extend.c | 125 struct nf_ct_ext_type *t1, *t2; in update_alloc_size() local
|
/linux-3.3/arch/mips/kernel/ |
D | spinlock_test.c | 94 struct spin_multi_per_thread t1, t2; in multi_get() local
|
/linux-3.3/kernel/ |
D | delayacct.c | 106 unsigned long long t2, t3; in __delayacct_add_tsk() local
|
/linux-3.3/arch/mips/cavium-octeon/ |
D | csrc-octeon.c | 85 u64 t1, t2, t3; in sched_clock() local
|