/linux-4.4.14/crypto/ |
D | sha256_generic.c | 57 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local 75 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform() 77 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha256_transform() 79 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha256_transform() 81 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha256_transform() 83 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha256_transform() 85 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha256_transform() 87 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha256_transform() 89 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha256_transform() 92 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform() [all …]
|
D | sha512_generic.c | 84 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local 110 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha512_transform() 112 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha512_transform() 114 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha512_transform() 116 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha512_transform() 118 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha512_transform() 120 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha512_transform() 122 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha512_transform() 124 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha512_transform() 131 a = b = c = d = e = f = g = h = t1 = t2 = 0; in sha512_transform()
|
D | vmac.c | 218 u64 t1, t2, m1, m2, t; \ 223 t2 = pe64_to_cpup(mp+i+1) + kp[i+1]; \ 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)); \ 250 u32 t2; in poly_step_func() local 273 t2 = (u32)(p); in poly_step_func() 282 *(u64 *)(alo) = (p << 32) | t2; in poly_step_func()
|
D | camellia_generic.c | 832 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument 834 t2 = krr; \ 836 t2 |= rr; \ 837 rl ^= t2; \
|
/linux-4.4.14/arch/x86/purgatory/ |
D | sha256.c | 50 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local 68 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform() 70 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform() 72 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform() 74 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform() 76 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform() 78 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform() 80 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform() 82 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform() 85 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform() [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 41 #define t2 %xmm4 macro 88 movd h3,t2 91 punpcklqdq t2,h23 96 movd 0x03(m),t2 97 psrld $2,t2 98 punpcklqdq t2,t1 103 movd 0x09(m),t2 105 psrld $6,t2 106 punpcklqdq t2,t1 120 movd s4,t2 [all …]
|
D | poly1305-avx2-x86_64.S | 61 #define t2 %ymm6 macro 106 vpunpcklqdq t2,t1,t1 115 vpunpcklqdq t2,t1,t1 126 vpunpcklqdq t2,t1,t1 137 vpunpcklqdq t2,t1,t1 148 vpunpcklqdq t2,t1,t1 161 vpunpcklqdq t2,t1,t1 173 vpunpcklqdq t2,t1,t1 186 vpunpcklqdq t2,t1,t1 199 vpunpcklqdq t2,t1,t1 [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 */ \ 72 vpshufb t1, t2, x0; \ 75 add2_le128(t2, t0, t4, t3, t5); /* ab: le2 ; cd: le3 */ \ 76 vpshufb t1, t2, x1; \ 77 add2_le128(t2, t0, t4, t3, t5); \ 78 vpshufb t1, t2, x2; \ 79 add2_le128(t2, t0, t4, t3, t5); \ 80 vpshufb t1, t2, x3; \ 81 add2_le128(t2, t0, t4, t3, t5); \ [all …]
|
D | glue_helper-asm-avx.S | 54 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ argument 64 inc_le128(x7, t0, t2); \ 66 inc_le128(x7, t0, t2); \ 68 inc_le128(x7, t0, t2); \ 70 inc_le128(x7, t0, t2); \ 72 inc_le128(x7, t0, t2); \ 74 inc_le128(x7, t0, t2); \ 76 inc_le128(x7, t0, t2); \ 77 vmovdqa x7, t2; \ 79 inc_le128(t2, t0, t1); \ [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 75 vbroadcasti128 .Lpre_tf_lo_s4, t2; \ 94 filter_8bit(x3, t2, t3, t7, t4); \ 95 filter_8bit(x6, t2, t3, t7, t4); \ 97 vextracti128 $1, x6, t2##_x; \ 118 vaesenclast t4##_x, t2##_x, t2##_x; \ 119 vinserti128 $1, t2##_x, x6, x6; \ 121 vextracti128 $1, x4, t2##_x; \ 134 vaesenclast t4##_x, t2##_x, t2##_x; \ 135 vinserti128 $1, t2##_x, x4, x4; \ [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 70 vmovdqa .Lpre_tf_lo_s4, t2; \ 81 filter_8bit(x3, t2, t3, t7, t6); \ 82 filter_8bit(x6, t2, t3, t7, t6); \ 97 vmovdqa .Lpost_tf_lo_s3, t2; \ 107 filter_8bit(x2, t2, t3, t7, t6); \ 108 filter_8bit(x5, t2, t3, t7, t6); \ 114 filter_8bit(x1, t4, t5, t7, t2); \ 115 filter_8bit(x4, t4, t5, t7, t2); \ 119 vpsrldq $2, t0, t2; \ [all …]
|
D | twofish-avx-x86_64-asm_64.S | 103 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ argument 113 xorl t2(CTX, RID1, 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); \ 221 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument 223 vpunpckhdq x1, x0, t2; \ 229 vpunpcklqdq x3, t2, x2; \ [all …]
|
D | cast6-avx-x86_64-asm_64.S | 200 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument 202 vpunpckhdq x1, x0, t2; \ 208 vpunpcklqdq x3, t2, x2; \ 209 vpunpckhqdq x3, t2, x3; 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) \
|
D | serpent-sse2-i586-asm_32.S | 468 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument 469 movdqa x0, t2; \ 471 punpckhdq x1, t2; \ 478 movdqa t2, x3; \ 479 punpcklqdq x2, t2; \ 481 movdqa t2, x2; 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) \ [all …]
|
D | serpent-sse2-x86_64-asm_64.S | 590 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument 591 movdqa x0, t2; \ 593 punpckhdq x1, t2; \ 600 movdqa t2, x3; \ 601 punpcklqdq x2, t2; \ 603 movdqa t2, x2; 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) \ [all …]
|
D | serpent-avx2-asm_64.S | 545 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument 547 vpunpckhdq x1, x0, t2; \ 553 vpunpcklqdq x3, t2, x2; \ 554 vpunpckhqdq x3, t2, x3; 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)
|
D | serpent-avx-x86_64-asm_64.S | 553 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument 555 vpunpckhdq x1, x0, t2; \ 561 vpunpcklqdq x3, t2, x2; \ 562 vpunpckhqdq x3, t2, x3; 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)
|
/linux-4.4.14/drivers/block/paride/ |
D | bpck.c | 35 #define t2(pat) {PC ^= pat; out_p(2,PC);} macro 56 case 0: w0(r & 0xf); w0(r); t2(2); t2(4); in bpck_read_regr() 58 t2(4); in bpck_read_regr() 62 case 1: w0(r & 0xf); w0(r); t2(2); in bpck_read_regr() 63 e2(); t2(0x20); in bpck_read_regr() 64 t2(4); h = r0(); in bpck_read_regr() 65 t2(1); t2(0x20); in bpck_read_regr() 89 t2(2); in bpck_write_regr() 91 o2(); t2(4); t2(1); in bpck_write_regr() 115 w0(0x40); t2(2); t2(1); in bpck_write_block() [all …]
|
/linux-4.4.14/arch/mips/kernel/ |
D | octeon_switch.S | 42 LONG_ADDI t2, a0, THREAD_CVMSEG /* Where to store CVMSEG to */ 50 LONG_S t8, 0(t2) /* Store CVMSEG to thread storage */ 51 LONG_ADDU t2, LONGSIZE*2 /* Increment loc in thread storage */ 53 LONG_S t9, -LONGSIZE(t2)/* Store CVMSEG to thread storage */ 77 set_saved_sp t0, t1, t2 104 dmfc2 t2, 0x0200 109 sd t2, OCTEON_CP2_CRC_POLY(a0) 123 dmfc2 t2, 0x0081 129 sd t2, OCTEON_CP2_3DES_KEY+8(a0) 130 dmfc2 t2, 0x0102 [all …]
|
D | cps-vec.S | 116 xori t2, t1, 0x7 117 beqz t2, 1f 122 _EXT t2, v0, MIPS_CONF1_IA_SHF, MIPS_CONF1_IA_SZ 123 addiu t2, t2, 1 125 mul t1, t1, t2 143 xori t2, t1, 0x7 144 beqz t2, 1f 149 _EXT t2, v0, MIPS_CONF1_DA_SHF, MIPS_CONF1_DA_SZ 150 addiu t2, t2, 1 152 mul t1, t1, t2 [all …]
|
D | bmips_vec.S | 242 andi t2, t0, 0xff00 245 bne t2, t1, 1f 255 li t2, (1 << 12) | (1 << 9) 258 or t0, t2 266 bne t2, t1, 2f 270 li t2, (1 << 8) | (1 << 5) 273 or t0, t2
|
D | mcount.S | 84 sltu t2, a0, t1 /* t2 = (a0 < _stext) */ 87 or t1, t2, t3 118 PTR_L t2, ftrace_trace_function /* Prepare t2 for (1) */ 119 bne t1, t2, static_trace 142 jalr t2 /* (1) call *ftrace_trace_function */
|
D | relocate_kernel.S | 79 PTR_LA t2,1b 81 PTR_SUB t0,t0,t2; 122 PTR_LA t2,1b 124 PTR_SUB t0,t0,t2;
|
D | spinlock_test.c | 94 struct spin_multi_per_thread t1, t2; in multi_get() local 103 t2.state = &ms; in multi_get() 105 kthread_run(multi_other, &t2, "multi_get"); in multi_get()
|
D | pm-cps.c | 83 t0, t1, t2, t3, t4, t5, t6, t7, enumerator 285 uasm_i_mfc0(pp, t2, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb() 328 uasm_i_mtc0(pp, t2, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb() 410 uasm_i_addiu(&p, t2, t1, 1); in cps_gen_entry_code() 411 uasm_i_sc(&p, t2, 0, r_nc_count); in cps_gen_entry_code() 412 uasm_il_beqz(&p, &r, t2, lbl_incready); in cps_gen_entry_code() 571 uasm_i_addiu(&p, t2, t1, -1); in cps_gen_entry_code() 572 uasm_i_sc(&p, t2, 0, r_nc_count); in cps_gen_entry_code() 573 uasm_il_beqz(&p, &r, t2, lbl_decready); in cps_gen_entry_code()
|
D | scall64-64.S | 56 dsubu t2, v0, __NR_64_Linux 57 sltiu t0, t2, __NR_64_Linux_syscalls + 1 60 dsll t0, t2, 3 # offset into table 61 dla t2, sys_call_table 62 daddu t0, t2, t0 63 ld t2, (t0) # syscall routine 64 beqz t2, illegal_syscall 66 jalr t2 # Do The Real Thing (TM)
|
D | head.S | 105 lw t2, (t0) 106 bne t1, t2, not_found
|
D | scall64-o32.S | 56 ld t2, (sys32_call_table - (__NR_O32_Linux * 8))(t0) 91 jalr t2 # Do The Real Thing (TM) 115 move s0, t2 # Save syscall pointer 136 move t2, s0 196 ld t2, sys32_call_table(t1) # syscall routine 211 jr t2
|
D | scall64-n32.S | 46 ld t2, (sysn32_call_table - (__NR_N32_Linux * 8))(t0) 56 jalr t2 # Do The Real Thing (TM) 74 move s0, t2 81 move t2, s0
|
D | scall32-o32.S | 98 lw t2, (t1) # syscall routine 100 beqz t2, illegal_syscall 102 jalr t2 # Do The Real Thing (TM) 193 lw t2, sys_call_table(t1) # syscall routine 216 jr t2
|
D | r4k_switch.S | 60 set_saved_sp t0, t1, t2
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha512-armv4.pl | 68 $t2="r11"; 95 ldr $t2,[sp,#$Hoff+0] @ h.lo 110 adds $Tlo,$Tlo,$t2 111 ldr $t2,[sp,#$Goff+0] @ g.lo 115 eor $t0,$t0,$t2 123 eor $t0,$t0,$t2 124 ldr $t2,[$Ktbl,#$lo] @ K[i].lo 132 adds $Tlo,$Tlo,$t2 133 and $t0,$t2,#0xff 136 ldr $t2,[sp,#$Boff+0] @ b.lo [all …]
|
D | sha256-armv4.pl | 56 $t2="r12"; 74 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 81 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 82 ldrb $t2,[$inp,#2] 84 orr $t1,$t1,$t2,lsl#8 85 ldrb $t2,[$inp],#4 91 orr $t1,$t1,$t2,lsl#24 96 ldr $t2,[$Ktbl],#4 @ *K256++ 102 add $h,$h,$t2 @ h+=K256[i] 107 and $t2,$t2,#0xff [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/mips/dec/ |
D | int-handler.S | 134 lw t2,cpu_fpu_mask 142 and t2,t0 143 bnez t2,fpu # handle FPU immediately 150 1: lw t2,(t1) 152 and t2,t0 153 beqz t2,1b 166 lui t2,(KN03_IOASIC_BASE>>16)&0xffff 183 lui t2,(KN02XA_IOASIC_BASE>>16)&0xffff 186 FEXPORT(kn03_io_int) # 3max+ (t2 loaded earlier) 187 lw t0,IO_REG_SIR(t2) # get status: IOASIC sir [all …]
|
/linux-4.4.14/arch/parisc/lib/ |
D | fixup.S | 28 .macro get_fault_ip t1 t2 33 mfctl 30,\t2 34 ldw TI_CPU(\t2),\t2 36 extrd,u \t2,63,32,\t2 39 LDREGX \t2(\t1),\t2 43 add,l \t1,\t2,\t1 50 .macro get_fault_ip t1 t2 54 LDREG RT%exception_data(%r1),\t2 56 LDREG EXCDATA_GP(\t2), %r27 58 LDREG EXCDATA_IP(\t2), \t1
|
D | memcpy.c | 282 register unsigned long src, dst, t1, t2, t3; in pa_memcpy_internal() local 306 t2 = src & (sizeof(double) - 1); in pa_memcpy_internal() 307 if (unlikely(t2 != 0)) { in pa_memcpy_internal() 308 t2 = sizeof(double) - t2; in pa_memcpy_internal() 309 while (t2 && len) { in pa_memcpy_internal() 314 t2--; in pa_memcpy_internal() 407 t2 = src & (sizeof(unsigned int) - 1); in pa_memcpy_internal() 409 if (unlikely(t2 != 0)) { in pa_memcpy_internal() 410 t2 = sizeof(unsigned int) - t2; in pa_memcpy_internal() 411 while (t2) { in pa_memcpy_internal() [all …]
|
/linux-4.4.14/arch/mips/netlogic/common/ |
D | smpboot.S | 65 dla t2, nlm_boot_siblings 66 dsubu t2, t1 67 daddu t2, t0 69 jalr t2 109 andi t2, t0, 0x3 /* thread num */ 118 bnez t2, 1f /* skip thread programming */ 126 li t2, 6 /* XLR thread mode mask */ 127 nor t3, t2, zero 128 and t2, t1, t2 /* t2 - current thread mode */ 132 beq v1, t2, 1f /* same as request value */ [all …]
|
D | reset.S | 63 lui t2, 0x4080 /* Enable Unaligned Access, L2HPE */ 64 or t1, t1, t2 104 li t2, 0 /* index */ 107 sll v0, t2, 5 124 addi t2, 1 125 bne t3, t2, 11b 189 li t2, 0x40000 190 mul t3, t2, t1 /* t3 = node * 0x40000 */ 196 li t2, SYS_CPU_COHERENT_BASE 197 add t2, t2, t3 /* t2 <- SYS offset for node */ [all …]
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 124 const struct nf_conntrack_tuple *t2) 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() 132 const struct nf_conntrack_tuple *t2) 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() 140 const struct nf_conntrack_tuple *t2) in nf_ct_tuple_equal() argument 142 return __nf_ct_tuple_src_equal(t1, t2) && in nf_ct_tuple_equal() [all …]
|
/linux-4.4.14/arch/alpha/lib/ |
D | stxcpy.S | 46 lda t2, -1 # e1 : build a mask against false zero 47 mskqh t2, a1, t2 # e0 : detection in the src word 49 ornot t1, t2, t2 # .. e1 : 51 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 131 ldq_u t2, 8(a1) # e0 : 135 extqh t2, a1, t4 # e0 : 147 or t6, t2, t2 # e1 : already extracted before 148 cmpbge zero, t2, t8 # e0 : testing eos 156 extql t2, a1, t0 # e0 : position ho-bits of lo word 157 ldq_u t2, 8(a1) # .. e1 : read next high-order source word [all …]
|
D | ev6-stxcpy.S | 57 lda t2, -1 # E : build a mask against false zero 58 mskqh t2, a1, t2 # U : detection in the src word (stall) 60 ornot t1, t2, t2 # E : (stall) 63 cmpbge zero, t2, t8 # E : bits set iff null found 154 ldq_u t2, 8(a1) # L : 157 extqh t2, a1, t4 # U : (stall on a1) 170 or t6, t2, t2 # E : already extracted before (stall) 171 cmpbge zero, t2, t8 # E : testing eos (stall) 179 extql t2, a1, t0 # U : position ho-bits of lo word 180 ldq_u t2, 8(a1) # U : read next high-order source word [all …]
|
D | stxncpy.S | 54 lda t2, -1 # e1 : build a mask against false zero 55 mskqh t2, a1, t2 # e0 : detection in the src word 57 ornot t1, t2, t2 # .. e1 : 59 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 126 and a2, 7, t2 # e1 : 129 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte 157 ldq_u t2, 8(a1) # e0 : load second src word 160 extqh t2, a1, t4 # e0 : 173 or t6, t2, t2 # .. e1 : 174 cmpbge zero, t2, t8 # e0 : find nulls in second partial [all …]
|
D | ev6-stxncpy.S | 65 lda t2, -1 # E : build a mask against false zero 66 mskqh t2, a1, t2 # U : detection in the src word (stall) 68 ornot t1, t2, t2 # E : (stall) 71 cmpbge zero, t2, t8 # E : bits set iff null found 159 and a2, 7, t2 # E : (stall) 163 sll t10, t2, t10 # U : t10 = bitmask of last count byte 196 ldq_u t2, 8(a1) # L : Latency=3 load second src word 199 extqh t2, a1, t4 # U : (3 cycle stall on t2) 214 or t6, t2, t2 # E : (stall) 216 cmpbge zero, t2, t8 # E : find nulls in second partial [all …]
|
D | ev67-strrchr.S | 34 and a1, 0xff, t2 # E : 00000000000000ch 40 or t2, t4, a1 # E : 000000000000chch 46 sll a1, 32, t2 # U : 0000chch00000000 50 or t2, t3, t2 # E : 0000chchchch0000 51 or a1, t2, a1 # E : chchchchchchchch 56 xor t0, a1, t2 # E : make bytes == c zero 59 cmpbge zero, t2, t3 # E : bits set iff byte == c 74 xor t0, a1, t2 # E : 77 cmpbge zero, t2, t3 # E : bits set iff byte == c 96 ctlz t8, t2 # U0 : Latency=3 (0x40 for t8=0) [all …]
|
D | strchr.S | 28 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero 36 or t2, t3, t0 # e1 : bits set iff char match or zero match 44 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0 46 or t2, t3, t0 # e0 : 55 and t0, 0xf0, t2 # e0 : binary search for that set bit 58 cmovne t2, 4, t2 # .. e1 : 61 addq t2, t3, t2 # e0 : 63 addq v0, t2, v0 # e0 :
|
D | strrchr.S | 35 xor t0, a1, t2 # e0 : make bytes == c zero 37 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 48 xor t0, a1, t2 # e0 : 50 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 70 and t8, 0xf0, t2 # e0 : binary search for the high bit set 71 cmovne t2, t2, t8 # .. e1 (zdb) 72 cmovne t2, 4, t2 # e0 : 78 addq t2, t1, t1 # e0 :
|
D | ev67-strchr.S | 48 cmpbge zero, t0, t2 # E : bits set iff byte == zero 55 or t2, t3, t0 # E : bits set iff char match or zero match 71 cmpbge zero, t0, t2 # E : bits set iff byte == 0 74 or t2, t3, t0 # E :
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_time.h | 51 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.4.14/arch/powerpc/crypto/ |
D | aes-spe-keys.S | 44 #define LS_BOX(r, t1, t2) \ argument 45 lis t2,PPC_AES_4K_ENCTAB@h; \ 46 ori t2,t2,PPC_AES_4K_ENCTAB@l; \ 47 rlwimi t2,r,4,20,27; \ 48 lbz t1,8(t2); \ 50 rlwimi t2,r,28,20,27; \ 51 lbz t1,8(t2); \ 53 rlwimi t2,r,20,20,27; \ 54 lbz t1,8(t2); \ 56 rlwimi t2,r,12,20,27; \ [all …]
|
/linux-4.4.14/arch/mips/lib/ |
D | csum_partial.S | 26 #undef t2 30 #define t2 $10 macro 111 move t2, a1 188 andi t2, a1, 0x40 202 beqz t2, 1f 203 andi t2, a1, 0x20 211 beqz t2, .Ldo_end_words 221 andi t2, a1, 0x3 235 move a1, t2 260 lbu t2, (src) [all …]
|
D | memcpy.S | 168 #undef t2 172 #define t2 $10 macro 288 sltu t2, len, NBYTES 292 bnez t2, .Lcopy_bytes_checklen\@ 319 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@) 330 STORE(t2, UNIT(-6)(dst), .Ls_exc_p6u\@) 354 LOAD( t2, UNIT(2)(src), .Ll_exc_copy\@) 361 STORE(t2, UNIT(2)(dst), .Ls_exc_p2u\@) 396 #define bits t2 419 ADD t2, zero, NBYTES [all …]
|
/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 19 ldd [%src + (offset) + 0x08], %t2; \ 24 st %t2, [%dst + (offset) + 0x08]; \ 31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 33 ldd [%src + (offset) + 0x08], %t2; \ 37 std %t2, [%dst + (offset) + 0x08]; \ 41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 43 ldd [%src - (offset) - 0x08], %t2; \ 46 st %t2, [%dst - (offset) - 0x08]; \ 49 #define MOVE_LASTALIGNCHUNK(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 69 ldd [%src + (offset) + 0x08], %t2; \ 74 st %t2, [%dst + (offset) + 0x08]; \ 81 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 83 ldd [%src + (offset) + 0x08], %t2; \ 87 std %t2, [%dst + (offset) + 0x08]; \ 91 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 93 ldd [%src - (offset) - 0x08], %t2; \ 96 st %t2, [%dst - (offset) - 0x08]; \ 99 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument [all …]
|
D | checksum_32.S | 18 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \ argument 20 ldd [buf + offset + 0x08], t2; \ 24 addxcc t2, sum, sum; \ 32 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \ argument 34 ldd [buf - offset - 0x00], t2; \ 37 addxcc t2, sum, sum; \ 191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 193 ldd [src + off + 0x08], t2; \ 198 addxcc t2, sum, sum; \ 201 std t2, [dst + off + 0x08]; \ [all …]
|
D | blockops.S | 26 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 28 ldd [src + offset + 0x10], t2; \ 32 std t2, [dst + offset + 0x10]; \
|
/linux-4.4.14/arch/mips/include/asm/mach-ip27/ |
D | kernel-entry-init.h | 48 dsll t2, NASID_SHFT # Same for data nasid 50 or t2, t2, t0 # Physical load address of kernel data 52 dsrl t2, 12 # 4K pfn 54 dsll t2, 6 # Get pfn into place 59 or t0, t0, t2 79 move t2, t1 # text and data are here 94 lh t2, KV_RW_NASID_OFFSET(t0)
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | word-at-a-time.h | 41 unsigned long t1, t2, t3; in find_zero() 46 t2 = bits & 0xcc; in find_zero() 49 if (t2) t2 = 2; in find_zero() 51 return t1 + t2 + t3; in find_zero()
|
D | machvec.h | 115 } t2; member
|
D | core_t2.h | 31 #define GAMMA_BIAS alpha_mv.sys.t2.gamma_bias 599 #define __IO_PREFIX t2
|
/linux-4.4.14/tools/perf/tests/ |
D | thread-mg-share.c | 14 struct thread *t1, *t2, *t3; in test__thread_mg_share() local 36 t2 = machine__findnew_thread(machine, 0, 2); in test__thread_mg_share() 43 leader && t1 && t2 && t3 && other); in test__thread_mg_share() 50 TEST_ASSERT_VAL("map groups don't match", mg == t2->mg); in test__thread_mg_share() 68 machine__remove_thread(machine, t2); in test__thread_mg_share() 85 thread__put(t2); in test__thread_mg_share()
|
/linux-4.4.14/arch/mips/include/asm/mach-malta/ |
D | kernel-entry-init.h | 49 move t2, t1 50 ins t2, t1, 16, 3 58 or t0, t2 79 or t0, t2 84 li t2, 0x40000000 /* K bit */ 85 or t0, t0, t2
|
/linux-4.4.14/arch/unicore32/mm/ |
D | proc-macros.S | 137 .macro dcacheline_flush, addr, t1, t2 139 ldw \t2, =_stext @ _stext must ALIGN(4096) 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.4.14/drivers/staging/lustre/include/linux/libcfs/linux/ |
D | linux-time.h | 94 static inline int cfs_time_before_64(__u64 t1, __u64 t2) in cfs_time_before_64() argument 96 return (__s64)t2 - (__s64)t1 > 0; in cfs_time_before_64() 99 static inline int cfs_time_beforeq_64(__u64 t1, __u64 t2) in cfs_time_beforeq_64() argument 101 return (__s64)t2 - (__s64)t1 >= 0; in cfs_time_beforeq_64()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 106 #undef t2 110 #define t2 $10 macro 194 EXC( LOAD t2, UNIT(2)(src), l_exc_copy) 199 EXC( STORE t2, UNIT(2)(dst), s_exc_p14u) 203 EXC( LOAD t2, UNIT(6)(src), l_exc_copy) 207 EXC( STORE t2, UNIT(6)(dst), s_exc_p10u) 213 EXC( LOAD t2, UNIT(-6)(src), l_exc_copy) 217 EXC( STORE t2, UNIT(-6)(dst), s_exc_p6u) 221 EXC( LOAD t2, UNIT(-2)(src), l_exc_copy) 225 EXC( STORE t2, UNIT(-2)(dst), s_exc_p2u) [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/lib/ |
D | locking-selftest.c | 50 static struct ww_acquire_ctx t, t2; variable 951 I_WW(t); I_WW(t2); I_WW(o.base); I_WW(o2.base); I_WW(o3.base); 957 memset(&t, 0, sizeof(t)); memset(&t2, 0, sizeof(t2)); 1154 t2 = t; in ww_test_fail_acquire() 1155 t2.stamp++; in ww_test_fail_acquire() 1156 ret = WWL(&o, &t2); in ww_test_fail_acquire() 1232 WWAI(&t2); in ww_test_two_contexts() 1294 o.ctx = &t2; in ww_test_object_lock_stale_context() 1303 o2.ctx = &t2; in ww_test_edeadlk_normal() 1307 t2 = t; in ww_test_edeadlk_normal() [all …]
|
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/drivers/crypto/vmx/ |
D | ghashp8-ppc.pl | 48 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12)); 79 vspltisb $t2,7 83 vsrab $t1,$t1,$t2 # broadcast carry bit 127 vpmsumd $t2,$Xl,$xC2 # 1st phase 135 vxor $Xl,$Xl,$t2 188 vpmsumd $t2,$Xl,$xC2 # 1st phase 196 vxor $Xl,$Xl,$t2
|
/linux-4.4.14/drivers/pci/ |
D | pci-acpi.c | 117 hpx->t2 = &hpx->type2_data; in decode_type2_hpx_record() 118 hpx->t2->revision = revision; in decode_type2_hpx_record() 119 hpx->t2->unc_err_mask_and = fields[2].integer.value; in decode_type2_hpx_record() 120 hpx->t2->unc_err_mask_or = fields[3].integer.value; in decode_type2_hpx_record() 121 hpx->t2->unc_err_sever_and = fields[4].integer.value; in decode_type2_hpx_record() 122 hpx->t2->unc_err_sever_or = fields[5].integer.value; in decode_type2_hpx_record() 123 hpx->t2->cor_err_mask_and = fields[6].integer.value; in decode_type2_hpx_record() 124 hpx->t2->cor_err_mask_or = fields[7].integer.value; in decode_type2_hpx_record() 125 hpx->t2->adv_err_cap_and = fields[8].integer.value; in decode_type2_hpx_record() 126 hpx->t2->adv_err_cap_or = fields[9].integer.value; in decode_type2_hpx_record() [all …]
|
D | probe.c | 1496 program_hpp_type2(dev, hpp.t2); in pci_configure_device()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_extend.c | 127 struct nf_ct_ext_type *t1, *t2; in update_alloc_size() local 147 t2 = rcu_dereference_protected(nf_ct_ext_types[j], in update_alloc_size() 149 if (t2 == NULL || t2 == t1 || in update_alloc_size() 150 (t2->flags & NF_CT_EXT_F_PREALLOC) == 0) in update_alloc_size() 153 t1->alloc_size = ALIGN(t1->alloc_size, t2->align) in update_alloc_size() 154 + t2->len; in update_alloc_size()
|
D | nfnetlink_log.c | 774 struct hlist_node *t2; in nfulnl_rcv_nl_event() local 778 hlist_for_each_entry_safe(inst, t2, head, hlist) { in nfulnl_rcv_nl_event()
|
D | nfnetlink_queue.c | 893 struct hlist_node *t2; in nfqnl_rcv_nl_event() local 897 hlist_for_each_entry_safe(inst, t2, head, hlist) { in nfqnl_rcv_nl_event()
|
/linux-4.4.14/arch/ia64/lib/ |
D | memcpy.S | 32 # define t2 r20 macro 184 and t2=7,src // t2 = src & 7 191 shl t2=t2,3 // t2 = 8*(src & 7) 195 sub t3=64,t2 // t3 = 64-8*(src & 7) 196 shr.u t0=t0,t2 230 shr.u t2=cnt,3 // t2 = number of 8-byte words left to copy 239 adds t2=-1,t2 // br.ctop is repeat/until 243 mov ar.lc=t2
|
D | copy_page_mck.S | 76 #define t2 r18 macro 80 #define t6 t2 // alias! 141 (p[D]) ld8 t2 = [src0], 3*8 // M0 153 (p[D]) st8 [dst0] = t2, 3*8
|
D | copy_page.S | 42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \ 71 (p[0]) ld8 t2[0]=[src2],16 72 (EPI) st8 [tgt2]=t2[PIPE_DEPTH-1],16
|
D | memcpy_mck.S | 44 #define t2 r24 macro 48 #define t6 t2 // alias! 170 EX(.ex_hndlr_s, (p7) ld8 t2=[src1],8) 177 EX(.ex_hndlr_d, (p7) st8 [dst1]=t2,8) // store byte 2 220 EX(.ex_handler, (p[D]) ld8 t2 = [src0], 3*8) // M0 232 EX(.ex_handler, (p[D]) st8 [dst0] = t2, 3*8) 414 EK(.ex_handler_short, (p10) ld1 t2=[src1],2) 419 EK(.ex_handler_short, (p10) st1 [dst1]=t2,2) 473 EX(.ex_handler_short, (p7) ld1 t2=[src1],2) 481 EX(.ex_handler_short, (p7) st1 [dst1] = t2,2)
|
D | copy_user.S | 53 #define t2 r3 // lshift in bytes macro 159 mov t2=src2 161 shl rshift=t2,3 179 sub t2=8,t1 184 (p14) shl rshift=t2,3 210 (p14) sub src1=src1,t2
|
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit_asm.S | 74 srl t2, $r_A, 8 76 andi t2, t2, 0xff00 78 or t0, t0, t2 179 srl t2, $r_s0, 8 181 andi t2, t2, 0xff00 183 or t0, t0, t2
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | sleeper.S | 140 and t2, t1, t0 141 beq t2, zero, 2b 164 subu t2, t1, t0 169 subu t2, t2, 32 170 bgez t2, 1b 213 and t2, t1, t0 214 bne t2, t0, 3b
|
/linux-4.4.14/arch/powerpc/boot/ |
D | div64.S | 82 sraw r7,r3,r7 # t2 = MSW >> (count-32) 84 slw r7,r7,r8 # t2 = (count < 32) ? 0 : t2 86 or r4,r4,r7 # LSW |= t2 95 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32) 98 or r3,r3,r7 # MSW |= t2 107 srw r7,r3,r7 # t2 = count < 32 ? 0 : MSW >> (count-32) 110 or r4,r4,r7 # LSW |= t2
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | swab.h | 26 __u64 t0, t1, t2, t3; in __arch_swab32() local 31 t2 = t1 >> 16; /* t2 : 0000000000CCDDAA */ in __arch_swab32() 33 t3 = t2 & 0x00FF00FF; /* t3 : 0000000000CC00AA */ in __arch_swab32()
|
D | regdef.h | 8 #define t2 $3 macro
|
/linux-4.4.14/drivers/ide/ |
D | palm_bk3710.c | 147 u8 t2, t2i, t0; in palm_bk3710_setpiomode() local 155 t2 = DIV_ROUND_UP(t->active, ideclk_period); in palm_bk3710_setpiomode() 157 t2i = t0 - t2 - 1; in palm_bk3710_setpiomode() 158 t2 -= 1; in palm_bk3710_setpiomode() 161 val32 |= (t2 << (dev ? 8 : 0)); in palm_bk3710_setpiomode() 177 t2 = DIV_ROUND_UP(t->act8b, ideclk_period); in palm_bk3710_setpiomode() 179 t2i = t0 - t2 - 1; in palm_bk3710_setpiomode() 180 t2 -= 1; in palm_bk3710_setpiomode() 183 val32 |= (t2 << (dev ? 8 : 0)); in palm_bk3710_setpiomode()
|
D | qd65xx.c | 301 u16 t1, t2; in qd6580_init_dev() local 307 t2 = QD6580_DEF_DATA2; 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()
|
D | sis5513.c | 230 u8 t2 = 0; in sis_ata100_program_timings() local 232 pci_read_config_byte(dev, drive_pci, &t2); in sis_ata100_program_timings() 233 t2 &= ~0x80; /* disable UDMA */ in sis_ata100_program_timings() 234 pci_write_config_byte(dev, drive_pci, t2); in sis_ata100_program_timings()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 230 const struct v4l2_dv_timings *t2, in v4l2_match_dv_timings() argument 233 if (t1->type != t2->type || t1->type != V4L2_DV_BT_656_1120) in v4l2_match_dv_timings() 235 if (t1->bt.width == t2->bt.width && in v4l2_match_dv_timings() 236 t1->bt.height == t2->bt.height && in v4l2_match_dv_timings() 237 t1->bt.interlaced == t2->bt.interlaced && in v4l2_match_dv_timings() 238 t1->bt.polarities == t2->bt.polarities && in v4l2_match_dv_timings() 239 t1->bt.pixelclock >= t2->bt.pixelclock - pclock_delta && in v4l2_match_dv_timings() 240 t1->bt.pixelclock <= t2->bt.pixelclock + pclock_delta && in v4l2_match_dv_timings() 241 t1->bt.hfrontporch == t2->bt.hfrontporch && in v4l2_match_dv_timings() 242 t1->bt.vfrontporch == t2->bt.vfrontporch && in v4l2_match_dv_timings() [all …]
|
/linux-4.4.14/arch/mips/power/ |
D | hibernate_asm.S | 36 PTR_L t2, PBE_ORIG_ADDRESS(t0) /* destination */ 40 REG_S t8, (t2) 42 PTR_ADDIU t2, t2, SZREG
|
/linux-4.4.14/arch/sparc/mm/ |
D | tsunami.S | 86 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \ argument 89 ldd [src + offset + 0x10], t2; \ 90 std t2, [dst + offset + 0x10]; \ 93 ldd [src + offset + 0x00], t2; \ 94 std t2, [dst + offset + 0x00];
|
/linux-4.4.14/drivers/iio/pressure/ |
D | ms5611_core.c | 100 s64 off2, sens2, t2; in ms5611_temp_and_pressure_compensate() local 102 t2 = (dt * dt) >> 31; in ms5611_temp_and_pressure_compensate() 113 t -= t2; in ms5611_temp_and_pressure_compensate() 136 s64 off2, sens2, t2; in ms5607_temp_and_pressure_compensate() local 138 t2 = (dt * dt) >> 31; in ms5607_temp_and_pressure_compensate() 149 t -= t2; in ms5607_temp_and_pressure_compensate()
|
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-ce.S | 105 .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
|
/linux-4.4.14/drivers/input/gameport/ |
D | gameport.c | 85 u64 t1, t2, t3; in gameport_measure_speed() local 98 t2 = 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 130 GET_TIME(t2); 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() 154 t2 = rdtsc(); in old_gameport_measure_speed() 157 if (t2 - t1 < tx) tx = t2 - t1; in old_gameport_measure_speed()
|
/linux-4.4.14/kernel/ |
D | kcmp.c | 47 long t1, t2; in kcmp_ptr() local 50 t2 = kptr_obfuscate((long)v2, type); in kcmp_ptr() 52 return (t1 < t2) | ((t1 > t2) << 1); in kcmp_ptr()
|
D | delayacct.c | 86 unsigned long long t2, t3; in __delayacct_add_tsk() local 106 t2 = tsk->sched_info.run_delay; in __delayacct_add_tsk() 111 tmp = (s64)d->cpu_delay_total + t2; in __delayacct_add_tsk()
|
/linux-4.4.14/scripts/ |
D | makelst | 21 t2=`field 6 $t1` 25 t3=`grep $t2 $2`
|
D | analyze_suspend.py | 2356 t2 {color:black;font: 25px Times;}\n\
|
/linux-4.4.14/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 237 unsigned long long t0, t1, t2; 260 t2 = sched_clock(); 261 printk("copy_to_user: %d %llu %llu\n", size, t1 - t0, t2 - t1); 269 t2 = sched_clock(); 270 printk("clear_user: %d %llu %llu\n", size, t1 - t0, t2 - t1);
|
/linux-4.4.14/arch/x86/kernel/ |
D | tsc.c | 381 u64 t1, t2; in tsc_read_refs() local 390 t2 = get_cycles(); in tsc_read_refs() 391 if ((t2 - t1) < SMI_TRESHOLD) in tsc_read_refs() 392 return t2; in tsc_read_refs() 452 u64 tsc, t1, t2, delta; in pit_calibrate_tsc() local 468 tsc = t1 = t2 = get_cycles(); in pit_calibrate_tsc() 474 t2 = get_cycles(); in pit_calibrate_tsc() 475 delta = t2 - tsc; in pit_calibrate_tsc() 476 tsc = t2; in pit_calibrate_tsc() 497 delta = t2 - t1; in pit_calibrate_tsc()
|
D | apb_timer.c | 367 cycle_t t1, t2; in apbt_quick_calibrate() local 399 t2 = rdtsc(); in apbt_quick_calibrate() 407 scale = (int)div_u64((t2 - t1), loop >> shift); in apbt_quick_calibrate()
|
/linux-4.4.14/drivers/ata/ |
D | pata_ep93xx.c | 218 unsigned long t2) in ep93xx_pata_wait_for_iordy() argument 229 unsigned long start = (1250 + 35) / 25 - t2; in ep93xx_pata_wait_for_iordy() 247 bool iordy, unsigned long t0, unsigned long t2, in ep93xx_pata_rw_end() argument 250 ep93xx_pata_delay(t2); in ep93xx_pata_rw_end() 253 t2 += ep93xx_pata_wait_for_iordy(base, t2); in ep93xx_pata_rw_end() 255 if (t0 > t2 && t0 - t2 > t2i) in ep93xx_pata_rw_end() 256 ep93xx_pata_delay(t0 - t2); in ep93xx_pata_rw_end() 268 unsigned long t2 = reg ? t->act8b : t->active; in ep93xx_pata_read() local 277 ep93xx_pata_rw_end(base, addr, drv_data->iordy, t0, t2, t2i); in ep93xx_pata_read() 302 unsigned long t2 = reg ? t->act8b : t->active; in ep93xx_pata_write() local [all …]
|
D | pata_sis.c | 230 u8 t1, t2; in sis_old_set_piomode() local 239 pci_read_config_byte(pdev, port + 1, &t2); in sis_old_set_piomode() 242 t2 &= ~0x07; in sis_old_set_piomode() 245 t2 |= recovery[speed]; in sis_old_set_piomode() 248 pci_write_config_byte(pdev, port + 1, t2); in sis_old_set_piomode()
|
D | pata_octeon_cf.c | 142 int t2; in octeon_cf_set_piomode() local 161 t2 = timing.active; in octeon_cf_set_piomode() 162 if (t2) in octeon_cf_set_piomode() 163 t2--; in octeon_cf_set_piomode() 207 reg_tim.s.we = t2; in octeon_cf_set_piomode() 209 reg_tim.s.oe = t2; in octeon_cf_set_piomode()
|
D | pata_samsung_cf.c | 96 int t2 = ata->act8b; in pata_s3c_setup_timing() local 100 piotime = ((t2i & 0xff) << 12) | ((t2 & 0xff) << 4) | (t1 & 0xf); in pata_s3c_setup_timing()
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | badzero.cocci | 145 @t2 depends on !patch disable is_zero,isnt_zero @ 168 p << t2.p1; 174 p << t2.p2; 180 p << t2.p1; 186 p << t2.p2;
|
/linux-4.4.14/net/lapb/ |
D | lapb_iface.c | 134 lapb->t2 = LAPB_DEFAULT_T2; in lapb_create_cb() 210 parms->t2 = lapb->t2 / HZ; in lapb_getparms() 243 if (parms->t1 < 1 || parms->t2 < 1 || parms->n2 < 1) in lapb_setparms() 259 lapb->t2 = parms->t2 * HZ; in lapb_setparms()
|
D | lapb_timer.c | 58 lapb->t2timer.expires = jiffies + lapb->t2; in lapb_start_t2timer()
|
/linux-4.4.14/arch/mips/fw/lib/ |
D | call_o32.S | 79 li t2,O32_ARGC-6 84 REG_SUBU t2,1 86 bnez t2,1b
|
/linux-4.4.14/fs/cifs/ |
D | cifssmb.c | 1082 + le16_to_cpu(pSMBr->t2.DataOffset)); in CIFSPOSIXCreate() 2493 data_offset = le16_to_cpu(pSMBr->t2.DataOffset); in CIFSSMBPosixLock() 2494 data_count = le16_to_cpu(pSMBr->t2.DataCount); in CIFSSMBPosixLock() 3127 u16 count = le16_to_cpu(pSMBr->t2.DataCount); in CIFSSMBUnixQuerySymLink() 3130 le16_to_cpu(pSMBr->t2.DataOffset); in CIFSSMBUnixQuerySymLink() 3555 __u16 data_offset = le16_to_cpu(pSMBr->t2.DataOffset); in CIFSSMBGetPosixACL() 3556 __u16 count = le16_to_cpu(pSMBr->t2.DataCount); in CIFSSMBGetPosixACL() 3669 pSMB->t2.TotalDataCount = 0; in CIFSGetExtAttr() 3670 pSMB->t2.MaxParameterCount = cpu_to_le16(4); in CIFSGetExtAttr() 3672 pSMB->t2.MaxDataCount = cpu_to_le16(4000); in CIFSGetExtAttr() [all …]
|
D | cifspdu.h | 1719 struct trans2_resp t2; member 1752 struct trans2_resp t2; member 1792 struct trans2_resp t2; member 1800 struct trans2_req t2; member 1808 struct trans2_resp t2; member 1858 struct trans2_resp t2; member 1900 struct trans2_resp t2; member 1957 struct trans2_resp t2; member 2037 struct trans2_resp t2; member 2091 struct trans2_resp t2; member
|
/linux-4.4.14/arch/mips/include/asm/ |
D | regdef.h | 32 #define t2 $10 macro 83 #define t2 $14 macro
|
D | stackframe.h | 422 andi t2, t0, ST0_IEP 423 srl t2, 2 424 or t0, t2
|
/linux-4.4.14/arch/mips/boot/compressed/ |
D | head.S | 35 lw t2, (t0) 36 bne t1, t2, not_found
|
/linux-4.4.14/include/uapi/linux/ |
D | ax25.h | 91 unsigned int t2, t2timer; member 101 unsigned int t2, t2timer; member
|
D | gsmmux.h | 14 unsigned int t2; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | atomic.h | 202 int t1, t2; in atomic_inc_not_zero() local 216 : "=&r" (t1), "=&r" (t2) in atomic_inc_not_zero() 465 long t1, t2; in atomic64_inc_not_zero() local 478 : "=&r" (t1), "=&r" (t2) in atomic64_inc_not_zero()
|
/linux-4.4.14/arch/mips/kvm/ |
D | locore.S | 169 LONG_L t2, TI_CPU($28) /* smp_processor_id */ 170 INT_SLL t2, t2, 2 /* x4 */ 171 REG_ADDU t3, t1, t2 488 LONG_L t2, TI_CPU($28) /* smp_processor_id */ 489 INT_SLL t2, t2, 2 /* x4 */ 490 REG_ADDU t3, t1, t2
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-dsp.c | 79 u32 t2, t4, t6, t8; in int_cos() local 89 t2 = x*x/32768/2; in int_cos() 90 t4 = t2*x/32768*x/32768/3/4; in int_cos() 93 ret = 32768-t2+t4-t6+t8; in int_cos()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-hub.c | 192 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags() local 199 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_adjust_port_wakeup_flags() 201 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_adjust_port_wakeup_flags() 203 ehci_writel(ehci, t2, reg); in ehci_adjust_port_wakeup_flags() 271 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend() local 277 t2 |= PORT_SUSPEND; in ehci_bus_suspend() 289 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_bus_suspend() 291 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend() 294 if (t1 != t2) { in ehci_bus_suspend() 301 if ((t2 & PORT_WKDISC_E) && in ehci_bus_suspend() [all …]
|
D | xhci-hub.c | 1302 u32 t1, t2; in xhci_bus_suspend() local 1306 t2 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend() 1317 t2 &= ~PORT_PLS_MASK; in xhci_bus_suspend() 1318 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend() 1327 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in xhci_bus_suspend() 1328 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend() 1330 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend() 1331 t2 &= ~PORT_WKDISC_E; in xhci_bus_suspend() 1334 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend() 1337 if (t1 != t2) in xhci_bus_suspend() [all …]
|
D | ohci-hub.c | 611 #define tick_before(t1,t2) ((s16)(((s16)(t1))-((s16)(t2))) < 0) argument
|
D | oxu210hp-hcd.c | 3479 u32 t2 = t1; in oxu_bus_suspend() local 3484 t2 |= PORT_SUSPEND; in oxu_bus_suspend() 3490 t2 |= PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E; in oxu_bus_suspend() 3492 t2 &= ~(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E); in oxu_bus_suspend() 3494 if (t1 != t2) { in oxu_bus_suspend() 3496 port + 1, t1, t2); in oxu_bus_suspend() 3497 writel(t2, reg); in oxu_bus_suspend()
|
D | xhci.c | 858 u32 t1, t2; in xhci_disable_port_wake_on_bits() local 868 t2 = t1 & ~PORT_WAKE_BITS; in xhci_disable_port_wake_on_bits() 869 if (t1 != t2) in xhci_disable_port_wake_on_bits() 870 writel(t2, port_array[port_index]); in xhci_disable_port_wake_on_bits() 879 t2 = t1 & ~PORT_WAKE_BITS; in xhci_disable_port_wake_on_bits() 880 if (t1 != t2) in xhci_disable_port_wake_on_bits() 881 writel(t2, port_array[port_index]); in xhci_disable_port_wake_on_bits()
|
D | u132-hcd.c | 2644 #define tick_before(t1, t2) ((s16)(((s16)(t1))-((s16)(t2))) < 0) argument
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
D | topology.c | 39 static int __compare(const void *t1, const void *t2) in __compare() argument 42 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; in __compare()
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 184 int64_t t1, t2, tp; in main() local 500 t2 = pctns(pct+2*i+2); in main() 501 interval = t2 - t1; in main() 502 offset = (t2 + t1) / 2 - tp; in main()
|
/linux-4.4.14/net/decnet/ |
D | dn_dev.c | 90 .t2 = 1, 101 .t2 = 1, 111 .t2 = 1, 122 .t2 = 1, 132 .t2 = 1, 141 .t2 = 1, 188 .data = (void *)DN_DEV_PARMS_OFFSET(t2), 1045 if (dn_db->t3 <= dn_db->parms.t2) { in dn_dev_timer_func() 1056 dn_db->t3 -= dn_db->parms.t2; in dn_dev_timer_func() 1066 if (dn_db->parms.t2 > dn_db->parms.t3) in dn_dev_set_timer() [all …]
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | t613.c | 755 u8 t2[] = { 0x07, 0x00, 0x0d, 0x60, 0x0e, 0x80 }; in sd_start() local 764 t2[1] = 0x40; in sd_start() 767 t2[1] = 0x10; in sd_start() 770 t2[1] = 0x50; in sd_start() 774 t2[1] = 0x20; in sd_start() 801 reg_w_buf(gspca_dev, t2, sizeof t2); in sd_start()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-viperboard.c | 53 u8 t2; member 106 gamsg->t2 = 0x00; in vprbrd_gpioa_get() 159 gamsg->t2 = 0x00; in vprbrd_gpioa_set() 197 gamsg->t2 = 0x00; in vprbrd_gpioa_direction_input() 239 gamsg->t2 = 0x00; in vprbrd_gpioa_direction_output()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | sys_sable.c | 567 .sys = { .t2 = { 599 .sys = { .t2 = { 630 .sys = { .t2 = {
|
D | machvec_impl.h | 111 #define DO_T2_IO IO(T2,t2)
|
/linux-4.4.14/drivers/staging/skein/ |
D | threefish_block.c | 12 t2 = key_ctx->tweak[2]; in threefish_encrypt_256() local 45 b2 += b3 + k3 + t2; in threefish_encrypt_256() 67 b1 += k3 + t2; in threefish_encrypt_256() 125 b2 += b3 + k1 + t2; in threefish_encrypt_256() 146 b1 += k1 + t2; in threefish_encrypt_256() 204 b2 += b3 + k4 + t2; in threefish_encrypt_256() 226 b1 += k4 + t2; in threefish_encrypt_256() 284 b2 += b3 + k2 + t2; in threefish_encrypt_256() 305 b1 += k2 + t2; in threefish_encrypt_256() 363 b2 += b3 + k0 + t2; in threefish_encrypt_256() [all …]
|
/linux-4.4.14/drivers/iio/common/ms_sensors/ |
D | ms_sensors_i2c.c | 580 s64 off, sens, t2, off2, sens2; in ms_sensors_read_temp_and_pressure() local 616 t2 = (3 * ((s64)dt * (s64)dt)) >> 33; in ms_sensors_read_temp_and_pressure() 627 t2 = (5 * ((s64)dt * (s64)dt)) >> 38; in ms_sensors_read_temp_and_pressure() 641 *temperature = (temp - t2) * 10; in ms_sensors_read_temp_and_pressure()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | lgs8gxx.c | 270 u8 t2; in lgs8gxx_set_mode_manual() local 276 lgs8gxx_read_reg(priv, 0x19, &t2); in lgs8gxx_set_mode_manual() 278 if (((t&0x03) == 0x01) && (t2&0x01)) { in lgs8gxx_set_mode_manual() 377 u8 t1, t2; in lgs8gxx_autolock_gi() local 387 lgs8gxx_read_reg(priv, 0x18, &t2); in lgs8gxx_autolock_gi() 390 t2 &= 0xFE; in lgs8gxx_autolock_gi() 391 t2 |= cpn ? 0x01 : 0x00; in lgs8gxx_autolock_gi() 393 lgs8gxx_write_reg(priv, 0x18, t2); in lgs8gxx_autolock_gi()
|
/linux-4.4.14/drivers/input/joystick/ |
D | analog.c | 394 u64 t1, t2, t3; in analog_calibrate_timer() local 406 t2 = get_time(); in analog_calibrate_timer() 410 port->speed = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer() 420 t2 = get_time(); in analog_calibrate_timer() 425 t = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | misc_32.S | 618 sraw r7,r3,r7 # t2 = MSW >> (count-32) 620 slw r7,r7,r8 # t2 = (count < 32) ? 0 : t2 622 or r4,r4,r7 # LSW |= t2 630 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32) 633 or r3,r3,r7 # MSW |= t2 641 srw r7,r3,r7 # t2 = count < 32 ? 0 : MSW >> (count-32) 644 or r4,r4,r7 # LSW |= t2
|
/linux-4.4.14/scripts/kconfig/ |
D | expr.c | 997 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument 999 if (t1 == t2) in expr_compare_type() 1006 if (t2 == E_EQUAL || t2 == E_UNEQUAL) in expr_compare_type() 1010 if (t2 == E_NOT) in expr_compare_type() 1013 if (t2 == E_AND) in expr_compare_type() 1016 if (t2 == E_OR) in expr_compare_type() 1019 if (t2 == E_LIST) in expr_compare_type() 1022 if (t2 == 0) in expr_compare_type() 1027 printf("[%dgt%d?]", t1, t2); in expr_compare_type()
|
/linux-4.4.14/include/linux/ |
D | lapb.h | 38 unsigned int t2; member
|
D | pci_hotplug.h | 170 struct hpp_type2 *t2; /* Type2: NULL if not available */ member
|
/linux-4.4.14/net/ax25/ |
D | af_ax25.c | 407 ax25->t2 = ax25_ctl.arg * HZ; in ax25_ctl_ioctl() 453 ax25->t2 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T2]); in ax25_fillin_cb_from_dev() 487 ax25->t2 = msecs_to_jiffies(AX25_DEF_T2); in ax25_fillin_cb() 586 ax25->t2 = opt * HZ; in ax25_setsockopt() 712 val = ax25->t2 / HZ; in ax25_getsockopt() 924 ax25->t2 = oax25->t2; in ax25_make_new() 1772 ax25_info.t2 = ax25->t2 / HZ; in ax25_ioctl() 1900 ax25_display_timer(&ax25->t2timer) / HZ, ax25->t2 / HZ, in ax25_info_show()
|
D | ax25_timer.c | 64 mod_timer(&ax25->t2timer, jiffies + ax25->t2); in ax25_start_t2timer()
|
/linux-4.4.14/arch/tile/kernel/ |
D | hvglue_trace.c | 155 #define __HV_DECL2(t2, a2, ...) t2 a2, __HV_DECL1(__VA_ARGS__) argument 164 #define __HV_PASS2(t2, a2, ...) a2, __HV_PASS1(__VA_ARGS__) argument
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | net2272.c | 1189 u8 t1, t2; in registers_show() local 1255 t2 = net2272_ep_read(ep, EP_RSPSET); in registers_show() 1259 ep->ep.name, t1, t2, in registers_show() 1260 (t2 & (1 << ALT_NAK_OUT_PACKETS)) ? "NAK " : "", in registers_show() 1261 (t2 & (1 << HIDE_STATUS_PHASE)) ? "hide " : "", in registers_show() 1262 (t2 & (1 << AUTOVALIDATE)) ? "auto " : "", in registers_show() 1263 (t2 & (1 << INTERRUPT_MODE)) ? "interrupt " : "", in registers_show() 1264 (t2 & (1 << CONTROL_STATUS_PHASE_HANDSHAKE)) ? "status " : "", in registers_show() 1265 (t2 & (1 << NAK_OUT_PACKETS_MODE)) ? "NAKmode " : "", in registers_show() 1266 (t2 & (1 << ENDPOINT_TOGGLE)) ? "DATA1 " : "DATA0 ", in registers_show() [all …]
|
D | net2280.c | 1624 u32 t1, t2; in registers_show() local 1656 t2 = readl(&dev->usb->usbstat); in registers_show() 1658 if (t2 & BIT(HIGH_SPEED)) in registers_show() 1670 readl(&dev->usb->stdrsp), t1, t2, in registers_show() 1688 t2 = readl(&ep->regs->ep_rsp) & 0xff; in registers_show() 1692 ep->ep.name, t1, t2, in registers_show() 1693 (t2 & BIT(CLEAR_NAK_OUT_PACKETS)) in registers_show() 1695 (t2 & BIT(CLEAR_EP_HIDE_STATUS_PHASE)) in registers_show() 1697 (t2 & BIT(CLEAR_EP_FORCE_CRC_ERROR)) in registers_show() 1699 (t2 & BIT(CLEAR_INTERRUPT_MODE)) in registers_show() [all …]
|
/linux-4.4.14/drivers/tty/ |
D | n_gsm.c | 259 int t1, t2; /* Timers in 1/100th of a sec */ member 1347 mod_timer(&gsm->t2_timer, jiffies + gsm->t2 * HZ / 100); in gsm_control_retransmit() 1384 mod_timer(&gsm->t2_timer, jiffies + gsm->t2 * HZ / 100); in gsm_control_send() 2186 gsm->t2 = T2; in gsm_alloc_mux() 2521 if (c->t2 != 0 && c->t2 != gsm->t2) in gsmld_config() 2565 if (c->t2) in gsmld_config() 2566 gsm->t2 = c->t2; in gsmld_config() 2590 c.t2 = gsm->t2; in gsmld_ioctl()
|
/linux-4.4.14/include/net/ |
D | lapb.h | 91 unsigned short t1, t2; member
|
D | dn_dev.h | 75 unsigned long t2; /* Default value of t2 */ member
|
D | rose.h | 138 unsigned long t1, t2, t3, hb, idle; member
|
D | netrom.h | 72 unsigned long t1, t2, t4, idle; member
|
D | x25.h | 154 unsigned long t2, t21, t22, t23; member
|
D | ax25.h | 238 unsigned long t1, t2, t3, idle, rtt; member
|
/linux-4.4.14/drivers/hwmon/ |
D | sht15.c | 650 int t2; in sht15_calc_humid() local 656 t2 = 1280; in sht15_calc_humid() 660 t2 = 80; in sht15_calc_humid() 666 return (temp - 25000) * (10000 + t2 * data->val_humid) in sht15_calc_humid()
|
D | nct7802.c | 198 unsigned int t1, t2 = 0; in nct7802_read_temp() local 209 err = regmap_read(data->regmap, reg_temp_low, &t2); in nct7802_read_temp() 213 t1 |= t2 & 0xe0; in nct7802_read_temp()
|
/linux-4.4.14/net/netrom/ |
D | af_netrom.c | 325 nr->t2 = opt * HZ; in nr_setsockopt() 374 val = nr->t2 / HZ; in nr_getsockopt() 455 nr->t2 = in nr_create() 504 nr->t2 = onr->t2; in nr_make_new() 1316 nr->t2 / HZ, in nr_info_show()
|
D | nr_timer.c | 63 mod_timer(&nr->t2timer, jiffies + nr->t2); in nr_start_t2timer()
|
/linux-4.4.14/net/x25/ |
D | x25_timer.c | 57 mod_timer(&x25->timer, jiffies + x25->t2); in x25_start_t2timer()
|
D | x25_proc.c | 109 x25->va, x25_display_timer(s) / HZ, x25->t2 / HZ, in x25_seq_socket_show()
|
D | af_x25.c | 572 x25->t2 = sysctl_x25_ack_holdback_timeout; in x25_create() 623 x25->t2 = ox25->t2; in x25_make_new()
|
/linux-4.4.14/kernel/trace/ |
D | trace_probe.c | 433 const struct fetch_type *t2; in parse_probe_arg() local 435 t2 = find_fetch_type(NULL, ftbl); in parse_probe_arg() 446 ret = parse_probe_arg(arg, t2, &dprm->orig, is_return, in parse_probe_arg()
|
/linux-4.4.14/net/rose/ |
D | af_rose.c | 399 rose->t2 = opt * HZ; in rose_setsockopt() 456 val = rose->t2 / HZ; in rose_getsockopt() 545 rose->t2 = msecs_to_jiffies(sysctl_rose_reset_request_timeout); in rose_create() 590 rose->t2 = orose->t2; in rose_make_new() 1436 rose->t2 / HZ, in rose_info_show()
|
D | rose_timer.c | 67 rose->timer.expires = jiffies + rose->t2; in rose_start_t2timer()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 996 struct list_head *t2; in lnet_match_networks() local 1052 list_for_each(t2, &matched_nets) { in lnet_match_networks() 1053 tb2 = list_entry(t2, struct lnet_text_buf_t, in lnet_match_networks() 1073 list_for_each_safe(t, t2, ¤t_nets) { in lnet_match_networks()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_disc.c | 1049 struct esas2r_target *t2; in esas2r_disc_dev_remove() local 1063 t2 = in esas2r_disc_dev_remove() 1068 if (t2) in esas2r_disc_dev_remove() 1069 esas2r_targ_db_remove(a, t2); in esas2r_disc_dev_remove()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm8350.c | 979 unsigned int t1, t2, K, Nmod; in fll_factors() local 1000 t2 = input * fll_div->ratio; in fll_factors() 1002 fll_div->n = t1 / t2; in fll_factors() 1003 Nmod = t1 % t2; in fll_factors() 1007 do_div(Kpart, t2); in fll_factors()
|
/linux-4.4.14/net/wireless/ |
D | chan.c | 558 unsigned int t1 = 0, t2 = 0; in cfg80211_chandef_dfs_cac_time() local 574 t2 = cfg80211_get_chans_dfs_cac_time(wiphy, in cfg80211_chandef_dfs_cac_time() 578 return max(t1, t2); in cfg80211_chandef_dfs_cac_time()
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 639 goto t2; in efi_utf16_to_utf8() 643 t2: in efi_utf16_to_utf8()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | entry.S | 31 #define DISABLE_INTERRUPTS(t1,t2) \ argument 32 l.mfspr t2,r0,SPR_SR ;\ 35 l.and t2,t2,t1 ;\ 36 l.mtspr r0,t2,SPR_SR
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-bandgap.c | 1055 int t1, t2, interval, ret = 0; in ti_bandgap_get_trend() local 1088 ret = ti_bandgap_adc_to_mcelsius(bgp, temp2, &t2); in ti_bandgap_get_trend() 1101 *trend = (t1 - t2) / interval; in ti_bandgap_get_trend() 1104 t1, t2, *trend); in ti_bandgap_get_trend()
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc.h | 199 u64 t2; member
|
D | qdio_main.c | 1835 (rr->naihdr.resume_token.t1 || rr->naihdr.resume_token.t2))); in qdio_pnso_brinfo()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dmap.h | 190 struct dmapctl t2; member
|
/linux-4.4.14/include/drm/ |
D | drm_edid.h | 41 u8 t2; member
|
/linux-4.4.14/drivers/firmware/ |
D | arm_scpi.c | 451 const struct scpi_opp *t1 = opp1, *t2 = opp2; in opp_cmp_func() local 453 return t1->freq - t2->freq; in opp_cmp_func()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | hwmtm.c | 1945 struct s_smt_fp_txd volatile *t2 = NULL ; in mac_drv_clear_txd() local 1981 t2 = t1 ; in mac_drv_clear_txd() 1991 DB_TX("mac_drv_tx_comp for TxD 0x%x",t2,0,4) ; in mac_drv_clear_txd() 1992 mac_drv_tx_complete(smc,t2) ; in mac_drv_clear_txd()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_sdvo_regs.h | 549 u8 t2; member
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo_regs.h | 544 u8 t2; member
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | selection.png.b64 | 168 WpkkMKJHgqI8hEUAAMBQSlQn1TBv0ud/t2/bkTIw8kS0Oo3choKidIRFAAAAzwO/CsKkmO2I3Zec
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init_ops.h | 913 static void bnx2x_src_init_t2(struct bnx2x *bp, struct src_ent *t2, in bnx2x_src_init_t2() argument 921 t2[i].next = (u64)(t2_mapping + in bnx2x_src_init_t2()
|
D | bnx2x_main.c | 7792 bnx2x_src_init_t2(bp, bp->t2, bp->t2_mapping, SRC_CONN_NUM); in bnx2x_init_searcher() 8257 BNX2X_PCI_FREE(bp->t2, bp->t2_mapping, SRC_T2_SZ); in bnx2x_free_mem_cnic() 8288 BNX2X_PCI_FREE(bp->t2, bp->t2_mapping, SRC_T2_SZ); in bnx2x_free_mem() 8308 if (CONFIGURE_NIC_MODE(bp) && !bp->t2) { in bnx2x_alloc_mem_cnic() 8310 bp->t2 = BNX2X_PCI_ALLOC(&bp->t2_mapping, SRC_T2_SZ); in bnx2x_alloc_mem_cnic() 8311 if (!bp->t2) in bnx2x_alloc_mem_cnic() 8334 if (!CONFIGURE_NIC_MODE(bp) && !bp->t2) { in bnx2x_alloc_mem() 8336 bp->t2 = BNX2X_PCI_ALLOC(&bp->t2_mapping, SRC_T2_SZ); in bnx2x_alloc_mem() 8337 if (!bp->t2) in bnx2x_alloc_mem()
|
D | bnx2x.h | 1774 void *t2; member
|
/linux-4.4.14/drivers/atm/ |
D | zatm.c | 1188 unsigned long t0,t1,t2; in zatm_init() local 1246 t2 = 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.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 805 struct pkg_data *p, struct thread_data *t2, in delta_cpu() argument 813 delta_thread(t, t2, c2); /* c2 is core delta */ in delta_cpu() 1616 struct thread_data *t, *t2; in for_all_cpus_2() local 1625 t2 = GET_THREAD(thread_base2, thread_no, core_no, pkg_no); in for_all_cpus_2() 1633 retval = func(t, c, p, t2, c2, p2); in for_all_cpus_2()
|
/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/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 4738 int f[8], t[8], t1[3], t2[3], i; in ar9003_hw_power_control_override() local 4775 t2[0] = eep->base_ext1.tempslopextension[4]; in ar9003_hw_power_control_override() 4780 t2[1] = eep->base_ext1.tempslopextension[1]; in ar9003_hw_power_control_override() 4785 t2[2] = eep->base_ext1.tempslopextension[7]; in ar9003_hw_power_control_override() 4793 f, t2, 3); in ar9003_hw_power_control_override()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pxafb.c | 1236 unsigned t1, t2, t3, t4; in setup_smart_timing() local 1239 t2 = max(mode->rd_pulse_width, mode->wr_pulse_width); in setup_smart_timing() 1246 LCCR1_EndLnDel(__smart_timing(t2, 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 1514 ret |= READL(ramptr + 8, &t2); in sisusb_getbuswidth() 1521 if ((t3 != 0xcdef0123) || (t2 != 0x89abcdef)) { in sisusb_getbuswidth()
|
/linux-4.4.14/Documentation/networking/ |
D | lapb-module.txt | 62 unsigned int t2;
|
/linux-4.4.14/drivers/firewire/ |
D | ohci.c | 1725 u32 t0, t1, t2; in get_cycle_time() local 1741 t2 = cycle_timer_ticks(c2); in get_cycle_time() 1743 diff12 = t2 - t1; in get_cycle_time()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 3887 } t2; member 3891 #define ulpIoTag0 un1.t2.ulpIoTag0
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 20338 const struct chan_info_nphy_radio2057_rev5 **t2, in wlc_phy_chan2freq_nphy() argument 20420 *t2 = &chan_info_tbl_p_2[i]; in wlc_phy_chan2freq_nphy() 20501 const struct chan_info_nphy_radio2057_rev5 *t2 = 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() 21271 const struct chan_info_nphy_radio2057_rev5 *t2 = NULL; in wlc_phy_chanspec_set_nphy() local 21275 (pi, CHSPEC_CHANNEL(chanspec), &freq, &t0, &t1, &t2, &t3)) in wlc_phy_chanspec_set_nphy() 21311 wlc_phy_chanspec_radio2057_setup(pi, t0, t2); in wlc_phy_chanspec_set_nphy() 21314 (const struct nphy_sfo_cfg *)&(t2->PHY_BW1a) : in wlc_phy_chanspec_set_nphy()
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 579 E: MODALIAS=nd:t2
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_edid.c | 2259 (edid->established_timings.t2 << 8) | in add_established_modes()
|