| /Linux-v4.19/drivers/soc/bcm/brcmstb/pm/ |
| D | s2-mips.S | 35 sw s3, 16(sp) 55 lw s3, 12(t0) 60 addiu t1, s3, -1 71 addu t0, s3 78 addu t1, s3 79 addu t0, s3 149 addiu t1, s3, -1 160 addu t0, s3 167 addu t1, s3 168 addu t0, s3 [all …]
|
| D | s3-mips.S | 38 sw s3, 16(t0) 131 lw s3, 16(t0)
|
| /Linux-v4.19/arch/m68k/include/asm/ |
| D | uaccess_mm.h | 190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 197 " .ifnc \""#s3"\",\"\"\n" \ 198 "3: "MOVES"."#s3" (%2)+,%3\n" \ 199 " move."#s3" %3,(%1)+\n" \ 208 " .ifnc \""#s3"\",\"\"\n" \ 219 " .ifnc \""#s3"\",\"\"\n" \ 228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 229 ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3) 281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument 288 " .ifnc \""#s3"\",\"\"\n" \ [all …]
|
| /Linux-v4.19/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
|
| /Linux-v4.19/arch/ia64/lib/ |
| D | xor.S | 80 .rotr s1[6+1], s2[6+1], s3[6+1], d[2] 87 (p[0]) ld8.nta s3[0] = [r18], 8 89 (p[6]) xor d[0] = d[0], s3[6] 122 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2] 128 (p[0]) ld8.nta s3[0] = [r18], 8 130 (p[6]) xor r20 = s3[6], s4[6] 167 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2] 173 (p[0]) ld8.nta s3[0] = [r18], 8 175 (p[6]) xor r21 = s3[6], s4[6]
|
| /Linux-v4.19/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-v4.19/lib/ |
| D | random32.c | 65 state->s3 = TAUSWORTHE(state->s3, 13U, 21U, 4294967280U, 7U); in prandom_u32_state() 68 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); in prandom_u32_state() 168 state->s3 = __seed(HWSEED() ^ LCG(state->s2), 16U); in prandom_seed_early() 169 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-v4.19/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 | 36 #define s3 0x08(%rsp) macro 76 mov %eax,s3 119 # t1[0] = h0 * r0 + h2 * s3 125 movd s3,t2 131 # t2[1] = h1 * r0 + h3 * s3 137 movd s3,t4 180 # t3[0] = h4 * s3 182 movd s3,t3 341 # combine r3,u3 and s3=r3*5,v3=u3*5 405 # t1 += [ hc2[1] * s3, hc2[0] * v3 ] [all …]
|
| D | twofish-x86_64-asm_64-3way.S | 32 #define s3 3072 macro 159 g1g2_3(ab, cd, s0, s1, s2, s3, s0, s1, s2, s3, RX, RY); \ 166 g1g2_3(ba, dc, s1, s2, s3, s0, s3, s0, s1, s2, RY, RX); \
|
| /Linux-v4.19/net/dccp/ccids/lib/ |
| D | packet_history.c | 218 s3 = DCCP_SKB_CB(skb)->dccpd_seq; in __two_after_loss() local 220 if (likely(dccp_delta_seqno(s2, s3) > 0)) { /* S2 < S3 */ in __two_after_loss() 228 if (dccp_delta_seqno(s1, s3) > 0) { /* S1 < S3 < S2 */ in __two_after_loss() 240 if (dccp_loss_free(s0, s3, n3)) { in __two_after_loss() 243 if (dccp_loss_free(s3, s1, n1)) { in __two_after_loss() 286 s3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_seqno; in __three_after_loss() local 292 if (dccp_loss_free(s2, s3, n3)) { in __three_after_loss()
|
| /Linux-v4.19/arch/mips/boot/compressed/ |
| D | head.S | 26 move s3, a3 46 move a3, s3
|
| /Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
| D | qcom,smd-rpm-regulator.txt | 196 s1, s2, s3, s4, s5, s6, s7, s8 199 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, 203 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, 208 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5, 213 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2, l3, l4, 218 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5, 246 pm8941_s3: s3 {
|
| D | qcom,spmi-regulator.txt | 124 s1, s2, s3, s4, s5, s6, s7, s8 127 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, 131 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, 136 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5, 141 s1, s2, s3, l1
|
| /Linux-v4.19/arch/mips/include/asm/ |
| D | regdef.h | 45 #define s3 $19 macro 88 #define s3 $19 macro
|
| D | asmmacro-64.h | 21 LONG_S s3, THREAD_REG19(\thread) 34 LONG_L s3, THREAD_REG19(\thread)
|
| /Linux-v4.19/arch/x86/include/asm/uv/ |
| D | uv_mmrs.h | 1041 } s3; member 1150 } s3; member 1245 } s3; member 1545 } s3; member 1654 } s3; member 1749 } s3; member 1910 } s3; member 1955 } s3; member 2000 } s3; member 2177 } s3; member [all …]
|
| /Linux-v4.19/crypto/ |
| D | poly1305_generic.c | 99 u32 s1, s2, s3, s4; in poly1305_blocks() local 118 s3 = r3 * 5; in poly1305_blocks() 137 d0 = mlt(h0, r0) + mlt(h1, s4) + mlt(h2, s3) + in poly1305_blocks() 140 mlt(h3, s3) + mlt(h4, s2); in poly1305_blocks() 142 mlt(h3, s4) + mlt(h4, s3); in poly1305_blocks()
|
| /Linux-v4.19/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-v4.19/arch/mips/power/ |
| D | hibernate_asm.S | 24 PTR_S s3, PT_R19(t0) 54 PTR_L s3, PT_R19(t0)
|
| /Linux-v4.19/arch/arm/crypto/ |
| D | aes-neonbs-core.S | 201 t0, t1, t2, t3, s0, s1, s2, s3 207 veor \s3, \t3, \t0 214 vand \s3, \s3, \s0 222 veor \t3, \t3, \s3 225 veor \t1, \t1, \s3 231 vorr \s3, \x4, \x0 234 veor \s0, \t0, \s3 238 veor \s3, \s0, \s2 241 vbsl \s0, \s1, \s3 242 vbsl \t0, \s1, \s3 [all …]
|
| D | sha2-ce-core.S | 46 .macro add_update, ev, s0, s1, s2, s3 49 sha256su1.32 q\s0, q\s2, q\s3
|
| /Linux-v4.19/include/linux/ |
| D | random.h | 115 __u32 s1, s2, s3, s4; member 161 state->s3 = __seed(i, 16U); in prandom_seed_state()
|
| /Linux-v4.19/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)
|