/linux-4.4.14/arch/arm/crypto/ |
D | sha512-armv4.pl | 69 $t3="r12"; 97 ldr $t3,[sp,#$Hoff+4] @ h.hi 112 adc $Thi,$Thi,$t3 @ T += h 113 ldr $t3,[sp,#$Goff+4] @ g.hi 117 eor $t1,$t1,$t3 125 eor $t1,$t1,$t3 @ Ch(e,f,g) 126 ldr $t3,[$Ktbl,#$hi] @ K[i].hi 134 adc $Thi,$Thi,$t3 @ T += K[i] 140 ldr $t3,[sp,#$Coff+0] @ c.lo 167 and $Alo,$Alo,$t3 [all …]
|
D | sha256-armv4.pl | 46 $T1="r3"; $t3="r3"; 123 and $t3,$t3,$t2 @ (b^c)&=(a^b) 125 eor $t3,$t3,$b @ Maj(a,b,c) 127 @ add $h,$h,$t3 @ h+=Maj(a,b,c) 129 ($t2,$t3)=($t3,$t2); 232 eor $t3,$B,$C @ magic 242 ldreq $t3,[sp,#16*4] @ pull ctx 246 ldr $t0,[$t3,#0] 247 ldr $t1,[$t3,#4] 248 ldr $t2,[$t3,#8] [all …]
|
D | bsaes-armv7.pl | 674 my ($t0,$t1,$t2,$t3)=@_[8..11]; 679 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3); 680 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3); 684 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3); 685 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3); 687 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3); 688 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3); 900 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12]; 902 &swapmove (@x[0,1],1,$bs0,$t2,$t3); 904 @ &swapmove(@x[2,3],1,$t0,$t2,$t3); [all …]
|
/linux-4.4.14/arch/alpha/lib/ |
D | ev67-strrchr.S | 41 sll t5, 8, t3 # U : 00000000ch000000 45 or t5, t3, t3 # E : 00000000chch0000 50 or t2, t3, t2 # E : 0000chchchch0000 59 cmpbge zero, t2, t3 # E : bits set iff byte == c 61 andnot t3, t4, t3 # E : clear garbage from char test 67 cmovne t3, v0, t6 # E : save previous comparisons match 71 cmovne t3, t3, t8 # E : Latency=2, extra map slot 77 cmpbge zero, t2, t3 # E : bits set iff byte == c 88 and t3, t4, t3 # E : mask out char matches after null 89 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot [all …]
|
D | strrchr.S | 37 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 39 andnot t3, t4, t3 # e0 : clear garbage from char test 45 cmovne t3, v0, t6 # .. e1 : save previous comparisons match 46 cmovne t3, t3, t8 # e0 : 50 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 60 and t3, t4, t3 # e0 : mask out char matches after null 61 cmovne t3, t3, t8 # .. e1 : save it, if match found 62 cmovne t3, v0, t6 # e0 :
|
D | strchr.S | 35 cmpbge zero, t1, t3 # e0 : bits set iff byte == c 36 or t2, t3, t0 # e1 : bits set iff char match or zero match 45 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c 46 or t2, t3, t0 # e0 : 52 and t0, t3, t1 # e0 : bit set iff byte was the char 56 and t0, 0xcc, t3 # .. e1 : 59 cmovne t3, 2, t3 # e0 : 61 addq t2, t3, t2 # e0 :
|
D | ev67-strchr.S | 32 and a1, 0xff, t3 # E : 00000000000000ch 36 insbl t3, 6, a3 # U : 00ch000000000000 37 or t5, t3, a1 # E : 000000000000chch 54 cmpbge zero, t1, t3 # E : bits set iff byte == c 55 or t2, t3, t0 # E : bits set iff char match or zero match 73 cmpbge zero, t1, t3 # E : bits set iff byte == c 74 or t2, t3, t0 # E : 75 cttz t3, a2 # U0 : speculative (in case we get a match) 80 and t0, t3, t1 # E : bit set iff byte was the char
|
D | stxcpy.S | 48 mskqh t1, a1, t3 # e0 : 52 or t0, t3, t1 # e0 : 180 extql t2, a1, t3 # e0 : extract low bits for next time 185 mov t3, t0 # .. e1 : 261 ornot t1, t2, t3 # .. e1 : 262 cmpbge zero, t3, t8 # e0 : is there a zero?
|
D | ev6-stxcpy.S | 59 mskqh t1, a1, t3 # U : 64 or t0, t3, t1 # E : (stall) 204 extql t2, a1, t3 # U : extract low bits for next time (stall) 210 mov t3, t0 # E : 291 ornot t1, t2, t3 # E : (stall) 292 cmpbge zero, t3, t8 # E : is there a zero? (stall)
|
D | stxncpy.S | 56 mskqh t1, a1, t3 # e0 : 60 or t0, t3, t0 # e0 : 320 cmpbge zero, t2, t3 # e0 : 322 andnot t8, t3, t8 # e0 :
|
D | ev6-stxncpy.S | 67 mskqh t1, a1, t3 # U : 72 or t0, t3, t0 # E : (stall) 368 cmpbge zero, t2, t3 # E : 371 andnot t8, t3, t8 # E : (stall)
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 42 #define t3 %xmm5 macro 124 movd s2,t3 125 punpcklqdq t3,t2 131 movd r0,t3 132 punpcklqdq t3,t2 134 movd s4,t3 136 punpcklqdq t4,t3 137 pmuludq h23,t3 138 paddq t3,t2 139 # t3[0] = h4 * s1 [all …]
|
D | glue_helper-asm-avx2.S | 61 t1x, t2, t2x, t3, t3x, t4, t5) \ argument 71 vinserti128 $1, t2x, t3, t2; /* ab: le0 ; cd: le1 */ \ 75 add2_le128(t2, t0, t4, t3, t5); /* ab: le2 ; cd: le3 */ \ 77 add2_le128(t2, t0, t4, t3, t5); \ 79 add2_le128(t2, t0, t4, t3, t5); \ 81 add2_le128(t2, t0, t4, t3, t5); \ 83 add2_le128(t2, t0, t4, t3, t5); \ 85 add2_le128(t2, t0, t4, t3, t5); \ 87 add2_le128(t2, t0, t4, t3, t5); \ 124 tivx, t0, t0x, t1, t1x, t2, t2x, t3, \ argument [all …]
|
D | camellia-aesni-avx2-asm_64.S | 66 #define roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument 76 vbroadcasti128 .Lpre_tf_hi_s4, t3; \ 94 filter_8bit(x3, t2, t3, t7, t4); \ 95 filter_8bit(x6, t2, t3, t7, t4); \ 96 vextracti128 $1, x3, t3##_x; \ 115 vaesenclast t4##_x, t3##_x, t3##_x; \ 116 vinserti128 $1, t3##_x, x3, x3; \ 120 vextracti128 $1, x1, t3##_x; \ 131 vaesenclast t4##_x, t3##_x, t3##_x; \ 132 vinserti128 $1, t3##_x, x1, x1; \ [all …]
|
D | camellia-aesni-avx-asm_64.S | 49 #define roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument 71 vmovdqa .Lpre_tf_hi_s4, t3; \ 81 filter_8bit(x3, t2, t3, t7, t6); \ 82 filter_8bit(x6, t2, t3, t7, t6); \ 98 vmovdqa .Lpost_tf_hi_s3, t3; \ 107 filter_8bit(x2, t2, t3, t7, t6); \ 108 filter_8bit(x5, t2, t3, t7, t6); \ 120 vpsrldq $3, t0, t3; \ 125 vpshufb t6, t3, t3; \ 157 vpxor t3, x4, x4; \ [all …]
|
D | twofish-avx-x86_64-asm_64.S | 103 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ argument 114 xorl t3(CTX, RID2, 4), dst ## d; 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); \
|
/linux-4.4.14/arch/mips/kernel/ |
D | octeon_switch.S | 124 dmfc2 t3, 0x0082 131 sd t3, OCTEON_CP2_3DES_KEY+16(a0) 132 dmfc2 t3, 0x0103 139 sd t3, OCTEON_CP2_AES_IV+8(a0) 140 dmfc2 t3, 0x0107 147 sd t3, OCTEON_CP2_AES_KEY+24(a0) 160 dmfc2 t3, 0x0242 167 sd t3, OCTEON_CP2_HSH_DATW+16(a0) 168 dmfc2 t3, 0x0246 175 sd t3, OCTEON_CP2_HSH_DATW+48(a0) [all …]
|
D | mcount.S | 86 sltu t3, t1, a0 /* t3 = (a0 > _etext) */ 87 or t1, t2, t3 123 PTR_L t3, ftrace_graph_return 124 bne t1, t3, ftrace_graph_caller 127 PTR_L t3, ftrace_graph_entry 128 bne t1, t3, ftrace_graph_caller
|
D | cps-vec.S | 118 li t3, 32 120 sllv t1, t3, t1 145 li t3, 32 147 sllv t1, t3, t1
|
D | pm-cps.c | 83 t0, t1, t2, t3, t4, t5, t6, t7, enumerator 286 uasm_i_mfc0(pp, t3, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb() 330 uasm_i_mtc0(pp, t3, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | word-at-a-time.h | 41 unsigned long t1, t2, t3; in find_zero() 47 t3 = bits & 0xaa; in find_zero() 50 if (t3) t3 = 1; in find_zero() 51 return t1 + t2 + t3; in find_zero()
|
/linux-4.4.14/tools/perf/tests/ |
D | thread-mg-share.c | 14 struct thread *t1, *t2, *t3; in test__thread_mg_share() local 37 t3 = machine__findnew_thread(machine, 0, 3); in test__thread_mg_share() 43 leader && t1 && t2 && t3 && other); in test__thread_mg_share() 51 TEST_ASSERT_VAL("map groups don't match", mg == t3->mg); in test__thread_mg_share() 69 machine__remove_thread(machine, t3); in test__thread_mg_share() 88 thread__put(t3); in test__thread_mg_share()
|
/linux-4.4.14/arch/mips/netlogic/common/ |
D | smpboot.S | 112 li t3, CKSEG1ADDR(RESET_DATA_PHYS) 113 ADDIU t1, t3, BOOT_CPU_READY 115 li t3, 1 116 sw t3, 0(t1) 127 nor t3, t2, zero 135 and t2, t1, t3 /* mask out old thread mode */
|
D | reset.S | 105 li t3, 0x1000 /* loop count */ 125 bne t3, t2, 11b 190 mul t3, t2, t1 /* t3 = node * 0x40000 */ 197 add t2, t2, t3 /* t2 <- SYS offset for node */ 271 li t3, CKSEG1ADDR(RESET_DATA_PHYS) 272 ADDIU t1, t3, BOOT_CPU_READY
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 107 #undef t3 111 #define t3 $11 macro 195 EXC( LOAD t3, UNIT(3)(src), l_exc_copy) 200 EXC( STORE t3, UNIT(3)(dst), s_exc_p13u) 204 EXC( LOAD t3, UNIT(7)(src), l_exc_copy) 209 EXC( STORE t3, UNIT(7)(dst), s_exc_p9u) 214 EXC( LOAD t3, UNIT(-5)(src), l_exc_copy) 218 EXC( STORE t3, UNIT(-5)(dst), s_exc_p5u) 222 EXC( LOAD t3, UNIT(-1)(src), l_exc_copy) 226 EXC( STORE t3, UNIT(-1)(dst), s_exc_p1u) [all …]
|
D | csrc-octeon.c | 111 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.4.14/arch/mips/lib/ |
D | csum_partial.S | 27 #undef t3 31 #define t3 $11 macro 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) 194 CSUM_BIGCHUNK(src, 0x60, sum, t0, t1, t3, t4) 206 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4) 207 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4) 215 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4) [all …]
|
D | memcpy.S | 169 #undef t3 173 #define t3 $11 macro 320 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@) 331 STORE(t3, UNIT(-5)(dst), .Ls_exc_p5u\@) 355 LOAD( t3, UNIT(3)(src), .Ll_exc_copy\@) 362 STORE(t3, UNIT(3)(dst), .Ls_exc_p1u\@) 418 LDFIRST(t3, FIRST(0)(src), .Ll_exc\@) 420 LDREST(t3, REST(0)(src), .Ll_exc_copy\@) 424 STFIRST(t3, FIRST(0)(dst), .Ls_exc\@) 451 LDFIRST(t3, FIRST(3)(src), .Ll_exc_copy\@) [all …]
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | swab.h | 26 __u64 t0, t1, t2, t3; in __arch_swab32() local 33 t3 = t2 & 0x00FF00FF; /* t3 : 0000000000CC00AA */ in __arch_swab32() 34 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */ in __arch_swab32()
|
D | regdef.h | 9 #define t3 $4 macro
|
/linux-4.4.14/arch/sparc/lib/ |
D | memcpy.S | 17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 25 st %t3, [%dst + (offset) + 0x0c]; \ 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 47 st %t3, [%dst - (offset) - 0x04]; 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 70 st %t3, [%dst - (offset) - 0x14]; \ 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 [all …]
|
D | copy_user.S | 67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 75 st %t3, [%dst + (offset) + 0x0c]; \ 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 97 st %t3, [%dst - (offset) - 0x04]; 99 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 103 lduh [%src + (offset) + 0x06], %t3; \ 107 sth %t3, [%dst + (offset) + 0x06];
|
D | checksum_32.S | 18 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \ argument 25 addxcc t3, sum, sum; \ 32 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \ argument 38 addxcc t3, sum, sum; 191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 200 addxcc t3, sum, sum; \ 213 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 224 st t3, [dst + off + 0x0c]; \ 225 addxcc t3, sum, sum; \ 236 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument [all …]
|
D | blockops.S | 26 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
/linux-4.4.14/arch/mips/dec/ |
D | int-handler.S | 253 1: srlv t3,t1,t2 254 2: xor t1,t3 255 and t3,t0,t1 256 beqz t3,3f 258 move t0,t3 262 srlv t3,t1,t2
|
/linux-4.4.14/scripts/ |
D | makelst | 25 t3=`grep $t2 $2` 26 t4=`field 1 $t3`
|
D | analyze_suspend.py | 2357 t3 {color:black;font: 20px Times;white-space:nowrap;}\n\
|
/linux-4.4.14/arch/parisc/lib/ |
D | memcpy.c | 282 register unsigned long src, dst, t1, t2, t3; in pa_memcpy_internal() local 311 ldbma(s_space, pcs, t3, pmc_load_exc); in pa_memcpy_internal() 313 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal() 397 ldbma(s_space, pcs, t3, pmc_load_exc); in pa_memcpy_internal() 398 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal() 413 ldbma(s_space, pcs, t3, pmc_load_exc); in pa_memcpy_internal() 414 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal() 430 ldbma(s_space, pcs, t3, pmc_load_exc); in pa_memcpy_internal() 431 stbma(d_space, t3, pcd, pmc_store_exc); in pa_memcpy_internal()
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | sleeper.S | 69 lui t3, 0xb190 /* sys_xxx */ 70 sw sp, 0x0018(t3) 72 sw k0, 0x001c(t3) 77 sw zero, 0x0078(t3) /* sys_slppwr */ 79 sw zero, 0x007c(t3) /* sys_sleep */
|
/linux-4.4.14/net/decnet/ |
D | dn_dev.c | 91 .t3 = 10, 102 .t3 = 10, 112 .t3 = 120, 123 .t3 = 10, 133 .t3 = 120, 142 .t3 = 10, 197 .data = (void *)DN_DEV_PARMS_OFFSET(t3), 861 msg->timer = cpu_to_le16((unsigned short)dn_db->parms.t3); in dn_send_endnode_hello() 943 *((__le16 *)ptr) = cpu_to_le16((unsigned short)dn_db->parms.t3); in dn_send_router_hello() 1045 if (dn_db->t3 <= dn_db->parms.t2) { in dn_dev_timer_func() [all …]
|
/linux-4.4.14/arch/ia64/lib/ |
D | copy_page_mck.S | 77 #define t3 r19 macro 81 #define t7 t3 // alias! 149 (p[D]) st8 [dst1] = t3, 8 // M3 177 (p[D-1])ld8 t3 = [src1], 8
|
D | copy_page.S | 42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \ 75 (p[0]) ld8 t3[0]=[src1],16 76 (EPI) st8 [tgt1]=t3[PIPE_DEPTH-1],16
|
D | memcpy.S | 33 # define t3 r21 macro 182 alloc t3=ar.pfs,3,Nrot,0,Nrot // resize register frame 195 sub t3=64,t2 // t3 = 64-8*(src & 7) 199 shl t1=t1,t3
|
D | memcpy_mck.S | 45 #define t3 r25 macro 49 #define t7 t3 // alias! 174 EX(.ex_hndlr_s, (p8) ld8 t3=[src1]) 181 EX(.ex_handler, (p8) st8 [dst1]=t3) // store byte 3 228 EK(.ex_handler, (p[D]) st8 [dst1] = t3, 8) // M3 256 EK(.ex_handler, (p[C]) ld8 t3 = [src1], 8) 422 EX(.ex_handler_short, (p12) ld1 t3=[src0],2) 431 EX(.ex_handler_short, (p12) st1 [dst0]=t3,2) 474 EK(.ex_handler_short, (p8) ld1 t3=[src0],2) 482 EK(.ex_handler_short, (p8) st1 [dst0] = t3,2)
|
/linux-4.4.14/arch/mips/include/asm/ |
D | regdef.h | 33 #define t3 $11 macro 84 #define t3 $15 macro
|
/linux-4.4.14/include/uapi/linux/ |
D | ax25.h | 92 unsigned int t3, t3timer; member 102 unsigned int t3, t3timer; member
|
D | gsmmux.h | 15 unsigned int t3; member
|
/linux-4.4.14/kernel/ |
D | delayacct.c | 86 unsigned long long t2, t3; in __delayacct_add_tsk() local 107 t3 = tsk->se.sum_exec_runtime; in __delayacct_add_tsk() 114 tmp = (s64)d->cpu_run_virtual_total + t3; in __delayacct_add_tsk()
|
/linux-4.4.14/arch/mips/power/ |
D | hibernate_asm.S | 37 PTR_ADDU t3, t1, _PAGE_SIZE 43 bne t1, t3, 1b
|
/linux-4.4.14/arch/mips/fw/lib/ |
D | call_o32.S | 81 lw t3,(t0) 83 sw t3,(t1)
|
/linux-4.4.14/include/net/ |
D | dn_dev.h | 76 unsigned long t3; /* Default value of t3 */ member 92 unsigned long t3; member
|
D | rose.h | 138 unsigned long t1, t2, t3, hb, idle; member
|
D | ax25.h | 238 unsigned long t1, t2, t3, idle, rtt; member
|
/linux-4.4.14/drivers/input/gameport/ |
D | gameport.c | 85 u64 t1, t2, t3; in gameport_measure_speed() local 99 t3 = 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 131 GET_TIME(t3); in old_gameport_measure_speed() 134 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | badzero.cocci | 213 @ t3 depends on !patch disable is_zero,isnt_zero @ 229 p << t3.p; 235 p << t3.p;
|
/linux-4.4.14/net/ax25/ |
D | ax25_timer.c | 69 if (ax25->t3 > 0) in ax25_start_t3timer() 70 mod_timer(&ax25->t3timer, jiffies + ax25->t3); in ax25_start_t3timer()
|
D | af_ax25.c | 420 ax25->t3 = ax25_ctl.arg * HZ; in ax25_ctl_ioctl() 454 ax25->t3 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T3]); in ax25_fillin_cb_from_dev() 488 ax25->t3 = msecs_to_jiffies(AX25_DEF_T3); in ax25_fillin_cb() 602 ax25->t3 = opt * HZ; in ax25_setsockopt() 720 val = ax25->t3 / HZ; in ax25_getsockopt() 925 ax25->t3 = oax25->t3; in ax25_make_new() 1773 ax25_info.t3 = ax25->t3 / HZ; in ax25_ioctl() 1901 ax25_display_timer(&ax25->t3timer) / HZ, ax25->t3 / HZ, in ax25_info_show()
|
/linux-4.4.14/arch/tile/kernel/ |
D | hvglue_trace.c | 156 #define __HV_DECL3(t3, a3, ...) t3 a3, __HV_DECL2(__VA_ARGS__) argument 165 #define __HV_PASS3(t3, a3, ...) a3, __HV_PASS2(__VA_ARGS__) argument
|
/linux-4.4.14/drivers/input/joystick/ |
D | analog.c | 394 u64 t1, t2, t3; in analog_calibrate_timer() local 407 t3 = get_time(); in analog_calibrate_timer() 410 port->speed = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer() 422 t3 = get_time(); in analog_calibrate_timer() 425 t = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer()
|
/linux-4.4.14/arch/mips/kvm/ |
D | locore.S | 171 REG_ADDU t3, t1, t2 172 LONG_L k0, (t3) 490 REG_ADDU t3, t1, t2 491 LONG_L k0, (t3)
|
/linux-4.4.14/lib/ |
D | crc32.c | 61 # define DO_CRC4 (t3[(q) & 255] ^ t2[(q >> 8) & 255] ^ \ 68 t2[(q >> 16) & 255] ^ t3[(q >> 24) & 255]) 77 const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3]; local
|
/linux-4.4.14/net/rose/ |
D | af_rose.c | 405 rose->t3 = opt * HZ; in rose_setsockopt() 460 val = rose->t3 / HZ; in rose_getsockopt() 546 rose->t3 = msecs_to_jiffies(sysctl_rose_clear_request_timeout); in rose_create() 591 rose->t3 = orose->t3; in rose_make_new() 1437 rose->t3 / HZ, in rose_info_show()
|
D | rose_timer.c | 80 rose->timer.expires = jiffies + rose->t3; in rose_start_t3timer()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-hub.c | 324 u32 t3; in ehci_bus_suspend() local 326 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend() 327 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg); in ehci_bus_suspend() 328 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend() 330 port, (t3 & HOSTPC_PHCD) ? in ehci_bus_suspend()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | t613.c | 756 static const u8 t3[] = in sd_start() local 802 reg_w_ixbuf(gspca_dev, 0xb3, t3, sizeof t3); in sd_start()
|
/linux-4.4.14/arch/sparc/mm/ |
D | tsunami.S | 86 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \ argument
|
/linux-4.4.14/crypto/ |
D | camellia_generic.c | 832 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument 839 t3 = krl; \ 841 t3 &= rl; \ 844 rr ^= rol32(t3, 1); \
|
/linux-4.4.14/arch/powerpc/boot/ |
D | div64.S | 81 rlwinm r8,r7,0,32 # t3 = (count < 32) ? 32 : 0
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_sdvo_regs.h | 550 u8 t3; member
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo_regs.h | 545 u8 t3; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | sharedsubtree.txt | 65 t1 t2 t3 68 t1 t2 t3 99 t1 t2 t3 102 t1 t2 t3
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pxafb.c | 1236 unsigned t1, t2, t3, t4; in setup_smart_timing() local 1240 t3 = mode->op_hold_time; in setup_smart_timing() 1247 LCCR1_HorSnchWdth(__smart_timing(t3, lclk)); in setup_smart_timing()
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb.c | 1488 u32 t0, t1, t2, t3; in sisusb_getbuswidth() local 1515 ret |= READL(ramptr + 12, &t3); in sisusb_getbuswidth() 1521 if ((t3 != 0xcdef0123) || (t2 != 0x89abcdef)) { in sisusb_getbuswidth()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_bt.gif.b64 | 287 xAxEAH7nt37vN3/3t3//N4AHuIAPOH7PAG+3B/GOQnwvOIM3uIPDNwwT7hvzQhczdeIKdX3+80JR
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | misc_32.S | 617 rlwinm r8,r7,0,32 # t3 = (count < 32) ? 32 : 0
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 20339 const struct chan_info_nphy_2055 **t3) in wlc_phy_chan2freq_nphy() argument 20484 *t3 = &chan_info_nphy_2055[i]; in wlc_phy_chan2freq_nphy() 20502 const struct chan_info_nphy_2055 *t3 = NULL; in wlc_phy_get_chan_freq_range_nphy() local 20507 wlc_phy_chan2freq_nphy(pi, channel, &freq, &t0, &t1, &t2, &t3); in wlc_phy_get_chan_freq_range_nphy() 21272 const struct chan_info_nphy_2055 *t3 = NULL; in wlc_phy_chanspec_set_nphy() local 21275 (pi, CHSPEC_CHANNEL(chanspec), &freq, &t0, &t1, &t2, &t3)) in wlc_phy_chanspec_set_nphy() 21335 wlc_phy_chanspec_radio2055_setup(pi, t3); in wlc_phy_chanspec_set_nphy() 21338 &(t3->PHY_BW1a)); in wlc_phy_chanspec_set_nphy()
|
/linux-4.4.14/drivers/tty/ |
D | n_gsm.c | 2591 c.t3 = 0; /* Not supported */ in gsmld_ioctl()
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 586 E: MODALIAS=nd:t3
|