/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 55 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ 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 94 #define RMOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument 100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument [all …]
|
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 109 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ 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 | blockops.S | 25 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
/linux-3.3/arch/openrisc/kernel/ |
D | entry.S | 31 #define DISABLE_INTERRUPTS(t1,t2) \ argument 38 #define ENABLE_INTERRUPTS(t1) \ argument
|
/linux-3.3/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 123 static inline bool __nf_ct_tuple_src_equal(const struct nf_conntrack_tuple *t1, in __nf_ct_tuple_src_equal() 131 static inline bool __nf_ct_tuple_dst_equal(const struct nf_conntrack_tuple *t1, in __nf_ct_tuple_dst_equal() 139 static inline bool nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, in nf_ct_tuple_equal() 155 nf_ct_tuple_src_mask_cmp(const struct nf_conntrack_tuple *t1, in nf_ct_tuple_src_mask_cmp()
|
/linux-3.3/crypto/ |
D | camellia.c | 359 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 583 u32 il, ir, t0, t1, w0, w1; in camellia_setup128() local 690 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local 854 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \ argument 889 u32 il, ir, t0, t1; /* temporary variables */ in camellia_do_encrypt() local 944 u32 il, ir, t0, t1; /* temporary variables */ in camellia_do_decrypt() local
|
D | seed.c | 337 u32 i, t0, t1, x1, x2, x3, x4; in seed_set_key() local 373 u32 x1, x2, x3, x4, t0, t1; in seed_encrypt() local 411 u32 x1, x2, x3, x4, t0, t1; in seed_decrypt() local
|
/linux-3.3/arch/ia64/lib/ |
D | carta_random.S | 18 #define t1 r17 macro
|
D | memcpy.S | 31 # define t1 r19 macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | swab.h | 26 __u64 t0, t1, t2, t3; in __arch_swab32() local
|
/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/drivers/ata/ |
D | pata_sis.c | 231 u8 t1, t2; in sis_old_set_piomode() local 293 u32 t1; in sis_133_set_piomode() local 486 u32 t1; in sis_133_set_dmamode() local 533 u32 t1; in sis_133_mode_filter() local
|
/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/arch/x86/kernel/ |
D | apb_timer.c | 273 cycle_t t1; in apbt_clocksource_register() local 385 cycle_t t1, t2; in apbt_quick_calibrate() local
|
/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 | 79 #define __SC_DECL1(t1, a1) t1 a1 argument 86 #define __SC_LONG1(t1, a1) long a1 argument 93 #define __SC_CAST1(t1, a1) (t1) a1 argument 101 #define __SC_TEST1(t1, a1) __SC_TEST(t1) argument
|
/linux-3.3/arch/mips/include/asm/ |
D | regdef.h | 31 #define t1 $9 macro 82 #define t1 $13 macro
|
/linux-3.3/drivers/ide/ |
D | sis5513.c | 200 u16 t1 = 0; in sis_ata16_program_timings() local 223 u8 t1, drive_pci = 0x40 + drive->dn * 2; in sis_ata100_program_timings() local 246 u32 t1 = 0; in sis_ata133_program_timings() local
|
/linux-3.3/arch/cris/arch-v10/kernel/ |
D | time.c | 34 unsigned char timer_count, t1; in get_ns_in_jiffie() local
|
/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/drivers/usb/host/ |
D | ehci-hub.c | 167 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags() local 255 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_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/drivers/infiniband/hw/ipath/ |
D | ipath_stats.c | 56 unsigned long t0, t1; in ipath_snap_cntr() local
|
/linux-3.3/arch/x86/boot/ |
D | tty.c | 122 int t0, t1; in getchar_timeout() local
|