/linux-4.4.14/arch/mips/kernel/ |
D | relocate_kernel.S | 36 and s3, s2, 0x1 37 beq s3, zero, 1f 43 and s3, s2, 0x2 44 beq s3, zero, 1f 50 and s3, s2, 0x4 51 beq s3, zero, 1f 55 and s3, s2, 0x8 56 beq s3, zero, process_entry
|
D | cps-vec-ns16550.S | 79 move s3, ra 84 move ra, s3
|
D | pm-cps.c | 84 s0, s1, s2, s3, s4, s5, s6, s7, enumerator
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | uaccess_mm.h | 205 #define __constant_copy_from_user_asm(res, to, from, tmp, n, s1, s2, s3)\ argument 211 " .ifnc \""#s3"\",\"\"\n" \ 212 "3: "MOVES"."#s3" (%2)+,%3\n" \ 213 " move."#s3" %3,(%1)+\n" \ 220 " .ifnc \""#s3"\",\"\"\n" \ 229 " .ifnc \""#s3"\",\"\"\n" \ 230 "30: clr."#s3" (%1)+\n" \ 285 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument 292 " .ifnc \""#s3"\",\"\"\n" \ 293 " move."#s3" (%2)+,%3\n" \ [all …]
|
/linux-4.4.14/arch/ia64/lib/ |
D | xor.S | 78 .rotr s1[6+1], s2[6+1], s3[6+1], d[2] 85 (p[0]) ld8.nta s3[0] = [r18], 8 87 (p[6]) xor d[0] = d[0], s3[6] 119 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2] 125 (p[0]) ld8.nta s3[0] = [r18], 8 127 (p[6]) xor r20 = s3[6], s4[6] 163 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2] 169 (p[0]) ld8.nta s3[0] = [r18], 8 171 (p[6]) xor r21 = s3[6], s4[6]
|
/linux-4.4.14/scripts/ |
D | bootgraph.pl | 191 my ($s, $s2, $s3, $e, $w, $y, $y2, $style); 200 $s3 = $s + 1; 221 print "<text transform=\"translate($s3,$y2) rotate(90)\" font-size=\"3pt\">$key</text>\n"; 232 my $s3 = ($time - $firsttime) * $mult; 234 print "<text transform=\"translate($s3,89) rotate(90)\">$tm</text>\n";
|
/linux-4.4.14/lib/ |
D | random32.c | 64 state->s3 = TAUSWORTHE(state->s3, 13U, 21U, 4294967280U, 7U); in prandom_u32_state() 67 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); in prandom_u32_state() 167 state->s3 = __seed(HWSEED() ^ LCG(state->s2), 16U); in prandom_seed_early() 168 state->s4 = __seed(HWSEED() ^ LCG(state->s3), 128U); in prandom_seed_early() 252 state->s3 = __seed(seeds[2], 16U); in prandom_seed_full_state()
|
/linux-4.4.14/arch/x86/crypto/ |
D | twofish-x86_64-asm_64.S | 36 #define s3 3072 /* S3 Array */ macro 89 xor s3(%r11,%rdi,4),%r9d;\ 91 xor s3(%r11,%rdi,4),%r8d;\ 127 xor s3(%r11,%rdi,4),%r9d;\ 129 xor s3(%r11,%rdi,4),%r8d;\ 156 mov s3(%r11,%rdi,4),%r8d;\ 169 xor s3(%r11,%rdi,4),%r9d;\ 192 mov s3(%r11,%rdi,4),%r8d;\ 209 xor s3(%r11,%rdi,4),%r9d;\
|
D | twofish-i586-asm_32.S | 42 #define s3 3072 /* S3 Array */ macro 91 xor s3(%ebp,%edi,4),%esi;\ 93 xor s3(%ebp,%edi,4),d ## D;\ 129 xor s3(%ebp,%edi,4),%esi;\ 131 xor s3(%ebp,%edi,4),d ## D;\ 160 mov s3(%ebp,%edi,4),%esi;\ 173 xor s3(%ebp,%edi,4),c ## D;\ 198 mov s3(%ebp,%edi,4),%esi;\ 211 xor s3(%ebp,%edi,4),c ## D;\
|
D | poly1305-sse2-x86_64.S | 34 #define s3 0x08(%rsp) macro 74 mov %eax,s3 117 # t1[0] = h0 * r0 + h2 * s3 123 movd s3,t2 129 # t2[1] = h1 * r0 + h3 * s3 135 movd s3,t4 178 # t3[0] = h4 * s3 180 movd s3,t3 339 # combine r3,u3 and s3=r3*5,v3=u3*5 403 # t1 += [ hc2[1] * s3, hc2[0] * v3 ] [all …]
|
D | twofish-x86_64-asm_64-3way.S | 32 #define s3 3072 macro 150 g1g2_3(ab, cd, s0, s1, s2, s3, s0, s1, s2, s3, RX, RY); \ 157 g1g2_3(ba, dc, s1, s2, s3, s0, s3, s0, s1, s2, RY, RX); \
|
D | blowfish-x86_64-asm_64.S | 33 #define s3 ((16 + 2 + (3 * 256)) * 4) macro 85 addl s3(CTX,RT2,4), RT0d; \ 206 addl s3(CTX,RT3,4), RT0d; \
|
D | twofish-avx-x86_64-asm_64.S | 45 #define s3 3072 macro 136 G(RGI1, RGI2, x1, s0, s1, s2, s3); \ 142 G(RGI3, RGI4, y1, s1, s2, s3, s0); \ 148 G(RGI1, RGI2, x2, s0, s1, s2, s3); \ 152 G(RGI3, RGI4, y2, s1, s2, s3, s0); \
|
D | des3_ede-asm_64.S | 24 #define s3 ((s2) + (64*8)) macro 25 #define s4 ((s3) + (64*8)) 152 xorq s3(, RT2, 8), RT0; \ 380 xorq s3(, RT3, 8), to##0; \ 401 xorq s3(, RT3, 8), to##1; \ 422 xorq s3(, RT3, 8), to##2; \
|
D | poly1305-avx2-x86_64.S | 131 # combine r3,u3,w3,y3 and s3=r3*5,v3=u3*5,x3=w3*5,z3=y3*5 224 # t1 += [ hc2[3] * s3, hc2[2] * v3, hc2[1] * x3, hc2[0] * z3 ] 248 # t1 += [ hc3[3] * s3, hc3[2] * v3, hc3[1] * x3, hc3[0] * z3 ] 272 # t1 += [ hc4[3] * s3, hc4[2] * v3, hc4[1] * x3, hc4[0] * z3 ]
|
D | chacha20-ssse3-x86_64.S | 136 # o3 = i3 ^ (x3 + s3) 473 # x12[0-3] += s3[0] 474 # x13[0-3] += s3[1] 480 # x14[0-3] += s3[2] 481 # x15[0-3] += s3[3]
|
D | cast6-avx-x86_64-asm_64.S | 43 #define s3 cast_s3 macro 108 op2 s3(, RID1, 4), dst ## d; \
|
D | cast5-avx-x86_64-asm_64.S | 43 #define s3 cast_s3 macro 108 op2 s3(, RID1, 4), dst ## d; \
|
/linux-4.4.14/net/dccp/ccids/lib/ |
D | packet_history.c | 220 s3 = DCCP_SKB_CB(skb)->dccpd_seq; in __two_after_loss() local 222 if (likely(dccp_delta_seqno(s2, s3) > 0)) { /* S2 < S3 */ in __two_after_loss() 230 if (dccp_delta_seqno(s1, s3) > 0) { /* S1 < S3 < S2 */ in __two_after_loss() 242 if (dccp_loss_free(s0, s3, n3)) { in __two_after_loss() 245 if (dccp_loss_free(s3, s1, n1)) { in __two_after_loss() 288 s3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_seqno; in __three_after_loss() local 294 if (dccp_loss_free(s2, s3, n3)) { in __three_after_loss()
|
/linux-4.4.14/arch/x86/include/asm/uv/ |
D | uv_mmrs.h | 743 } s3; member 844 } s3; member 919 } s3; member 1185 } s3; member 1286 } s3; member 1361 } s3; member 1920 } s3; member 2139 } s3; member 2344 } s3; member 2438 } s3; member [all …]
|
/linux-4.4.14/arch/mips/include/asm/ |
D | regdef.h | 45 #define s3 $19 macro 88 #define s3 $19 macro
|
D | asmmacro-64.h | 20 LONG_S s3, THREAD_REG19(\thread) 33 LONG_L s3, THREAD_REG19(\thread)
|
D | asmmacro-32.h | 67 LONG_S s3, THREAD_REG19(\thread) 80 LONG_L s3, THREAD_REG19(\thread)
|
/linux-4.4.14/arch/mips/boot/compressed/ |
D | head.S | 26 move s3, a3 62 move a3, s3
|
/linux-4.4.14/include/linux/ |
D | random.h | 45 __u32 s1, s2, s3, s4; member 91 state->s3 = __seed(i, 16U); in prandom_seed_state()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-debug.c | 174 bool s1, s2, s3; in bdisp_dbg_dump_sty() local 183 s3 = name[strlen(name) - 1] == '3'; in bdisp_dbg_dump_sty() 211 if ((val & BLT_TTY_ALPHA_R) && !s3) in bdisp_dbg_dump_sty() 213 if ((val & BLT_S1TY_A1_SUBSET) && !s3) in bdisp_dbg_dump_sty() 223 if ((val & BLT_S3TY_BLANK_ACC) && s3) in bdisp_dbg_dump_sty() 225 if ((val & BTL_S1TY_SUBBYTE) && !s3) in bdisp_dbg_dump_sty() 227 if ((val & BLT_S1TY_RGB_EXP) && !s3) in bdisp_dbg_dump_sty() 229 if ((val & BLT_TTY_BIG_END) && !s3) in bdisp_dbg_dump_sty()
|
/linux-4.4.14/crypto/ |
D | poly1305_generic.c | 109 u32 s1, s2, s3, s4; in poly1305_blocks() local 128 s3 = r3 * 5; in poly1305_blocks() 147 d0 = mlt(h0, r0) + mlt(h1, s4) + mlt(h2, s3) + in poly1305_blocks() 150 mlt(h3, s3) + mlt(h4, s2); in poly1305_blocks() 152 mlt(h3, s4) + mlt(h4, s3); in poly1305_blocks()
|
D | cast6_generic.c | 32 #define s3 cast_s3 macro 36 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) 38 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) 40 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff]))
|
D | cast5_generic.c | 300 #define s3 cast_s3 macro 304 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) 306 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) 308 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff]))
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
D | mmu.S | 49 move $s3, $r10 ; rw_mm_cause 107 move $s3, $r0 ; Get rw_mm_cause 123 move $s3, $r0 ; rw_mm_cause 148 move $s3, $r0 ; Get rw_mm_cause 189 move $s3, $r10 ; rw_mm_cause
|
/linux-4.4.14/arch/mips/power/ |
D | hibernate_asm.S | 24 PTR_S s3, PT_R19(t0) 54 PTR_L s3, PT_R19(t0)
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ |
D | qcom,smd-rpm.txt | 71 s1, s2, s3, s4, s5, s6, s7, s8 74 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, 99 pm8941_s3: s3 {
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha2-ce-core.S | 46 .macro add_update, ev, s0, s1, s2, s3 49 sha256su1.32 q\s0, q\s2, q\s3
|
D | aes-armv4.S | 295 ldr r7,[r10,r7,lsl#2] @ Te3[s3>>0] 297 ldr r8,[r10,r8,lsl#2] @ Te2[s3>>8] 300 ldr r9,[r10,r9,lsl#2] @ Te1[s3>>16] 304 ldr r3,[r10,r3,lsl#2] @ Te0[s3>>24] 357 ldrb r7,[r10,r7,lsl#2] @ Te4[s3>>0] 359 ldrb r8,[r10,r8,lsl#2] @ Te4[s3>>8] 362 ldrb r9,[r10,r9,lsl#2] @ Te4[s3>>16] 365 ldrb r3,[r10,r3,lsl#2] @ Te4[s3>>24] 990 ldr r7,[r10,r7,lsl#2] @ Td1[s3>>16] 992 ldr r8,[r10,r8,lsl#2] @ Td2[s3>>8] [all …]
|
D | sha1-ce-core.S | 50 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1 53 sha1su1.32 q\s0, q\s3
|
D | aesbs-core.S_shipped | 273 @ Inv_GF16 0, 1, 2, 3, s0, s1, s2, s3 762 @ Inv_GF16 0, 1, 2, 3, s0, s1, s2, s3
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 469 return m_gr_config.s3.m_skt; in get_n_lshift() 553 if (is_uv3_hub() && gru.s3.mode) { in map_gru_high() 609 id, overlay.v, overlay.s3.base, overlay.s3.m_io); in map_mmioh_high_uv3() 610 if (!overlay.s3.enable) { in map_mmioh_high_uv3() 616 base = (unsigned long)overlay.s3.base; in map_mmioh_high_uv3() 617 m_io = overlay.s3.m_io; in map_mmioh_high_uv3() 628 nasid = redirect.s3.nasid; in map_mmioh_high_uv3()
|
/linux-4.4.14/arch/mips/fw/lib/ |
D | call_o32.S | 57 REG_S s3,O32_FRAMESZ-8*SZREG(sp) 97 REG_L s3,O32_FRAMESZ-8*SZREG(sp)
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | vp7045-fe.c | 35 s3 = vp7045_read_reg(state->d,0x03); in vp7045_fe_read_status() local 46 if (s3 & (1 << 6)) in vp7045_fe_read_status()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | speakup_keypc.c | 145 int s1, s2, s3, s4; in oops() local 149 s3 = inb_p(synth_port+2); in oops() 151 pr_warn("synth timeout %d %d %d %d\n", s1, s2, s3, s4); in oops()
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | regdef.h | 18 #define s3 $12 macro
|
/linux-4.4.14/arch/arm64/crypto/ |
D | sha2-ce-core.S | 47 .macro add_update, ev, rc, s0, s1, s2, s3 50 sha256su1 v\s0\().4s, v\s2\().4s, v\s3\().4s
|
D | sha1-ce-core.S | 55 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1 58 sha1su1 v\s0\().4s, v\s3\().4s
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | qcom,spmi-regulator.txt | 77 s1, s2, s3, s4, s5, s6, s7, s8 80 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, 84 s1, s2, s3, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14,
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | mt352.c | 423 int s0, s1, s3; in mt352_read_status() local 441 if ((s3 = mt352_read_register(state, STATUS_3)) < 0) in mt352_read_status() 453 if (s3 & (1 << 6)) in mt352_read_status()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 146 char *s1, char *s2, char *s3, char *s4) in do_lcfg() argument 153 cmd, s1, s2, s3, s4); in do_lcfg() 160 if (s3) in do_lcfg() 161 lustre_cfg_bufs_set_string(&bufs, 3, s3); in do_lcfg() 176 char *s1, char *s2, char *s3, char *s4) in lustre_start_simple() argument 187 rc = do_lcfg(obdname, 0, LCFG_SETUP, s1, s2, s3, s4); in lustre_start_simple()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | qcom-rpm.txt | 146 l16, l17, l18, l19, l20, l21, l22, l23, l24, l25, s0, s1, s2, s3, s4, 150 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3, 154 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
|
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/ |
D | memcpy_64.S | 117 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12 135 # d0=(s0<<|s1>>) in r12, s1<< in r6, s2>> in r7, s2<< in r8, s3 in r9
|
/linux-4.4.14/arch/powerpc/lib/ |
D | memcpy_64.S | 117 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12 135 # d0=(s0<<|s1>>) in r12, s1<< in r6, s2>> in r7, s2<< in r8, s3 in r9
|
/linux-4.4.14/drivers/scsi/ |
D | imm.c | 456 unsigned char s1, s2, s3; in imm_cpp() local 473 s3 = r_str(ppb) & 0x38; in imm_cpp() 511 if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x30)) in imm_cpp() 513 if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x38)) in imm_cpp()
|
D | scsi_sysfs.c | 102 char s1[15], s2[15], s3[17], junk; in scsi_scan() local 106 res = sscanf(str, "%10s %10s %16s %c", s1, s2, s3, &junk); in scsi_scan() 113 if (check_set(&lun, s3)) in scsi_scan()
|
/linux-4.4.14/drivers/usb/host/ |
D | xhci.c | 765 xhci->s3.command = readl(&xhci->op_regs->command); in xhci_save_registers() 766 xhci->s3.dev_nt = readl(&xhci->op_regs->dev_notification); in xhci_save_registers() 767 xhci->s3.dcbaa_ptr = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_save_registers() 768 xhci->s3.config_reg = readl(&xhci->op_regs->config_reg); in xhci_save_registers() 769 xhci->s3.erst_size = readl(&xhci->ir_set->erst_size); in xhci_save_registers() 770 xhci->s3.erst_base = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_save_registers() 771 xhci->s3.erst_dequeue = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_save_registers() 772 xhci->s3.irq_pending = readl(&xhci->ir_set->irq_pending); in xhci_save_registers() 773 xhci->s3.irq_control = readl(&xhci->ir_set->irq_control); in xhci_save_registers() 778 writel(xhci->s3.command, &xhci->op_regs->command); in xhci_restore_registers() [all …]
|
D | xhci.h | 1584 struct s3_save s3; member
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | kgdb_asm.S | 336 move $r0, $s3 429 move $r0, $s3
|
/linux-4.4.14/sound/pci/lx6464es/ |
D | lx_core.c | 903 u32 s0, s1, s2, s3; in lx_level_peaks() local 914 s3 = peak_map[(chip->rmh.stat[0] >> 12) & 0xf]; in lx_level_peaks() 916 s0 = s1 = s2 = s3 = 0; in lx_level_peaks() 921 r_levels[3] = s3; in lx_level_peaks()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | qcom-msm8974.dtsi | 367 pm8841_s3: s3 {}; 380 pm8941_s3: s3 {};
|
D | qcom-apq8064-cm-qs600.dts | 65 pm8921_s3: s3 {
|
D | qcom-apq8064-ifc6410.dts | 75 pm8921_s3: s3 {
|
D | qcom-msm8960-cdp.dts | 68 pm8921_s3: s3 {
|
D | r8a7779.dtsi | 470 clock-output-names = "s3";
|
D | r8a7778.dtsi | 486 clock-output-names = "s3";
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | abilis_tb101.dtsi | 61 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */ 128 pctl_tsout_s3: pctl-tsout-s3 { /* Serial TS-out 3 */
|
D | abilis_tb100.dtsi | 61 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */ 122 pctl_tsout_s3: pctl-tsout-s3 { /* Serial TS-out 3 */
|
/linux-4.4.14/drivers/rtc/ |
D | Makefile | 27 obj-$(CONFIG_RTC_DRV_ABB5ZES3) += rtc-ab-b5ze-s3.o
|
D | Kconfig | 175 will be called rtc-ab-b5ze-s3.
|
/linux-4.4.14/tools/hv/ |
D | hv_kvp_daemon.c | 1130 static int kvp_write_file(FILE *f, char *s1, char *s2, char *s3) in kvp_write_file() argument 1134 ret = fprintf(f, "%s%s%s%s\n", s1, s2, "=", s3); in kvp_write_file()
|
/linux-4.4.14/Documentation/power/ |
D | video.txt | 57 http://www.doesi.gmxhome.de/linux/tm800s3/s3.html for more information.
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_tb.gif.b64 | 109 T/HEntXGTvgZn/zJ9fvMH/zOP/zQPxCS8NPgH/7i/9Fa8vTarhY/QNPqv/7s3/4z/QPLP+QDQQHj
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1383 phba->host_gp = &mb_slim->us.s3.host[0]; in lpfc_config_port() 1384 phba->hbq_put = &mb_slim->us.s3.hbq_put[0]; in lpfc_config_port()
|
D | lpfc_hw.h | 3321 struct sli3_desc s3; member
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1163 bash-1994 1d.s3 38us : _raw_spin_unlock <-run_timer_softirq 1164 bash-1994 1d.s3 39us : sub_preempt_count <-_raw_spin_unlock 1360 ls-2269 3d.s3 158us : net_rps_action_and_irq_enable.isra.65 <-net_rx_action 1361 ls-2269 3d.s3 159us : __local_bh_enable <-__do_softirq 1362 ls-2269 3d.s3 159us : sub_preempt_count <-__local_bh_enable
|
/linux-4.4.14/Documentation/filesystems/ |
D | sharedsubtree.txt | 111 s1 s2 s3
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 2997 7 = /dev/bus/vme/s3 Fourth slave image
|