Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 200 of 217) sorted by relevance

12

/linux-4.1.27/arch/mips/kernel/
Dr4k_switch.S41 mfc0 t1, CP0_STATUS
42 LONG_S t1, THREAD_STATUS(a0)
63 li t1, ~ST0_CU1
64 and t0, t0, t1
73 cfc1 t1, fcr31
77 sw t1, THREAD_FCR31(a0)
81 fpu_save_double a0 t0 t1 # c0_status passed in t0
82 # clobbers t1
99 set_saved_sp t0, t1, t2
100 mfc0 t1, CP0_STATUS /* Do we really need this? */
[all …]
Dcps-vec.S94 li t1, 2
95 sllv t0, t1, t0
98 _EXT t1, v0, MIPS_CONF1_IS_SHF, MIPS_CONF1_IS_SZ
99 xori t2, t1, 0x7
102 addiu t1, t1, 1
103 sllv t1, t3, t1
107 mul t1, t1, t0
108 mul t1, t1, t2
111 add a1, a0, t1
121 li t1, 2
[all …]
Docteon_switch.S26 mfc0 t1, CP0_STATUS
27 LONG_S t1, THREAD_STATUS(a0)
44 li t1, ~ST0_CU1
45 and t0, t0, t1
50 fpu_save_double a0 t0 t1 # c0_status passed in t0
51 # clobbers t1
65 li t1, -32768 /* Base address of CVMSEG */
70 LONG_L t8, 0(t1) /* Load from CVMSEG */
72 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */
73 LONG_ADDU t1, LONGSIZE*2 /* Increment loc in CVMSEG */
[all …]
Dr2300_switch.S48 mfc0 t1, CP0_STATUS
49 sw t1, THREAD_STATUS(a0)
61 li t1, ~ST0_CU1
62 and t0, t0, t1
82 addiu t1, $28, _THREAD_SIZE - 32
83 sw t1, kernelsp
85 mfc0 t1, CP0_STATUS /* Do we really need this? */
87 and t1, a3
91 or a2, t1
101 fpu_save_single a0, t1 # clobbers t1
[all …]
Dbmips_vec.S244 li t1, PRID_IMP_BMIPS43XX
245 bne t2, t1, 1f
248 addiu t1, t0, -PRID_REV_BMIPS4380_HI
249 bgtz t1, 2f
254 li t1, 0x1ff0
256 or t0, t1
257 xor t0, t1
265 li t1, PRID_IMP_BMIPS5000
266 bne t2, t1, 2f
269 li t1, 0x01ff
[all …]
Dmcount.S83 PTR_LA t1, _stext
84 sltu t2, a0, t1 /* t2 = (a0 < _stext) */
85 PTR_LA t1, _etext
86 sltu t3, t1, a0 /* t3 = (a0 > _etext) */
87 or t1, t2, t3
88 beqz t1, ftrace_call
117 PTR_LA t1, ftrace_stub
119 bne t1, t2, static_trace
124 bne t1, t3, ftrace_graph_caller
126 PTR_LA t1, ftrace_graph_entry_stub
[all …]
Dpm-cps.c83 t0, t1, t2, t3, t4, t5, t6, t7, enumerator
219 uasm_i_addiu(pp, t1, t0, cache_size); in cps_gen_cache_routine()
221 UASM_i_LA(pp, t1, (long)(CKSEG0 + cache_size)); in cps_gen_cache_routine()
234 uasm_il_bne(pp, pr, t0, t1, lbl); in cps_gen_cache_routine()
320 uasm_i_mfc0(pp, t1, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb()
323 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_flush_fsb()
341 uasm_i_ll(pp, t1, 0, r_addr); in cps_gen_set_top_bit()
342 uasm_i_or(pp, t1, t1, t0); in cps_gen_set_top_bit()
343 uasm_i_sc(pp, t1, 0, r_addr); in cps_gen_set_top_bit()
344 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_set_top_bit()
[all …]
Dspinlock_test.c94 struct spin_multi_per_thread t1, t2; in multi_get() local
102 t1.state = &ms; in multi_get()
107 multi_other(&t1); in multi_get()
111 *val = ktime_us_delta(finish, t1.start); in multi_get()
Dscall64-o32.S34 ld t1, PT_EPC(sp) # skip syscall on return
38 daddiu t1, 4 # skip to next instruction
39 sd t1, PT_EPC(sp)
69 daddu t1, t0, 32
70 bltz t1, bad_stack
84 li t1, _TIF_WORK_SYSCALL_ENTRY
86 and t0, t1, t0
96 ld t1, PT_R2(sp) # syscall number
98 sd t1, PT_R0(sp) # save it for syscall restarting
124 subu t1, v0, __NR_O32_Linux
[all …]
Dscall32-o32.S36 lw t1, PT_EPC(sp) # skip syscall on return
40 addiu t1, 4 # skip to next instruction
41 sw t1, PT_EPC(sp)
45 la t1, sys_call_table
46 addu t1, t0
47 lw t2, (t1) # syscall routine
95 li t1, _TIF_WORK_SYSCALL_ENTRY
96 and t0, t1
106 lw t1, PT_R2(sp) # syscall number
108 sw t1, PT_R0(sp) # save it for syscall restarting
[all …]
Drelocate_kernel.S78 1: move t1,ra;
82 PTR_ADD t0,t1,t0;
121 1: move t1,ra;
125 PTR_ADD t0,t1,t0;
Dhead.S99 PTR_LA t1, __bss_stop - LONGSIZE
103 bne t0, t1, 1b
116 set_saved_sp sp, t0, t1
Dscall64-64.S45 ld t1, PT_EPC(sp) # skip syscall on return
46 daddiu t1, 4 # skip to next instruction
47 sd t1, PT_EPC(sp)
57 li t1, _TIF_WORK_SYSCALL_ENTRY
59 and t0, t1, t0
69 ld t1, PT_R2(sp) # syscall number
71 sd t1, PT_R0(sp) # save it for syscall restarting
103 ld t1, PT_R2(sp) # syscall number
105 sd t1, PT_R0(sp) # save it for syscall restarting
Dscall64-n32.S39 ld t1, PT_EPC(sp) # skip syscall on return
40 daddiu t1, 4 # skip to next instruction
41 sd t1, PT_EPC(sp)
50 li t1, _TIF_WORK_SYSCALL_ENTRY
52 and t0, t1, t0
62 ld t1, PT_R2(sp) # syscall number
64 sd t1, PT_R0(sp) # save it for syscall restarting
95 ld t1, PT_R2(sp) # syscall number
97 sd t1, PT_R0(sp) # save it for syscall restarting
Dr4k_fpu.S41 cfc1 t1, fcr31
95 EX sw t1, SC_FPC_CSR(a0)
107 cfc1 t1, fcr31
151 EX sw t1, SC32_FPC_CSR(a0)
167 EX lw t1, SC_FPC_CSR(a0)
217 ctc1 t1, fcr31
228 EX lw t1, SC32_FPC_CSR(a0)
270 ctc1 t1, fcr31
Dentry.S67 andi t1, t0, _TIF_NEED_RESCHED
68 beqz t1, restore_all
Dr2300_fpu.S34 cfc1 t1,fcr31
67 EX(sw t1,(SC_FPC_CSR)(a0))
Dr6000_fpu.S31 cfc1 t1,fcr31
/linux-4.1.27/arch/x86/purgatory/
Dsha256.c50 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
67 t1 = h + e1(e) + Ch(e, f, g) + 0x428a2f98 + W[0]; in sha256_transform()
68 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
69 t1 = g + e1(d) + Ch(d, e, f) + 0x71374491 + W[1]; in sha256_transform()
70 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
71 t1 = f + e1(c) + Ch(c, d, e) + 0xb5c0fbcf + W[2]; in sha256_transform()
72 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
73 t1 = e + e1(b) + Ch(b, c, d) + 0xe9b5dba5 + W[3]; in sha256_transform()
74 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
75 t1 = d + e1(a) + Ch(a, b, c) + 0x3956c25b + W[4]; in sha256_transform()
[all …]
/linux-4.1.27/crypto/
Dsha256_generic.c57 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
74 t1 = h + e1(e) + Ch(e,f,g) + 0x428a2f98 + W[ 0]; in sha256_transform()
75 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform()
76 t1 = g + e1(d) + Ch(d,e,f) + 0x71374491 + W[ 1]; in sha256_transform()
77 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha256_transform()
78 t1 = f + e1(c) + Ch(c,d,e) + 0xb5c0fbcf + W[ 2]; in sha256_transform()
79 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha256_transform()
80 t1 = e + e1(b) + Ch(b,c,d) + 0xe9b5dba5 + W[ 3]; in sha256_transform()
81 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha256_transform()
82 t1 = d + e1(a) + Ch(a,b,c) + 0x3956c25b + W[ 4]; in sha256_transform()
[all …]
Dsha512_generic.c84 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
109 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[(i & 15)]; in sha512_transform()
110 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha512_transform()
111 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[(i & 15) + 1]; in sha512_transform()
112 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha512_transform()
113 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[(i & 15) + 2]; in sha512_transform()
114 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha512_transform()
115 t1 = e + e1(b) + Ch(b,c,d) + sha512_K[i+3] + W[(i & 15) + 3]; in sha512_transform()
116 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha512_transform()
117 t1 = d + e1(a) + Ch(a,b,c) + sha512_K[i+4] + W[(i & 15) + 4]; in sha512_transform()
[all …]
Dseed.c317 t1 = X4 ^ ks[rbase+1]; \
318 t1 ^= t0; \
319 t1 = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^ \
320 SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; \
321 t0 += t1; \
324 t1 += t0; \
325 t1 = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^ \
326 SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; \
327 t0 += t1; \
329 X2 ^= t1;
[all …]
Dcamellia_generic.c357 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument
361 t1 = ir >> 16; \
363 ^ camellia_sp0222[(u8)(t1 >> 8)] \
364 ^ camellia_sp3033[(u8)(t1)] \
561 u32 il, ir, t0, t1, w0, w1; in camellia_setup128() local
618 w0, w1, il, ir, t0, t1); in camellia_setup128()
622 kll, klr, il, ir, t0, t1); in camellia_setup128()
626 krl, krr, il, ir, t0, t1); in camellia_setup128()
630 w0, w1, il, ir, t0, t1); in camellia_setup128()
668 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local
[all …]
Dvmac.c218 u64 t1, t2, m1, m2, t; \
222 t1 = pe64_to_cpup(mp+i) + kp[i]; \
224 m2 = MUL32(t1 >> 32, t2); \
225 m1 = MUL32(t1, t2 >> 32); \
226 ADD128(rh, rl, MUL32(t1 >> 32, t2 >> 32), \
227 MUL32(t1, t2)); \
/linux-4.1.27/arch/mips/netlogic/common/
Dreset.S61 mfcr t1, t0
64 or t1, t1, t2
65 mtcr t1, t0
68 mfcr t1, t0
69 ori t1, 0x1000 /* Enable Icache partitioning */
70 mtcr t1, t0
73 lui t1, 0x0100 /* Disable BRU accepting ALU ops */
74 mtcr t1, t0
84 li t1, (1 << 29) /* ELPA bit */
85 or t0, t1
[all …]
Dsmpboot.S64 dla t1, nlm_reset_entry
66 dsubu t2, t1
78 move t1, zero
80 ori t1, ST0_KX
82 mtc0 t1, CP0_STATUS
83 PTR_LA t1, nlm_next_sp
84 PTR_L sp, 0(t1)
85 PTR_LA t1, nlm_next_gp
86 PTR_L gp, 0(t1)
113 ADDIU t1, t3, BOOT_CPU_READY
[all …]
/linux-4.1.27/arch/alpha/lib/
Dstxcpy.S48 mskqh t1, a1, t3 # e0 :
49 ornot t1, t2, t2 # .. e1 :
52 or t0, t3, t1 # e0 :
60 stq_u t1, 0(a0) # e0 :
62 ldq_u t1, 0(a1) # e0 :
64 cmpbge zero, t1, t8 # e0 (stall)
84 zapnot t1, t6, t1 # e0 : clear src bytes >= null
87 or t0, t1, t1 # e1 :
89 1: stq_u t1, 0(a0) # e0 :
108 ldq_u t1, 0(a1) # e0 : load first src word
[all …]
Dev6-stxcpy.S59 mskqh t1, a1, t3 # U :
60 ornot t1, t2, t2 # E : (stall)
64 or t0, t3, t1 # E : (stall)
73 stq_u t1, 0(a0) # L :
78 ldq_u t1, 0(a1) # L : Latency=3
80 cmpbge zero, t1, t8 # E : (3 cycle stall)
99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
103 or t0, t1, t1 # E : (stall)
107 1: stq_u t1, 0(a0) # L :
128 ldq_u t1, 0(a1) # L : load first src word
[all …]
Dstxncpy.S56 mskqh t1, a1, t3 # e0 :
57 ornot t1, t2, t2 # .. e1 :
95 ldq_u t1, 0(a0) # e0 :
100 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
101 or t0, t1, t0 # e1 :
121 xor a0, a1, t1 # e0 :
123 and t1, 7, t1 # e0 :
130 bne t1, $unaligned # .. e1 :
134 ldq_u t1, 0(a1) # e0 : load first src word
161 or t1, t4, t1 # e1 : first aligned src word complete
[all …]
Dev6-stxncpy.S67 mskqh t1, a1, t3 # U :
68 ornot t1, t2, t2 # E : (stall)
121 ldq_u t1, 0(a0) # L :
126 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
127 or t0, t1, t0 # e1 : (stall)
153 xor a0, a1, t1 # E :
155 and t1, 7, t1 # E : (stall)
164 bne t1, $unaligned # U :
166 ldq_u t1, 0(a1) # L : load first src word
201 or t1, t4, t1 # E : first aligned src word complete (stall)
[all …]
Dstrrchr.S32 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
38 andnot t1, t4, t1 # .. e1 : clear garbage from null test
40 bne t1, $eos # .. e1 : did we already hit the terminator?
49 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
51 beq t1, $loop # .. e1 : if we havnt seen a null, loop
55 negq t1, t4 # e0 : isolate first null byte match
56 and t1, t4, t4 # e1 :
73 and t8, 0xcc, t1 # .. e1 :
74 cmovne t1, t1, t8 # e0 :
75 cmovne t1, 2, t1 # .. e1 :
[all …]
Dev67-strchr.S53 xor t0, a1, t1 # E : make bytes == c zero
54 cmpbge zero, t1, t3 # E : bits set iff byte == c
70 xor t0, a1, t1 # E :
73 cmpbge zero, t1, t3 # E : bits set iff byte == c
78 $found: negq t0, t1 # E : clear all but least set bit
79 and t0, t1, t0 # E :
80 and t0, t3, t1 # E : bit set iff byte was the char
83 cmoveq t1, $31, v0 # E : Two mapping slots, latency = 2
Dstrchr.S34 xor t0, a1, t1 # .. e1 : make bytes == c zero
35 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
43 xor t0, a1, t1 # .. e1 (ev5 data stall)
45 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
49 $found: negq t0, t1 # e0 : clear all but least set bit
50 and t0, t1, t0 # e1 (stall)
52 and t0, t3, t1 # e0 : bit set iff byte was the char
53 beq t1, $retnull # .. e1 (zdb)
Dev67-strrchr.S54 cmpbge zero, t0, t1 # E : bits set iff byte == zero
60 andnot t1, t4, t1 # E : clear garbage from null test
62 bne t1, $eos # U : did we already hit the terminator?
76 cmpbge zero, t0, t1 # E : bits set iff byte == zero
78 beq t1, $loop # U : if we havnt seen a null, loop
83 negq t1, t4 # E : isolate first null byte match
84 and t1, t4, t4 # E :
/linux-4.1.27/arch/arm/crypto/
Dsha256-armv4.pl45 $len="r2"; $t1="r2";
69 @ ldr $t1,[$inp],#4 @ $i
77 rev $t1,$t1
80 @ ldrb $t1,[$inp,#3] @ $i
84 orr $t1,$t1,$t2,lsl#8
86 orr $t1,$t1,$t0,lsl#16
91 orr $t1,$t1,$t2,lsl#24
97 add $h,$h,$t1 @ h+=X[i]
98 str $t1,[sp,#`$i%16`*4]
99 eor $t1,$f,$g
[all …]
Dbsaes-armv7.pl173 my ($x0,$x1,$y0,$y1,$t0,$t1)=@_;
178 vand $t1, $x1, $y0
180 veor $x1, $t1, $t0
181 veor $x0, $x0, $t1
202 $x2,$x3,$y2,$y3,$t1)=@_;
205 veor $t1, $y2, $y3
207 vand $t1, $t1, $x2
217 veor $x3, $x3, $t1
655 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_;
658 vshr.u64 $t1, $b1, #$n
[all …]
/linux-4.1.27/drivers/crypto/vmx/
Dghashp8-ppc.pl48 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12));
77 vsldoi $t1,$zero,$t0,1 # ...1
80 vor $xC2,$xC2,$t1 # 0xc2....01
81 vspltb $t1,$H,0 # most significant byte
83 vsrab $t1,$t1,$t2 # broadcast carry bit
84 vand $t1,$t1,$xC2
85 vxor $H,$H,$t1 # twisted H
130 vsldoi $t1,$zero,$Xm,8
132 vxor $Xh,$Xh,$t1
137 vsldoi $t1,$Xl,$Xl,8 # 2nd phase
[all …]
/linux-4.1.27/arch/mips/dec/
Dint-handler.S132 mfc0 t1,CP0_STATUS
137 and t0,t1 # isolate allowed ones
149 PTR_LA t1,cpu_mask_nr_tbl
150 1: lw t2,(t1)
154 addu t1,2*PTRSIZE # delay slot
159 lw a0,(-PTRSIZE)(t1)
178 andi t1,t0,KN02_IRQ_ALL
188 lw t1,IO_REG_SIMR(t2) # get mask: IOASIC simr
191 1: and t0,t1 # mask out allowed ones
198 PTR_LA t1,asic_mask_nr_tbl
[all …]
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h47 and t1, v1, 0xfff8
48 xor t1, t1, 0x9000 # 63-P1
49 beqz t1, 4f
50 and t1, v1, 0xfff8
51 xor t1, t1, 0x9008 # 63-P2
52 beqz t1, 4f
53 and t1, v1, 0xfff8
54 xor t1, t1, 0x9100 # 68-P1
55 beqz t1, 4f
56 and t1, v1, 0xff00
[all …]
/linux-4.1.27/arch/mips/include/asm/sibyte/
Dboard.h42 #define setleds(t0, t1, c0, c1, c2, c3) \ argument
44 li t1, c0; \
45 sb t1, 0x18(t0); \
46 li t1, c1; \
47 sb t1, 0x10(t0); \
48 li t1, c2; \
49 sb t1, 0x08(t0); \
50 li t1, c3; \
51 sb t1, 0x00(t0)
53 #define setleds(t0, t1, c0, c1, c2, c3) argument
/linux-4.1.27/arch/mips/include/asm/mach-paravirt/
Dkernel-entry-init.h30 slti t1, t0, NR_CPUS
31 bnez t1, 1f
37 PTR_LA t1, paravirt_smp_sp
39 PTR_ADDU t1, t1, t0
41 PTR_L sp, 0(t1)
44 PTR_LA t1, paravirt_smp_gp
45 PTR_ADDU t1, t1, t0
47 PTR_L gp, 0(t1)
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_tuple.h123 static inline bool __nf_ct_tuple_src_equal(const struct nf_conntrack_tuple *t1, in __nf_ct_tuple_src_equal() argument
126 return (nf_inet_addr_cmp(&t1->src.u3, &t2->src.u3) && in __nf_ct_tuple_src_equal()
127 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal()
128 t1->src.l3num == t2->src.l3num); 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() argument
134 return (nf_inet_addr_cmp(&t1->dst.u3, &t2->dst.u3) && in __nf_ct_tuple_dst_equal()
135 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal()
136 t1->dst.protonum == t2->dst.protonum); 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() argument
142 return __nf_ct_tuple_src_equal(t1, t2) && in nf_ct_tuple_equal()
[all …]
/linux-4.1.27/arch/parisc/lib/
Dfixup.S28 .macro get_fault_ip t1 t2
31 LDREG RT%__per_cpu_offset(%r1),\t1
39 LDREGX \t2(\t1),\t2
41 LDREG RT%exception_data(%r1),\t1
43 add,l \t1,\t2,\t1
45 LDREG EXCDATA_GP(\t1), %r27
47 LDREG EXCDATA_IP(\t1), \t1
50 .macro get_fault_ip t1 t2
58 LDREG EXCDATA_IP(\t2), \t1
Dmemcpy.c282 register unsigned long src, dst, t1, t2, t3; in pa_memcpy_internal() local
299 t1 = (src ^ dst); in pa_memcpy_internal()
300 if (unlikely(t1 & (sizeof(double)-1))) in pa_memcpy_internal()
406 if (likely((t1 & (sizeof(unsigned int)-1)) == 0)) { in pa_memcpy_internal()
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dswab.h26 __u64 t0, t1, t2, t3; in __arch_swab32() local
29 t1 = __kernel_inswl(x, 3); /* t1 : 000000CCDD000000 */ in __arch_swab32()
30 t1 |= t0; /* t1 : 000000CCDDAABBCC */ in __arch_swab32()
31 t2 = t1 >> 16; /* t2 : 0000000000CCDDAA */ in __arch_swab32()
32 t0 = t1 & 0xFF00FF00; /* t0 : 00000000DD00BB00 */ in __arch_swab32()
34 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */ in __arch_swab32()
36 return t1; in __arch_swab32()
Dregdef.h7 #define t1 $2 macro
/linux-4.1.27/arch/mips/include/asm/mach-ip27/
Dkernel-entry-init.h47 dsll t1, NASID_SHFT # Shift text nasid into place
49 or t1, t1, t0 # Physical load address of kernel text
51 dsrl t1, 12 # 4K pfn
53 dsll t1, 6 # Get pfn into place
56 or t0, t0, t1
78 GET_NASID_ASM t1
79 move t2, t1 # text and data are here
87 GET_NASID_ASM t1
90 dsll t1, NASID_SHFT
91 or t0, t0, t1
[all …]
/linux-4.1.27/arch/x86/crypto/
Dglue_helper-asm-avx.S54 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ argument
57 vmovdqa bswap, t1; \
61 vpshufb t1, x7, x0; \
65 vpshufb t1, x7, x1; \
67 vpshufb t1, x7, x2; \
69 vpshufb t1, x7, x3; \
71 vpshufb t1, x7, x4; \
73 vpshufb t1, x7, x5; \
75 vpshufb t1, x7, x6; \
78 vpshufb t1, x7, x7; \
[all …]
Dglue_helper-asm-avx2.S60 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \ argument
70 vbroadcasti128 bswap, t1; \
72 vpshufb t1, t2, x0; \
76 vpshufb t1, t2, x1; \
78 vpshufb t1, t2, x2; \
80 vpshufb t1, t2, x3; \
82 vpshufb t1, t2, x4; \
84 vpshufb t1, t2, x5; \
86 vpshufb t1, t2, x6; \
88 vpshufb t1, t2, x7; \
[all …]
Dcamellia-aesni-avx-asm_64.S49 #define roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument
57 vmovdqa .Lpre_tf_hi_s1, t1; \
72 filter_8bit(x0, t0, t1, t7, t6); \
73 filter_8bit(x7, t0, t1, t7, t6); \
74 filter_8bit(x1, t0, t1, t7, t6); \
75 filter_8bit(x4, t0, t1, t7, t6); \
76 filter_8bit(x2, t0, t1, t7, t6); \
77 filter_8bit(x5, t0, t1, t7, t6); \
86 vmovdqa .Lpost_tf_hi_s1, t1; \
99 filter_8bit(x0, t0, t1, t7, t6); \
[all …]
Dtwofish-avx-x86_64-asm_64.S103 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ argument
108 movl t1(CTX, RID2, 4), RID2d; \
121 #define G(gi1, gi2, x, t0, t1, t2, t3) \ argument
122 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS1, shr_next, ##gi1); \
123 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS3, shr_next, ##gi2); \
125 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS2, dummy, none); \
128 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS1, dummy, none); \
221 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
224 vpunpckldq x3, x2, t1; \
227 vpunpcklqdq t1, t0, x0; \
[all …]
Dcamellia-aesni-avx2-asm_64.S66 #define roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument
93 vextracti128 $1, x7, t1##_x; \
112 vaesenclast t4##_x, t1##_x, t1##_x; \
113 vinserti128 $1, t1##_x, x7, x7; \
123 vbroadcasti128 .Lpost_tf_hi_s1, t1; \
140 filter_8bit(x0, t0, t1, t7, t6); \
141 filter_8bit(x7, t0, t1, t7, t6); \
142 filter_8bit(x3, t0, t1, t7, t6); \
143 filter_8bit(x6, t0, t1, t7, t6); \
158 vpsrldq $1, t0, t1; \
[all …]
Dsha256-avx2-asm.S197 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
201 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
202 add y3, h # h = t1 + S0 + MAJ # --
250 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
251 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
252 add y3, h # h = t1 + S0 + MAJ # --
300 add y2,d # d = k + w + h + d + S1 + CH = d + t1 # --
301 add y2,h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
303 add y3,h # h = t1 + S0 + MAJ # --
341 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
[all …]
Dsha512-avx2-asm.S215 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
217 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
218 add y3, h # h = t1 + S0 + MAJ # --
280 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
281 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
282 add y3, h # h = t1 + S0 + MAJ # --
336 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
337 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
339 add y3, h # h = t1 + S0 + MAJ # --
387 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
[all …]
Dcast6-avx-x86_64-asm_64.S200 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
203 vpunpckldq x3, x2, t1; \
206 vpunpcklqdq t1, t0, x0; \
207 vpunpckhqdq t1, t0, x1; \
211 #define inpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ argument
217 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
219 #define outunpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ argument
220 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
Dcast5-avx-x86_64-asm_64.S178 #define transpose_2x4(x0, x1, t0, t1) \ argument
180 vpunpckhdq x1, x0, t1; \
182 vpunpcklqdq t1, t0, x0; \
183 vpunpckhqdq t1, t0, x1;
185 #define inpack_blocks(x0, x1, t0, t1, rmask) \ argument
189 transpose_2x4(x0, x1, t0, t1)
191 #define outunpack_blocks(x0, x1, t0, t1, rmask) \ argument
192 transpose_2x4(x0, x1, t0, t1) \
Dserpent-sse2-i586-asm_32.S468 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
472 movdqa x2, t1; \
474 punpckldq x3, t1; \
476 punpcklqdq t1, x0; \
477 punpckhqdq t1, x1; \
483 #define read_blocks(in, x0, x1, x2, x3, t0, t1, t2) \ argument
489 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
491 #define write_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
492 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
499 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
[all …]
Dserpent-sse2-x86_64-asm_64.S590 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
594 movdqa x2, t1; \
596 punpckldq x3, t1; \
598 punpcklqdq t1, x0; \
599 punpckhqdq t1, x1; \
605 #define read_blocks(in, x0, x1, x2, x3, t0, t1, t2) \ argument
611 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
613 #define write_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
614 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
621 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
[all …]
Dserpent-avx-x86_64-asm_64.S553 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
556 vpunpckldq x3, x2, t1; \
559 vpunpcklqdq t1, t0, x0; \
560 vpunpckhqdq t1, t0, x1; \
564 #define read_blocks(x0, x1, x2, x3, t0, t1, t2) \ argument
565 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
567 #define write_blocks(x0, x1, x2, x3, t0, t1, t2) \ argument
568 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
Dserpent-avx2-asm_64.S545 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
548 vpunpckldq x3, x2, t1; \
551 vpunpcklqdq t1, t0, x0; \
552 vpunpckhqdq t1, t0, x1; \
556 #define read_blocks(x0, x1, x2, x3, t0, t1, t2) \ argument
557 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
559 #define write_blocks(x0, x1, x2, x3, t0, t1, t2) \ argument
560 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
/linux-4.1.27/arch/mips/alchemy/common/
Dsleeper.S59 la t1, __flush_cache_all
60 lw t0, 0(t1)
139 2: lw t1, 0x0850(a0) /* mem_sdstat */
140 and t2, t1, t0
147 lw t1, 0x0840(a0) /* mem_sdconfiga */
148 and t1, t0, t1 /* clear CE[1:0] */
149 sw t1, 0x0840(a0) /* mem_sdconfiga */
163 la t1, 4f
164 subu t2, t1, t0
199 li t1, (1 << 7 | 0x3F)
[all …]
/linux-4.1.27/arch/mips/include/asm/
Dpm.h69 la t1, mips_static_suspend_state
80 LONG_S k0, SSS_SEGCTL0(t1)
82 LONG_S k0, SSS_SEGCTL1(t1)
84 LONG_S k0, SSS_SEGCTL2(t1)
87 LONG_S sp, SSS_SP(t1)
98 LONG_L k0, SSS_SEGCTL0(t1)
100 LONG_L k0, SSS_SEGCTL1(t1)
102 LONG_L k0, SSS_SEGCTL2(t1)
107 LONG_L sp, SSS_SP(t1)
115 la t1, __wback_cache_all
[all …]
Dregdef.h31 #define t1 $9 macro
82 #define t1 $13 macro
Dstackframe.h393 li t1, ST0_CU0 | STATMASK
394 or t0, t1
406 li t1, ST0_CU0 | STATMASK
407 or t0, t1
420 li t1, ST0_CU0 | (STATMASK & ~1)
426 or t0, t1
/linux-4.1.27/arch/mips/lib/
Dmemset.S148 1: ori t1, a2, 0x3f /* # of full blocks */
149 xori t1, 0x3f
150 beqz t1, .Lmemset_partial\@ /* no block to fill */
153 PTR_ADDU t1, a0 /* end address */
158 bne t1, a0, 1b
163 PTR_LA t1, 2f /* where to start */
168 PTR_SUBU t1, FILLPTRG
172 PTR_SUBU t1, AT
175 jr t1
216 PTR_ADDU t1, a0, a2
[all …]
Dcsum_partial.S25 #undef t1
29 #define t1 $9 macro
162 lw t1, 0x04(src)
165 ADDC(sum, t1)
176 ld t1, 0x08(src)
178 ADDC(sum, t1)
180 CSUM_BIGCHUNK1(src, 0x00, sum, t0, t1, t3, t4)
191 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
192 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
193 CSUM_BIGCHUNK(src, 0x40, sum, t0, t1, t3, t4)
[all …]
Dmemcpy.S167 #undef t1
171 #define t1 $9 macro
289 and t1, dst, ADDRMASK
297 bnez t1, .Ldst_unaligned\@
301 or t0, t0, t1
318 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@)
325 STORE(t1, UNIT(1)(dst), .Ls_exc_p7u\@)
327 LOAD(t1, UNIT(7)(src), .Ll_exc_copy\@)
335 STORE(t1, UNIT(-1)(dst), .Ls_exc_p1u\@)
353 LOAD( t1, UNIT(1)(src), .Ll_exc_copy\@)
[all …]
/linux-4.1.27/drivers/ata/
Dpata_sis.c230 u8 t1, t2; in sis_old_set_piomode() local
238 pci_read_config_byte(pdev, port, &t1); in sis_old_set_piomode()
241 t1 &= ~0x0F; /* Clear active/recovery timings */ in sis_old_set_piomode()
244 t1 |= active[speed]; in sis_old_set_piomode()
247 pci_write_config_byte(pdev, port, t1); in sis_old_set_piomode()
292 u32 t1; in sis_133_set_piomode() local
313 pci_read_config_dword(pdev, port, &t1); in sis_133_set_piomode()
314 t1 &= 0xC0C00FFF; /* Mask out timing */ in sis_133_set_piomode()
316 if (t1 & 0x08) /* 100 or 133 ? */ in sis_133_set_piomode()
317 t1 |= timing133[speed]; in sis_133_set_piomode()
[all …]
Dpata_octeon_cf.c141 int t1; in octeon_cf_set_piomode() local
158 t1 = timing.setup; in octeon_cf_set_piomode()
159 if (t1) in octeon_cf_set_piomode()
160 t1--; in octeon_cf_set_piomode()
Dpata_mpc52xx.c273 u32 t0, t1, t2_8, t2_16, t2i, t4, ta; in mpc52xx_ata_compute_pio_timings() local
279 t1 = CALC_CLKCYC(ipb_period, 1000 * ataspec_t1[pio]); in mpc52xx_ata_compute_pio_timings()
287 timing->pio2 = (t4 << 24) | (t1 << 16) | (ta << 8); in mpc52xx_ata_compute_pio_timings()
Dpata_samsung_cf.c95 int t1 = ata->setup; in pata_s3c_setup_timing() local
100 piotime = ((t2i & 0xff) << 12) | ((t2 & 0xff) << 4) | (t1 & 0xf); in pata_s3c_setup_timing()
Dpata_ep93xx.c239 unsigned long t1) in ep93xx_pata_rw_begin() argument
242 ep93xx_pata_delay(t1); in ep93xx_pata_rw_begin()
/linux-4.1.27/arch/mips/cavium-octeon/
Docteon-memcpy.S105 #undef t1
109 #define t1 $9 macro
193 EXC( LOAD t1, UNIT(1)(src), l_exc_copy)
198 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u)
202 EXC( LOAD t1, UNIT(5)(src), l_exc_copy)
206 EXC( STORE t1, UNIT(5)(dst), s_exc_p11u)
212 EXC( LOAD t1, UNIT(-7)(src), l_exc_copy)
216 EXC( STORE t1, UNIT(-7)(dst), s_exc_p7u)
220 EXC( LOAD t1, UNIT(-3)(src), l_exc_copy)
224 EXC( STORE t1, UNIT(-3)(dst), s_exc_p3u)
[all …]
Dcsrc-octeon.c111 u64 t1, t2, t3; in sched_clock() local
126 : [rv] "=&r" (rv), [t1] "=&r" (t1), [t2] "=&r" (t2), [t3] "=&r" (t3) in sched_clock()
/linux-4.1.27/arch/powerpc/crypto/
Daes-spe-keys.S44 #define LS_BOX(r, t1, t2) \ argument
48 lbz t1,8(t2); \
49 rlwimi r,t1,0,24,31; \
51 lbz t1,8(t2); \
52 rlwimi r,t1,8,16,23; \
54 lbz t1,8(t2); \
55 rlwimi r,t1,16,8,15; \
57 lbz t1,8(t2); \
58 rlwimi r,t1,24,0,7;
60 #define GF8_MUL(out, in, t1, t2) \ argument
[all …]
Daes-spe-modes.S130 #define ENDIAN_SWAP(t0, t1, s0, s1) \ argument
132 rotrwi t1,s1,8; \
134 rlwimi t1,s1,8,8,15; \
136 rlwimi t1,s1,8,24,31;
/linux-4.1.27/drivers/ide/
Dsis5513.c200 u16 t1 = 0; in sis_ata16_program_timings() local
206 pci_read_config_word(dev, drive_pci, &t1); in sis_ata16_program_timings()
209 t1 &= ~0x070f; in sis_ata16_program_timings()
212 t1 &= ~0x8000; /* disable UDMA */ in sis_ata16_program_timings()
213 t1 |= mwdma_timings[mode - XFER_MW_DMA_0]; in sis_ata16_program_timings()
215 t1 |= pio_timings[mode - XFER_PIO_0]; in sis_ata16_program_timings()
217 pci_write_config_word(dev, drive_pci, t1); in sis_ata16_program_timings()
223 u8 t1, drive_pci = 0x40 + drive->dn * 2; in sis_ata100_program_timings() local
236 t1 = mwdma_timings[mode - XFER_MW_DMA_0]; in sis_ata100_program_timings()
238 t1 = pio_timings[mode - XFER_PIO_0]; in sis_ata100_program_timings()
[all …]
Dqd65xx.c301 u16 t1, t2; in qd6580_init_dev() local
306 t1 = QD6580_DEF_DATA; in qd6580_init_dev()
309 t2 = t1 = hwif->channel ? QD6580_DEF_DATA2 : QD6580_DEF_DATA; in qd6580_init_dev()
311 ide_set_drivedata(drive, (void *)((drive->dn & 1) ? t2 : t1)); in qd6580_init_dev()
/linux-4.1.27/arch/alpha/include/asm/
Dword-at-a-time.h41 unsigned long t1, t2, t3; in find_zero()
45 t1 = bits & 0xf0; in find_zero()
48 if (t1) t1 = 4; in find_zero()
51 return t1 + t2 + t3; in find_zero()
/linux-4.1.27/arch/mips/include/asm/mach-malta/
Dkernel-entry-init.h47 mfc0 t1, CP0_CONFIG
48 andi t1, 0x7 /* CCA */
49 move t2, t1
50 ins t2, t1, 16, 3
69 ins t0, t1, 16, 3
99 mfc0 t1, CP0_CONFIG
100 bgez t1, 9f
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_time.h51 static inline unsigned long cfs_time_sub(unsigned long t1, unsigned long t2) in cfs_time_sub() argument
53 return (unsigned long)(t1 - t2); in cfs_time_sub()
56 static inline int cfs_time_after(unsigned long t1, unsigned long t2) in cfs_time_after() argument
58 return time_before(t2, t1); in cfs_time_after()
61 static inline int cfs_time_aftereq(unsigned long t1, unsigned long t2) in cfs_time_aftereq() argument
63 return time_before_eq(t2, t1); in cfs_time_aftereq()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_extend.c127 struct nf_ct_ext_type *t1, *t2; in update_alloc_size() local
139 t1 = rcu_dereference_protected(nf_ct_ext_types[i], in update_alloc_size()
141 if (!t1) in update_alloc_size()
144 t1->alloc_size = ALIGN(sizeof(struct nf_ct_ext), t1->align) + in update_alloc_size()
145 t1->len; in update_alloc_size()
149 if (t2 == NULL || t2 == t1 || in update_alloc_size()
153 t1->alloc_size = ALIGN(t1->alloc_size, t2->align) in update_alloc_size()
/linux-4.1.27/scripts/
Dmakelst19 t1=`$3 --syms $1 | grep .text | grep -m1 " F "`
20 if [ -n "$t1" ]; then
21 t2=`field 6 $t1`
27 t5=`field 1 $t1`
/linux-4.1.27/arch/mips/power/
Dhibernate_asm.S35 PTR_L t1, PBE_ADDRESS(t0) /* source */
37 PTR_ADDU t3, t1, _PAGE_SIZE
39 REG_L t8, (t1)
41 PTR_ADDIU t1, t1, SZREG
43 bne t1, t3, 1b
/linux-4.1.27/arch/ia64/lib/
Dcarta_random.S18 #define t1 r17 macro
25 pmpyshr2.u t1 = a, seed, 16
27 unpack2.l t0 = t1, t0
36 shr t1 = hi, 15 // t1 = (hi >> 15)
46 add lo = lo, t1
Dcopy_page_mck.S75 #define t1 r17 macro
79 #define t5 t1 // alias!
126 mov t1 = (PAGE_SIZE/128) - (2*PREFETCH_DIST) - 1
137 mov ar.lc = t1 // with 64KB pages, t1 is too big to fit in 8 bits!
148 (p[D]) st8 [dst0] = t1, 8 // M2
176 (p[D-1])ld8 t1 = [src0], 8
Dcopy_user.S52 #define t1 r2 // rshift in bytes macro
158 sub t1=8,src2
162 sub len1=len,t1 // set len1
170 sub t1=dst2,src2
174 (p15) sub t1=r0,t1 // absolute value
179 sub t2=8,t1
180 (p14) sub word1=word1,t1
183 (p15) shl rshift=t1,3 // in bits
186 (p14) sub len1=len1,t1
211 (p15) sub src1=src1,t1
[all …]
Dcopy_page.S42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \
69 (p[0]) ld8 t1[0]=[src1],16
70 (EPI) st8 [tgt1]=t1[PIPE_DEPTH-1],16
Dmemcpy.S31 # define t1 r19 macro
194 ld8 t1=[src2] // t1 = 1st source word if src is 8-byte aligned, 2nd otherwise
199 shl t1=t1,t3
202 or t0=t0,t1
Dmemcpy_mck.S43 #define t1 r23 macro
47 #define t5 t1 // alias!
167 EX(.ex_handler, (p6) ld8 t1=[src0])
175 EX(.ex_handler, (p6) st8 [dst0]=t1) // store byte 1
227 EX(.ex_handler, (p[D]) st8 [dst0] = t1, 8) // M2
255 EX(.ex_handler, (p[C]) ld8 t1 = [src0], 8)
413 EX(.ex_handler_short, (p8) ld1 t1=[src0],2)
418 EX(.ex_handler_short, (p8) st1 [dst0]=t1,2)
469 EX(.ex_handler_short, (p6) ld1 t1=[src0],2)
476 EX(.ex_handler_short, (p6) st1 [dst0] = t1,2)
/linux-4.1.27/tools/perf/tests/
Dthread-mg-share.c14 struct thread *t1, *t2, *t3; in test__thread_mg_share() local
35 t1 = machine__findnew_thread(machine, 0, 1); in test__thread_mg_share()
43 leader && t1 && t2 && t3 && other); in test__thread_mg_share()
49 TEST_ASSERT_VAL("map groups don't match", mg == t1->mg); in test__thread_mg_share()
70 thread__delete(t1); in test__thread_mg_share()
/linux-4.1.27/arch/sparc/lib/
Dmemcpy.S17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
23 st %t1, [%dst + (offset) + 0x04]; \
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
45 st %t1, [%dst - (offset) - 0x0c]; \
49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
55 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
57 ldub [%src - (offset) - 0x01], %t1; \
59 stb %t1, [%dst - (offset) - 0x01];
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
[all …]
Dcopy_user.S67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
73 st %t1, [%dst + (offset) + 0x04]; \
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
95 st %t1, [%dst - (offset) - 0x0c]; \
99 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
101 lduh [%src + (offset) + 0x02], %t1; \
105 sth %t1, [%dst + (offset) + 0x02]; \
109 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
111 ldub [%src - (offset) - 0x01], %t1; \
[all …]
Dchecksum_32.S18 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \ argument
22 addxcc t1, sum, sum; \
30 addxcc t1, sum, sum;
32 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \ argument
36 addxcc t1, sum, sum; \
191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
196 addxcc t1, sum, sum; \
213 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
220 st t1, [dst + off + 0x04]; \
221 addxcc t1, sum, sum; \
[all …]
Dblockops.S26 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-dv-timings.c228 bool v4l2_match_dv_timings(const struct v4l2_dv_timings *t1, in v4l2_match_dv_timings() argument
232 if (t1->type != t2->type || t1->type != V4L2_DV_BT_656_1120) in v4l2_match_dv_timings()
234 if (t1->bt.width == t2->bt.width && in v4l2_match_dv_timings()
235 t1->bt.height == t2->bt.height && in v4l2_match_dv_timings()
236 t1->bt.interlaced == t2->bt.interlaced && in v4l2_match_dv_timings()
237 t1->bt.polarities == t2->bt.polarities && in v4l2_match_dv_timings()
238 t1->bt.pixelclock >= t2->bt.pixelclock - pclock_delta && in v4l2_match_dv_timings()
239 t1->bt.pixelclock <= t2->bt.pixelclock + pclock_delta && in v4l2_match_dv_timings()
240 t1->bt.hfrontporch == t2->bt.hfrontporch && in v4l2_match_dv_timings()
241 t1->bt.vfrontporch == t2->bt.vfrontporch && in v4l2_match_dv_timings()
[all …]
/linux-4.1.27/arch/unicore32/mm/
Dproc-macros.S137 .macro dcacheline_flush, addr, t1, t2
138 mov \t1, \addr << #20
140 add \t2, \t2, \t1 >> #20
141 ldw \t1, [\t2+], #0x0000
142 ldw \t1, [\t2+], #0x1000
143 ldw \t1, [\t2+], #0x2000
144 ldw \t1, [\t2+], #0x3000
/linux-4.1.27/arch/parisc/kernel/
Dentry.S1132 t1 = r9 /* temporary register 1 */ define
1147 tlb_lock spc,ptp,pte,t0,t1,dtlb_check_alias_20w
1148 update_accessed ptp,pte,t0,t1
1159 do_alias spc,t0,t1,va,pte,prot,dtlb_fault,20
1173 tlb_lock spc,ptp,pte,t0,t1,nadtlb_check_alias_20w
1174 update_accessed ptp,pte,t0,t1
1185 do_alias spc,t0,t1,va,pte,prot,nadtlb_emulate,20
1201 tlb_lock spc,ptp,pte,t0,t1,dtlb_check_alias_11
1202 update_accessed ptp,pte,t0,t1
1206 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */
[all …]
/linux-4.1.27/arch/arm/lib/
Duaccess_with_memcpy.c220 unsigned long long t0, t1, t2;
241 t1 = sched_clock();
244 printk("copy_to_user: %d %llu %llu\n", size, t1 - t0, t2 - t1);
250 t1 = sched_clock();
253 printk("clear_user: %d %llu %llu\n", size, t1 - t0, t2 - t1);
/linux-4.1.27/arch/x86/boot/
Dtty.c122 int t0, t1; in getchar_timeout() local
130 t1 = gettime(); in getchar_timeout()
131 if (t0 != t1) { in getchar_timeout()
133 t0 = t1; in getchar_timeout()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-time.h126 static inline int cfs_time_before_64(__u64 t1, __u64 t2) in cfs_time_before_64() argument
128 return (__s64)t2 - (__s64)t1 > 0; in cfs_time_before_64()
131 static inline int cfs_time_beforeq_64(__u64 t1, __u64 t2) in cfs_time_beforeq_64() argument
133 return (__s64)t2 - (__s64)t1 >= 0; in cfs_time_beforeq_64()
/linux-4.1.27/fs/jfs/
Djfs_dmap.h189 struct dmaptree t1; member
194 #define dmt_nleafs t1.nleafs
195 #define dmt_l2nleafs t1.l2nleafs
196 #define dmt_leafidx t1.leafidx
197 #define dmt_height t1.height
198 #define dmt_budmin t1.budmin
199 #define dmt_stree t1.stree
/linux-4.1.27/arch/arm64/crypto/
Daes-ce.S105 .macro encrypt_block, in, rounds, t0, t1, t2
109 .macro encrypt_block2x, i0, i1, rounds, t0, t1, t2
113 .macro encrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
117 .macro decrypt_block, in, rounds, t0, t1, t2
121 .macro decrypt_block2x, i0, i1, rounds, t0, t1, t2
125 .macro decrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
Dsha2-ce-core.S23 t1 .req v23
35 add t1.4s, v\s0\().4s, \rc\().4s
42 sha256h dg0q, dg1q, t1.4s
43 sha256h2 dg1q, dg2q, t1.4s
Dsha1-ce-core.S23 t1 .req v5
39 add t1.4s, v\s0\().4s, \rc\().4s
51 sha1\op dg0q, dg2s, t1.4s
/linux-4.1.27/arch/x86/kernel/
Dapb_timer.c263 cycle_t t1; in apbt_clocksource_register() local
269 t1 = dw_apb_clocksource_read(clocksource_apbt); in apbt_clocksource_register()
284 if (t1 == dw_apb_clocksource_read(clocksource_apbt)) in apbt_clocksource_register()
371 cycle_t t1, t2; in apbt_quick_calibrate() local
397 t1 = __native_read_tsc(); in apbt_quick_calibrate()
411 scale = (int)div_u64((t2 - t1), loop >> shift); in apbt_quick_calibrate()
Dtsc.c372 u64 t1, t2; in tsc_read_refs() local
376 t1 = get_cycles(); in tsc_read_refs()
382 if ((t2 - t1) < SMI_TRESHOLD) in tsc_read_refs()
443 u64 tsc, t1, t2, delta; in pit_calibrate_tsc() local
459 tsc = t1 = t2 = get_cycles(); in pit_calibrate_tsc()
488 delta = t2 - t1; in pit_calibrate_tsc()
Dhpet.c757 cycle_t t1; in hpet_clocksource_register() local
763 t1 = hpet_readl(HPET_COUNTER); in hpet_clocksource_register()
777 if (t1 == hpet_readl(HPET_COUNTER)) { in hpet_clocksource_register()
/linux-4.1.27/arch/powerpc/boot/
Ddiv64.S80 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
83 or r4,r4,r6 # LSW |= t1
94 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count)
96 or r3,r3,r6 # MSW |= t1
106 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
108 or r4,r4,r6 # LSW |= t1
/linux-4.1.27/arch/powerpc/include/asm/
Datomic.h198 int t1, t2; in atomic_inc_not_zero() local
212 : "=&r" (t1), "=&r" (t2) in atomic_inc_not_zero()
216 return t1; in atomic_inc_not_zero()
458 long t1, t2; in atomic64_inc_not_zero() local
471 : "=&r" (t1), "=&r" (t2) in atomic64_inc_not_zero()
475 return t1; in atomic64_inc_not_zero()
/linux-4.1.27/kernel/
Dkcmp.c47 long t1, t2; in kcmp_ptr() local
49 t1 = kptr_obfuscate((long)v1, type); in kcmp_ptr()
52 return (t1 < t2) | ((t1 > t2) << 1); in kcmp_ptr()
Ddelayacct.c87 unsigned long flags, t1; in __delayacct_add_tsk() local
105 t1 = tsk->sched_info.pcount; in __delayacct_add_tsk()
109 d->cpu_count += t1; in __delayacct_add_tsk()
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S69 # TRANSPOSE8 r0, r1, r2, r3, r4, r5, r6, r7, t0, t1
70 # "transpose" data in {r0...r7} using temps {t0...t1}
92 .macro TRANSPOSE8 r0 r1 r2 r3 r4 r5 r6 r7 t0 t1
96 vshufps $0x44, \r3, \r2, \t1 # t1 = {d5 d4 c5 c4 d1 d0 c1 c0}
98 vshufps $0xDD, \t1, \t0, \r3 # r3 = {d5 c5 b5 a5 d1 c1 b1 a1}
101 vshufps $0x88, \t1, \t0, \t0 # t0 = {d4 c4 b4 a4 d0 c0 b0 a0}
107 vshufps $0x44, \r7, \r6, \t1 # t1 = {h5 h4 g5 g4 h1 h0 g1 g0}
109 vshufps $0xDD, \t1, \r2, \r7 # r7 = {h5 g5 f5 e5 h1 g1 f1 e1}
112 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0}
120 vperm2f128 $0x13, \t0, \t1, \r4 # h4...a4
[all …]
/linux-4.1.27/arch/mips/include/asm/mach-ath79/
Dkernel-entry-init.h22 li t1, ~CONF_CM_CMASK
23 and t0, t1
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dtime.c29 unsigned char timer_count, t1; in get_ns_in_jiffie() local
38 t1 = *R_TIMER0_DATA; in get_ns_in_jiffie()
40 if (timer_count != t1){ in get_ns_in_jiffie()
43 timer_count = t1; in get_ns_in_jiffie()
Dfasttimer.c121 inline int fasttime_cmp(struct fasttime_t *t0, struct fasttime_t *t1) in fasttime_cmp() argument
124 if (time_before(t0->tv_jiff, t1->tv_jiff)) in fasttime_cmp()
126 else if (time_after(t0->tv_jiff, t1->tv_jiff)) in fasttime_cmp()
130 if (t0->tv_usec < t1->tv_usec) in fasttime_cmp()
132 else if (t0->tv_usec > t1->tv_usec) in fasttime_cmp()
/linux-4.1.27/drivers/input/gameport/
Dgameport.c85 u64 t1, t2, t3; in gameport_measure_speed() local
95 t1 = ktime_get_ns(); in gameport_measure_speed()
102 t = (t2 - t1) - (t3 - t2); in gameport_measure_speed()
118 unsigned int i, t, t1, t2, t3, tx; in old_gameport_measure_speed() local
128 GET_TIME(t1); in old_gameport_measure_speed()
134 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
143 unsigned long tx, t1, t2, flags; in old_gameport_measure_speed()
152 rdtscl(t1); in old_gameport_measure_speed()
157 if (t2 - t1 < tx) tx = t2 - t1; in old_gameport_measure_speed()
/linux-4.1.27/net/lapb/
Dlapb_iface.c133 lapb->t1 = LAPB_DEFAULT_T1; in lapb_create_cb()
209 parms->t1 = lapb->t1 / HZ; in lapb_getparms()
243 if (parms->t1 < 1 || parms->t2 < 1 || parms->n2 < 1) in lapb_setparms()
258 lapb->t1 = parms->t1 * HZ; in lapb_setparms()
Dlapb_timer.c47 lapb->t1timer.expires = jiffies + lapb->t1; in lapb_start_t1timer()
/linux-4.1.27/arch/mips/fw/lib/
Dcall_o32.S78 PTR_LA t1,6*O32_SZREG(fp)
83 sw t3,(t1)
85 REG_ADDU t1,O32_SZREG
/linux-4.1.27/include/uapi/linux/
Dax25.h90 unsigned int t1, t1timer; member
100 unsigned int t1, t1timer; member
/linux-4.1.27/drivers/tty/
Dn_gsm.c141 struct timer_list t1; /* Retransmit timer for SABM and UA */ member
259 int t1, t2; /* Timers in 1/100th of a sec */ member
1428 del_timer(&dlci->t1); in gsm_dlci_close()
1453 del_timer(&dlci->t1); in gsm_dlci_open()
1482 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
1490 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
1515 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_open()
1537 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_close()
1653 init_timer(&dlci->t1); in gsm_dlci_alloc()
1654 dlci->t1.function = gsm_dlci_t1; in gsm_dlci_alloc()
[all …]
/linux-4.1.27/tools/power/cpupower/utils/helpers/
Dtopology.c39 static int __compare(const void *t1, const void *t2) in __compare() argument
41 struct cpuid_core_info *top1 = (struct cpuid_core_info *)t1; in __compare()
/linux-4.1.27/arch/mips/kvm/
Dlocore.S173 INT_ADDIU t1, k1, VCPU_GUEST_KERNEL_ASID /* (BD) */
174 INT_ADDIU t1, k1, VCPU_GUEST_USER_ASID /* else user */
179 REG_ADDU t3, t1, t2
311 PTR_LI t1, ~0x2ff
313 and t0, t0, t1
492 INT_ADDIU t1, k1, VCPU_GUEST_KERNEL_ASID /* (BD) */
493 INT_ADDIU t1, k1, VCPU_GUEST_USER_ASID /* else user */
498 REG_ADDU t3, t1, t2
/linux-4.1.27/Documentation/ptp/
Dtestptp.c183 int64_t t1, t2, tp; in main() local
497 t1 = pctns(pct+2*i); in main()
500 interval = t2 - t1; in main()
501 offset = (t2 + t1) / 2 - tp; in main()
/linux-4.1.27/drivers/staging/skein/
Dthreefish_block.c11 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], in threefish_encrypt_256() local
19 b2 += b3 + k2 + t1; in threefish_encrypt_256()
40 b1 += k2 + t1; in threefish_encrypt_256()
98 b2 += b3 + k0 + t1; in threefish_encrypt_256()
120 b1 += k0 + t1; in threefish_encrypt_256()
178 b2 += b3 + k3 + t1; in threefish_encrypt_256()
199 b1 += k3 + t1; in threefish_encrypt_256()
257 b2 += b3 + k1 + t1; in threefish_encrypt_256()
279 b1 += k1 + t1; in threefish_encrypt_256()
337 b2 += b3 + k4 + t1; in threefish_encrypt_256()
[all …]
/linux-4.1.27/drivers/gpio/
Dgpio-viperboard.c52 u8 t1; member
105 gamsg->t1 = 0x00; in vprbrd_gpioa_get()
158 gamsg->t1 = 0x00; in vprbrd_gpioa_set()
196 gamsg->t1 = 0x00; in vprbrd_gpioa_direction_input()
238 gamsg->t1 = 0x00; in vprbrd_gpioa_direction_output()
/linux-4.1.27/scripts/coccinelle/null/
Dbadzero.cocci49 @t1 depends on !patch@
70 p << t1.p;
76 p << t1.p;
/linux-4.1.27/drivers/usb/host/
Dehci-hub.c191 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags() local
192 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags()
198 if (t1 & PORT_CONNECT) in ehci_adjust_port_wakeup_flags()
269 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend() local
270 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend()
273 if (t1 & PORT_OWNER) in ehci_bus_suspend()
275 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend()
287 if (t1 & PORT_CONNECT) in ehci_bus_suspend()
293 if (t1 != t2) { in ehci_bus_suspend()
Dxhci-hub.c1145 u32 t1, t2; in xhci_bus_suspend() local
1148 t1 = readl(port_array[port_index]); in xhci_bus_suspend()
1149 t2 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1151 if ((t1 & PORT_PE) && !(t1 & PORT_PLS_MASK)) { in xhci_bus_suspend()
1169 if (t1 & PORT_CONNECT) { in xhci_bus_suspend()
1179 t1 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1180 if (t1 != t2) in xhci_bus_suspend()
Dxhci.c874 u32 t1, t2; in xhci_disable_port_wake_on_bits() local
882 t1 = readl(port_array[port_index]); in xhci_disable_port_wake_on_bits()
883 t1 = xhci_port_state_to_neutral(t1); in xhci_disable_port_wake_on_bits()
884 t2 = t1 & ~PORT_WAKE_BITS; in xhci_disable_port_wake_on_bits()
885 if (t1 != t2) in xhci_disable_port_wake_on_bits()
893 t1 = readl(port_array[port_index]); in xhci_disable_port_wake_on_bits()
894 t1 = xhci_port_state_to_neutral(t1); in xhci_disable_port_wake_on_bits()
895 t2 = t1 & ~PORT_WAKE_BITS; in xhci_disable_port_wake_on_bits()
896 if (t1 != t2) in xhci_disable_port_wake_on_bits()
Dohci-hub.c611 #define tick_before(t1,t2) ((s16)(((s16)(t1))-((s16)(t2))) < 0) argument
Doxu210hp-hcd.c3483 u32 t1 = readl(reg) & ~PORT_RWC_BITS; in oxu_bus_suspend() local
3484 u32 t2 = t1; in oxu_bus_suspend()
3487 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
3488 !(t1 & PORT_SUSPEND)) { in oxu_bus_suspend()
3499 if (t1 != t2) { in oxu_bus_suspend()
3501 port + 1, t1, t2); in oxu_bus_suspend()
/linux-4.1.27/drivers/net/fddi/skfp/
Dhwmtm.c1944 struct s_smt_fp_txd volatile *t1 ; in mac_drv_clear_txd() local
1955 t1 = queue->tx_curr_get ; in mac_drv_clear_txd()
1962 DRV_BUF_FLUSH(t1,DDI_DMA_SYNC_FORCPU) ; in mac_drv_clear_txd()
1963 DB_TX("check OWN/EOF bit of TxD 0x%x",t1,0,5) ; in mac_drv_clear_txd()
1964 tbctrl = le32_to_cpu(CR_READ(t1->txd_tbctrl)); in mac_drv_clear_txd()
1970 t1 = t1->txd_next ; in mac_drv_clear_txd()
1974 t1 = queue->tx_curr_get ; in mac_drv_clear_txd()
1976 tbctrl = le32_to_cpu(t1->txd_tbctrl) ; in mac_drv_clear_txd()
1978 (union s_fp_descr volatile *) t1, in mac_drv_clear_txd()
1981 t2 = t1 ; in mac_drv_clear_txd()
[all …]
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c739 struct tcphdr *t1; in tcp_v6_send_response() local
762 t1 = (struct tcphdr *) skb_push(buff, tot_len); in tcp_v6_send_response()
766 memset(t1, 0, sizeof(*t1)); in tcp_v6_send_response()
767 t1->dest = th->source; in tcp_v6_send_response()
768 t1->source = th->dest; in tcp_v6_send_response()
769 t1->doff = tot_len / 4; in tcp_v6_send_response()
770 t1->seq = htonl(seq); in tcp_v6_send_response()
771 t1->ack_seq = htonl(ack); in tcp_v6_send_response()
772 t1->ack = !rst || !th->ack; in tcp_v6_send_response()
773 t1->rst = rst; in tcp_v6_send_response()
[all …]
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_stats.c56 unsigned long t0, t1; in ipath_snap_cntr() local
79 t1 = jiffies; in ipath_snap_cntr()
80 if (time_before(t0 + HZ, t1) && val == -1) { in ipath_snap_cntr()
/linux-4.1.27/include/linux/
Dgsmmux.h9 unsigned int t1; member
Dlapb.h36 unsigned int t1; member
Dpci_hotplug.h169 struct hpp_type1 *t1; /* Type1: NULL if not available */ member
Dskbuff.h434 static inline u32 skb_mstamp_us_delta(const struct skb_mstamp *t1, in skb_mstamp_us_delta() argument
437 s32 delta_us = t1->stamp_us - t0->stamp_us; in skb_mstamp_us_delta()
438 u32 delta_jiffies = t1->stamp_jiffies - t0->stamp_jiffies; in skb_mstamp_us_delta()
/linux-4.1.27/Documentation/hwmon/
Dda905259 Degree Celsius = 1 / (t1 + 1/298)- 273
60 where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255))
/linux-4.1.27/drivers/usb/gadget/udc/
Dnet2272.c1189 u8 t1, t2; in registers_show() local
1218 t1 = net2272_read(dev, DMAREQ); in registers_show()
1220 t1, ep_name[(t1 & 0x01) + 1], in registers_show()
1221 t1 & (1 << DMA_CONTROL_DACK) ? "dack " : "", in registers_show()
1222 t1 & (1 << DMA_REQUEST_ENABLE) ? "reqenb " : "", in registers_show()
1223 t1 & (1 << DMA_REQUEST) ? "req " : "", in registers_show()
1224 t1 & (1 << DMA_BUFFER_VALID) ? "valid " : ""); in registers_show()
1229 t1 = net2272_read(dev, USBCTL1); in registers_show()
1230 if (t1 & (1 << VBUS_PIN)) { in registers_show()
1231 if (t1 & (1 << USB_HIGH_SPEED)) in registers_show()
[all …]
Dnet2280.c1524 u32 t1, t2; in registers_show() local
1555 t1 = readl(&dev->usb->usbctl); in registers_show()
1557 if (t1 & BIT(VBUS_PIN)) { in registers_show()
1570 readl(&dev->usb->stdrsp), t1, t2, in registers_show()
1587 t1 = readl(&ep->cfg->ep_cfg); in registers_show()
1592 ep->ep.name, t1, t2, in registers_show()
1618 t1 & 0x0f, DIR_STRING(t1), in registers_show()
1619 type_string(t1 >> 8), in registers_show()
/linux-4.1.27/drivers/pci/
Dpci-acpi.c88 hpx->t1 = &hpx->type1_data; in decode_type1_hpx_record()
89 hpx->t1->revision = revision; in decode_type1_hpx_record()
90 hpx->t1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record()
91 hpx->t1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record()
92 hpx->t1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record()
/linux-4.1.27/arch/openrisc/kernel/
Dentry.S31 #define DISABLE_INTERRUPTS(t1,t2) \ argument
33 l.movhi t1,hi(~(SPR_SR_IEE|SPR_SR_TEE)) ;\
34 l.ori t1,t1,lo(~(SPR_SR_IEE|SPR_SR_TEE)) ;\
35 l.and t2,t2,t1 ;\
38 #define ENABLE_INTERRUPTS(t1) \ argument
39 l.mfspr t1,r0,SPR_SR ;\
40 l.ori t1,t1,lo(SPR_SR_IEE|SPR_SR_TEE) ;\
41 l.mtspr r0,t1,SPR_SR
Dhead.S118 #define GET_CURRENT_PGD(reg,t1) \ argument
120 tophys (t1,reg) ;\
121 l.lwz reg,0(t1)
/linux-4.1.27/arch/arc/include/asm/
Darcregs.h274 unsigned int pad2:15, rtsc:1, pad1:6, t1:1, t0:1, ver:8; member
276 unsigned int ver:8, t0:1, t1:1, pad1:6, rtsc:1, pad2:15;
/linux-4.1.27/arch/ia64/kernel/
Dsmpboot.c220 unsigned long tcenter, t0, t1, tm; in get_delta() local
229 t1 = ia64_get_itc(); in get_delta()
231 if (t1 - t0 < best_t1 - best_t0) in get_delta()
232 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()
/linux-4.1.27/net/bluetooth/
Decc.c595 u64 t1[NUM_ECC_DIGITS]; in apply_z() local
597 vli_mod_square_fast(t1, z); /* z^2 */ in apply_z()
598 vli_mod_mult_fast(x1, x1, t1); /* x1 * z^2 */ in apply_z()
599 vli_mod_mult_fast(t1, t1, z); /* z^3 */ in apply_z()
600 vli_mod_mult_fast(y1, y1, t1); /* y1 * z^3 */ in apply_z()
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dfasttimer.c111 inline int fasttime_cmp(struct fasttime_t *t0, struct fasttime_t *t1) in fasttime_cmp() argument
114 if (time_before(t0->tv_jiff, t1->tv_jiff)) in fasttime_cmp()
116 else if (time_after(t0->tv_jiff, t1->tv_jiff)) in fasttime_cmp()
120 if (t0->tv_usec < t1->tv_usec) in fasttime_cmp()
122 else if (t0->tv_usec > t1->tv_usec) in fasttime_cmp()
/linux-4.1.27/net/netrom/
Daf_netrom.c319 nr->t1 = opt * HZ; in nr_setsockopt()
370 val = nr->t1 / HZ; in nr_getsockopt()
453 nr->t1 = in nr_create()
503 nr->t1 = onr->t1; in nr_make_new()
995 if (timeout * HZ < nr_make->t1) in nr_rx_frame()
996 nr_make->t1 = timeout * HZ; in nr_rx_frame()
1314 nr->t1 / HZ, in nr_info_show()
Dnr_timer.c56 mod_timer(&nr->t1timer, jiffies + nr->t1); in nr_start_t1timer()
Dnr_subr.c159 timeout = nr->t1 / HZ; in nr_write_internal()
/linux-4.1.27/net/ax25/
Dax25_subr.c242 ax25->t1 = t * ax25->rtt; in ax25_calculate_t1()
254 ax25->rtt = (9 * ax25->rtt + ax25->t1 - ax25_display_timer(&ax25->t1timer)) / 10; in ax25_calculate_rtt()
Daf_ax25.c402 ax25->t1 = ax25_ctl.arg * HZ; in ax25_ctl_ioctl()
453 ax25->t1 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T1]); in ax25_fillin_cb_from_dev()
487 ax25->t1 = msecs_to_jiffies(AX25_DEF_T1); in ax25_fillin_cb()
579 ax25->t1 = opt * HZ; in ax25_setsockopt()
709 val = ax25->t1 / HZ; in ax25_getsockopt()
924 ax25->t1 = oax25->t1; in ax25_make_new()
1772 ax25_info.t1 = ax25->t1 / HZ; in ax25_ioctl()
1900 ax25_display_timer(&ax25->t1timer) / HZ, ax25->t1 / HZ, in ax25_info_show()
Dax25_timer.c59 mod_timer(&ax25->t1timer, jiffies + ax25->t1); in ax25_start_t1timer()
/linux-4.1.27/arch/tile/kernel/
Dhvglue_trace.c152 #define __HV_DECL1(t1, a1) t1 a1 argument
161 #define __HV_PASS1(t1, a1) a1 argument
/linux-4.1.27/net/wireless/
Dchan.c558 unsigned int t1 = 0, t2 = 0; in cfg80211_chandef_dfs_cac_time() local
567 t1 = cfg80211_get_chans_dfs_cac_time(wiphy, in cfg80211_chandef_dfs_cac_time()
572 return t1; in cfg80211_chandef_dfs_cac_time()
578 return max(t1, t2); in cfg80211_chandef_dfs_cac_time()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_port.c31 __be32 t0, t1; in bfa_port_stats_swap() local
37 t1 = dip[i + 1]; in bfa_port_stats_swap()
40 dip[i + 1] = be32_to_cpu(t1); in bfa_port_stats_swap()
42 dip[i] = be32_to_cpu(t1); in bfa_port_stats_swap()
/linux-4.1.27/drivers/input/joystick/
Danalog.c394 u64 t1, t2, t3; in analog_calibrate_timer() local
401 t1 = get_time(); in analog_calibrate_timer()
410 port->speed = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer()
417 t1 = get_time(); in analog_calibrate_timer()
425 t = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer()
/linux-4.1.27/lib/
Dcrc32.c62 t1[(q >> 16) & 255] ^ t0[(q >> 24) & 255])
67 # define DO_CRC4 (t0[(q) & 255] ^ t1[(q >> 8) & 255] ^ \
77 const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3]; local
/linux-4.1.27/drivers/thermal/
Dimx_thermal.c352 int t1, n1; in imx_get_sensor_data() local
383 t1 = 25; /* t1 always 25C */ in imx_get_sensor_data()
405 data->c2 = n1 * data->c1 + 1000 * t1; in imx_get_sensor_data()
/linux-4.1.27/drivers/hwmon/
Dnct7802.c72 unsigned int t1, t2 = 0; in nct7802_read_temp() local
78 err = regmap_read(data->regmap, reg_temp, &t1); in nct7802_read_temp()
81 t1 <<= 8; in nct7802_read_temp()
87 t1 |= t2 & 0xe0; in nct7802_read_temp()
88 *temp = (s16)t1 / 32 * 125; in nct7802_read_temp()
/linux-4.1.27/drivers/media/dvb-frontends/
Dlgs8gxx.c377 u8 t1, t2; in lgs8gxx_autolock_gi() local
386 lgs8gxx_read_reg(priv, 0x0C, &t1); in lgs8gxx_autolock_gi()
388 t1 &= ~(GI_MASK); in lgs8gxx_autolock_gi()
389 t1 |= gi; in lgs8gxx_autolock_gi()
392 lgs8gxx_write_reg(priv, 0x0C, t1); in lgs8gxx_autolock_gi()
/linux-4.1.27/arch/powerpc/kernel/
Dmisc_32.S635 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
638 or r4,r4,r6 # LSW |= t1
648 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count)
650 or r3,r3,r6 # MSW |= t1
659 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
661 or r4,r4,r6 # LSW |= t1
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-divmux.txt42 "clk-m-prv-t1-bus",
/linux-4.1.27/include/net/
Dlapb.h91 unsigned short t1, t2; member
Drose.h138 unsigned long t1, t2, t3, hb, idle; member
Dnetrom.h72 unsigned long t1, t2, t4, idle; member
Dax25.h237 unsigned long t1, t2, t3, idle, rtt; member
/linux-4.1.27/sound/soc/codecs/
Dtlv320dac33.c1156 unsigned long long t0, t1, t_now; in dac33_dai_delay() local
1168 t1 = dac33->t_stamp2; in dac33_dai_delay()
1173 if (!t1) in dac33_dai_delay()
1176 if (t0 > t1) { in dac33_dai_delay()
1190 } else if ((t_now - t1) <= dac33->mode1_us_burst) { in dac33_dai_delay()
1200 time_delta = t_now - t1; in dac33_dai_delay()
Dwm8350.c980 unsigned int t1, t2, K, Nmod; in fll_factors() local
1000 t1 = output * (1 << (fll_div->div + 1)); in fll_factors()
1003 fll_div->n = t1 / t2; in fll_factors()
1004 Nmod = t1 % t2; in fll_factors()
/linux-4.1.27/kernel/rcu/
Dupdate.c672 struct task_struct *t1; in rcu_tasks_kthread() local
682 list_for_each_entry_safe(t, t1, &rcu_tasks_holdouts, in rcu_tasks_kthread()
/linux-4.1.27/drivers/rapidio/devices/
Dtsi721_dma.c354 bd_ptr->t1.bufptr_lo = cpu_to_le32( in tsi721_desc_fill_init()
356 bd_ptr->t1.bufptr_hi = cpu_to_le32((u64)sg_dma_address(sg) >> 32); in tsi721_desc_fill_init()
357 bd_ptr->t1.s_dist = 0; in tsi721_desc_fill_init()
358 bd_ptr->t1.s_size = 0; in tsi721_desc_fill_init()
Dtsi721.h518 } t1; member
/linux-4.1.27/drivers/net/hamradio/
Ddmascc.c312 t1[MAX_NUM_DEVS]; in dmascc_init() local
362 t1[i] = in dmascc_init()
379 outb((TMR_0_HZ / HZ * 10) & 0xFF, t1[i]); in dmascc_init()
380 outb((TMR_0_HZ / HZ * 10) >> 8, t1[i]); in dmascc_init()
398 inb(t1[i]) + (inb(t1[i]) << 8); in dmascc_init()
/linux-4.1.27/net/rose/
Daf_rose.c392 rose->t1 = opt * HZ; in rose_setsockopt()
451 val = rose->t1 / HZ; in rose_getsockopt()
543 rose->t1 = msecs_to_jiffies(sysctl_rose_call_request_timeout); in rose_create()
588 rose->t1 = orose->t1; in rose_make_new()
1434 rose->t1 / HZ, in rose_info_show()
Drose_timer.c54 rose->timer.expires = jiffies + rose->t1; in rose_start_t1timer()
/linux-4.1.27/kernel/sched/
Ddebug.c658 u64 t0, t1; in proc_sched_show_task() local
661 t1 = cpu_clock(this_cpu); in proc_sched_show_task()
663 "clock-delta", (long long)(t1-t0)); in proc_sched_show_task()
/linux-4.1.27/arch/arc/kernel/
Dsetup.c185 IS_AVAIL1(cpu->timers.t1, "Timer1 "), in arc_cpu_mumbojumbo()
254 if (!cpu->timers.t1) in arc_chk_core_config()
/linux-4.1.27/arch/sparc/kernel/
Dsmp_64.c167 unsigned long tcenter, t0, t1, tm; in get_delta() local
178 t1 = tick_ops->get_tick(); in get_delta()
180 if (t1 - t0 < best_t1 - best_t0) in get_delta()
181 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()
/linux-4.1.27/arch/sparc/mm/
Dtsunami.S86 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \ argument
/linux-4.1.27/drivers/firmware/efi/libstub/
Defi-stub-helper.c635 goto t1; in efi_utf16_to_utf8()
645 t1: in efi_utf16_to_utf8()
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-bandgap.c1058 int t1, t2, interval, ret = 0; in ti_bandgap_get_trend() local
1087 ret = ti_bandgap_adc_to_mcelsius(bgp, temp1, &t1); in ti_bandgap_get_trend()
1104 *trend = (t1 - t2) / interval; in ti_bandgap_get_trend()
1107 t1, t2, *trend); in ti_bandgap_get_trend()
/linux-4.1.27/drivers/usb/misc/sisusbvga/
Dsisusb.c1488 u32 t0, t1, t2, t3; in sisusb_getbuswidth() local
1513 ret |= READL(ramptr + 4, &t1); in sisusb_getbuswidth()
1522 if ((t1 == 0x456789ab) && (t0 == 0x01234567)) { in sisusb_getbuswidth()
1527 if ((t1 != 0x456789ab) || (t0 != 0x01234567)) { in sisusb_getbuswidth()
1538 ret |= READL(ramptr + 4, &t1); in sisusb_getbuswidth()
1540 if (t1 != 0xcdef0123) { in sisusb_getbuswidth()
1552 if (t1 == 0x456789ab) { in sisusb_getbuswidth()
1578 ret |= READL(ramptr + 4, &t1); in sisusb_getbuswidth()
1580 if (t1 == 0x456789ab) { in sisusb_getbuswidth()
/linux-4.1.27/drivers/s390/cio/
Dchsc.h183 u64 t1; member
/linux-4.1.27/include/drm/
Ddrm_edid.h40 u8 t1; member
/linux-4.1.27/drivers/media/pci/zoran/
Dzoran_device.c197 unsigned long t0, t1; in detect_guest_activity() local
215 t1 = get_time(); in detect_guest_activity()
216 change[j][0] = (t1 - t0); in detect_guest_activity()
217 t0 = t1; in detect_guest_activity()
/linux-4.1.27/drivers/atm/
Dzatm.c1188 unsigned long t0,t1,t2; in zatm_init() local
1244 t1 = zpeekl(zatm_dev,uPD98401_TSR); in zatm_init()
1249 while (t0 > t1 || t1 > t2); /* loop if wrapping ... */ in zatm_init()
1250 zatm_dev->khz = t2-2*t1+t0; in zatm_init()
/linux-4.1.27/scripts/kconfig/
Dexpr.c985 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument
987 if (t1 == t2) in expr_compare_type()
989 switch (t1) { in expr_compare_type()
1009 printf("[%dgt%d?]", t1, t2); in expr_compare_type()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_dpm.c221 u32 t1; in r600_calculate_at() local
227 t1 = (t * (k - 100)); in r600_calculate_at()
228 a = (1000 * (100 * h + t1)) / (10000 + (t1 / 100)); in r600_calculate_at()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo_regs.h543 u8 t1; member
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_sdvo_regs.h548 u8 t1; member
/linux-4.1.27/Documentation/sound/alsa/
Dtimestamping.txt184 $ ./audio_time -p -Dhw:1 -t1
194 $ ./audio_time -p -Dhw:1 -t1 -d
/linux-4.1.27/Documentation/networking/
Dgeneric-hdlc.txt52 * v35 | rs232 | x21 | t1 | e1 - sets physical interface for a given port
/linux-4.1.27/Documentation/isdn/
DREADME.avmb164 avmcapictrl load /lib/isdn/t1.t4 1
/linux-4.1.27/tools/perf/
Dbuiltin-stat.c628 unsigned long long t0, t1; in __run_perf_stat() local
729 t1 = rdclock(); in __run_perf_stat()
731 update_stats(&walltime_nsecs_stats, t1 - t0); in __run_perf_stat()
/linux-4.1.27/Documentation/filesystems/
Dsharedsubtree.txt65 t1 t2 t3
68 t1 t2 t3
99 t1 t2 t3
102 t1 t2 t3
/linux-4.1.27/drivers/media/tuners/
Dmt2063.c1435 u32 t1 = (f_ref >> 14) * num; in MT2063_fLO_FractionalTerm() local
1436 u32 term1 = t1 / denom; in MT2063_fLO_FractionalTerm()
1437 u32 loss = t1 % denom; in MT2063_fLO_FractionalTerm()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c4738 int f[8], t[8], t1[3], t2[3], i; in ar9003_hw_power_control_override() local
4774 t1[0] = eep->base_ext1.tempslopextension[3]; in ar9003_hw_power_control_override()
4779 t1[1] = eep->base_ext1.tempslopextension[0]; in ar9003_hw_power_control_override()
4784 t1[2] = eep->base_ext1.tempslopextension[6]; in ar9003_hw_power_control_override()
4791 f, t1, 3); in ar9003_hw_power_control_override()

12