Home
last modified time | relevance | path

Searched refs:s3 (Results 1 – 25 of 149) sorted by relevance

123456

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c11 struct s3;
17 struct s3 *s3; member
21 struct s3 { struct
28 struct s3 s3; argument
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/
Ds2-mips.S27 sw s3, 16(sp)
47 lw s3, 12(t0)
52 addiu t1, s3, -1
63 addu t0, s3
70 addu t1, s3
71 addu t0, s3
141 addiu t1, s3, -1
152 addu t0, s3
159 addu t1, s3
160 addu t0, s3
[all …]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Duaccess.h193 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
200 " .ifnc \""#s3"\",\"\"\n" \
201 "3: "MOVES"."#s3" (%2)+,%3\n" \
202 " move."#s3" %3,(%1)+\n" \
211 " .ifnc \""#s3"\",\"\"\n" \
222 " .ifnc \""#s3"\",\"\"\n" \
231 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
232 ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)
284 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
291 " .ifnc \""#s3"\",\"\"\n" \
[all …]
/kernel/linux/linux-5.10/arch/mips/kernel/
Drelocate_kernel.S34 and s3, s2, 0x1
35 beq s3, zero, 1f
41 and s3, s2, 0x2
42 beq s3, zero, 1f
48 and s3, s2, 0x4
49 beq s3, zero, 1f
53 and s3, s2, 0x8
54 beq s3, zero, process_entry
/kernel/linux/linux-5.10/arch/ia64/lib/
Dxor.S72 .rotr s1[6+1], s2[6+1], s3[6+1], d[2]
79 (p[0]) ld8.nta s3[0] = [r18], 8
81 (p[6]) xor d[0] = d[0], s3[6]
114 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2]
120 (p[0]) ld8.nta s3[0] = [r18], 8
122 (p[6]) xor r20 = s3[6], s4[6]
159 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
165 (p[0]) ld8.nta s3[0] = [r18], 8
167 (p[6]) xor r21 = s3[6], s4[6]
/kernel/linux/linux-5.10/scripts/
Dbootgraph.pl177 my ($s, $s2, $s3, $e, $w, $y, $y2, $style);
186 $s3 = $s + 1;
207 print "<text transform=\"translate($s3,$y2) rotate(90)\" font-size=\"3pt\">$key</text>\n";
218 my $s3 = ($time - $firsttime) * $mult;
220 print "<text transform=\"translate($s3,89) rotate(90)\">$tm</text>\n";
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_probe_tmpl.h75 struct fetch_insn *s3 = NULL; in process_fetch_insn_bottom() local
98 s3 = code; in process_fetch_insn_bottom()
148 code = s3; in process_fetch_insn_bottom()
149 if (s3->op != FETCH_OP_ST_STRING && in process_fetch_insn_bottom()
150 s3->op != FETCH_OP_ST_USTRING) { in process_fetch_insn_bottom()
151 dest += s3->size; in process_fetch_insn_bottom()
152 val += s3->size; in process_fetch_insn_bottom()
/kernel/linux/linux-5.10/arch/x86/crypto/
Dtwofish-x86_64-asm_64.S23 #define s3 3072 /* S3 Array */ macro
76 xor s3(%r11,%rdi,4),%r9d;\
78 xor s3(%r11,%rdi,4),%r8d;\
114 xor s3(%r11,%rdi,4),%r9d;\
116 xor s3(%r11,%rdi,4),%r8d;\
143 mov s3(%r11,%rdi,4),%r8d;\
156 xor s3(%r11,%rdi,4),%r9d;\
179 mov s3(%r11,%rdi,4),%r8d;\
196 xor s3(%r11,%rdi,4),%r9d;\
Dtwofish-i586-asm_32.S29 #define s3 3072 /* S3 Array */ macro
78 xor s3(%ebp,%edi,4),%esi;\
80 xor s3(%ebp,%edi,4),d ## D;\
116 xor s3(%ebp,%edi,4),%esi;\
118 xor s3(%ebp,%edi,4),d ## D;\
147 mov s3(%ebp,%edi,4),%esi;\
160 xor s3(%ebp,%edi,4),c ## D;\
185 mov s3(%ebp,%edi,4),%esi;\
198 xor s3(%ebp,%edi,4),c ## D;\
Dtwofish-x86_64-asm_64-3way.S17 #define s3 3072 macro
144 g1g2_3(ab, cd, s0, s1, s2, s3, s0, s1, s2, s3, RX, RY); \
151 g1g2_3(ba, dc, s1, s2, s3, s0, s3, s0, s1, s2, RY, RX); \
Dpoly1305-x86_64-cryptogams.pl1023 vpmuludq $T4,$H3,$H0 # h4*s3
1024 vpmuludq $T3,$H3,$H1 # h3*s3
1025 vpaddq $H0,$D2,$D2 # d2 += h4*s3
1027 vpaddq $H1,$D1,$D1 # d1 += h3*s3
1028 vpmuludq $T2,$H3,$H3 # h2*s3
1030 vpaddq $H3,$D0,$D0 # d0 += h2*s3
1124 vpmuludq $H4,$T3,$T0 # h4*s3
1126 vpaddq $T0,$D2,$D2 # d2 += h4*s3
1128 vpmuludq $H3,$T3,$T2 # h3*s3
1129 vpmuludq $H2,$T3,$T3 # h2*s3
[all …]
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
Dpacket_history.c205 s3 = DCCP_SKB_CB(skb)->dccpd_seq; in __two_after_loss() local
207 if (likely(dccp_delta_seqno(s2, s3) > 0)) { /* S2 < S3 */ in __two_after_loss()
215 if (dccp_delta_seqno(s1, s3) > 0) { /* S1 < S3 < S2 */ in __two_after_loss()
227 if (dccp_loss_free(s0, s3, n3)) { in __two_after_loss()
230 if (dccp_loss_free(s3, s1, n1)) { in __two_after_loss()
273 s3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_seqno; in __three_after_loss() local
279 if (dccp_loss_free(s2, s3, n3)) { in __three_after_loss()
/kernel/linux/linux-5.10/arch/x86/include/asm/uv/
Duv_mmrs.h845 } s3; member
1526 } s3; member
2087 } s3; member
2168 } s3; member
2238 } s3; member
2333 } s3; member
2436 } s3; member
2539 } s3; member
2642 } s3; member
2694 } s3; member
[all …]
/kernel/linux/linux-5.10/lib/crypto/
Dpoly1305-donna32.c37 u32 s1, s2, s3, s4; in poly1305_core_blocks() local
55 s3 = key->precomputed_s.r[2]; in poly1305_core_blocks()
74 ((u64)h2 * s3) + ((u64)h3 * s2) + in poly1305_core_blocks()
77 ((u64)h2 * s4) + ((u64)h3 * s3) + in poly1305_core_blocks()
81 ((u64)h4 * s3); in poly1305_core_blocks()
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
Dhead.S26 move s3, a3
46 move a3, s3
/kernel/linux/linux-5.10/lib/
Drandom32.c58 state->s3 = TAUSWORTHE(state->s3, 13U, 21U, 4294967280U, 7U); in prandom_u32_state()
61 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); in prandom_u32_state()
122 state->s3 = __seed(seeds[2], 16U); in prandom_seed_full_state()
266 state->s3 = __seed(HWSEED() ^ LCG(state->s2), 16U); in prandom_seed_early()
267 state->s4 = __seed(HWSEED() ^ LCG(state->s3), 128U); in prandom_seed_early()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dregdef.h45 #define s3 $19 macro
88 #define s3 $19 macro
Dasmmacro-64.h21 LONG_S s3, THREAD_REG19(\thread)
34 LONG_L s3, THREAD_REG19(\thread)
/kernel/linux/linux-5.10/arch/mips/crypto/
Dpoly1305-mips.pl42 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
227 ($s0,$s1,$s2,$s3,$s4,$s5,$in0,$in1,$t2);
262 sd $s3,24($sp)
431 ld $s3,24($sp)
734 ($s0,$s1,$s2,$s3,$s4, $s5,$s6,$s7,$s8, $s9,$s10,$s11);
759 sw $s3, 4*3($sp)
923 maddu $rs3,$d1 # d1*s3
934 maddu $rs3,$d2 # d2*s3
944 maddu $rs3,$d3 # d3*s3
956 maddu $rs3,$h4 # h4*s3
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/
Dbdisp-debug.c174 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()
/kernel/linux/linux-5.10/arch/mips/power/
Dhibernate_asm.S23 PTR_S s3, PT_R19(t0)
53 PTR_L s3, PT_R19(t0)
/kernel/linux/linux-5.10/include/linux/
Dprandom.h63 __u32 s1, s2, s3, s4; member
109 state->s3 = __seed(i, 16U); in prandom_seed_state()
/kernel/linux/linux-5.10/arch/arm/crypto/
Daes-neonbs-core.S193 t0, t1, t2, t3, s0, s1, s2, s3 argument
199 veor \s3, \t3, \t0
206 vand \s3, \s3, \s0
214 veor \t3, \t3, \s3
217 veor \t1, \t1, \s3
223 vorr \s3, \x4, \x0
226 veor \s0, \t0, \s3
230 veor \s3, \s0, \s2
233 vbsl \s0, \s1, \s3
234 vbsl \t0, \s1, \s3
[all …]
Dsha2-ce-core.S44 .macro add_update, ev, s0, s1, s2, s3 argument
47 sha256su1.32 q\s0, q\s2, q\s3
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dqcom,spmi-regulator.txt199 s1, s2, s3, s4
202 s1, s2, s3, s4, s5, s6, s7, s8
205 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
209 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
214 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5,
219 s1, s2, s3, l1

123456