Home
last modified time | relevance | path

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

12345678910>>...13

/linux/drivers/soc/bcm/brcmstb/pm/
H A 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 …]
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c11 struct s3;
17 struct s3 *s3; member
21 struct s3 { struct
28 struct s3 s3; member
/linux/arch/mips/kernel/
H A Drelocate_kernel.S36 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/arch/m68k/include/asm/
H A Duaccess.h190 #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/tools/include/linux/
H A Dprandom.h8 __u32 s1, s2, s3, s4; member
30 state->s3 = __seed(i, 16U); in prandom_seed_state()
46 state->s3 = TAUSWORTHE(state->s3, 13U, 21U, 4294967280U, 7U); in prandom_u32_state()
49 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); in prandom_u32_state()
/linux/lib/
H A Drandom32.c57 state->s3 = TAUSWORTHE(state->s3, 13U, 21U, 4294967280U, 7U); in prandom_u32_state()
60 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); in prandom_u32_state()
121 state->s3 = __seed(seeds[2], 16U); in prandom_seed_full_state()
253 state->s3 = __seed(LCG(state->s2), 16U); in prandom_state_selftest_seed()
254 state->s4 = __seed(LCG(state->s3), 128U); in prandom_state_selftest_seed()
/linux/kernel/trace/
H A Dtrace_probe_tmpl.h126 struct fetch_insn *s3 = NULL; in process_fetch_insn_bottom() local
149 s3 = code; in process_fetch_insn_bottom()
211 code = s3; in process_fetch_insn_bottom()
212 if (s3->op != FETCH_OP_ST_STRING && in process_fetch_insn_bottom()
213 s3->op != FETCH_OP_ST_USTRING) { in process_fetch_insn_bottom()
214 dest += s3->size; in process_fetch_insn_bottom()
215 val += s3->size; in process_fetch_insn_bottom()
/linux/scripts/
H A 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";
/linux/arch/arm64/crypto/
H A Dsm4-neon-core.S40 #define transpose_4x4(s0, s1, s2, s3) \ argument
42 zip1 RTMP1.4s, s2.4s, s3.4s; \
44 zip2 RTMP3.4s, s2.4s, s3.4s; \
48 zip2 s3.2d, RTMP2.2d, RTMP3.2d;
50 #define transpose_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
52 zip1 RTMP1.4s, s2.4s, s3.4s; \
54 zip2 RTMP3.4s, s2.4s, s3.4s; \
62 zip2 s3.2d, RTMP2.2d, RTMP3.2d; \
68 #define rotate_clockwise_4x4(s0, s1, s2, s3) \ argument
71 zip1 RTMP2.4s, s3.4s, s2.4s; \
[all …]
/linux/arch/loongarch/kernel/
H A Drelocate_kernel.S42 and s3, s1, t0 /* store destination addr in s3 */
70 REG_S s4, s3, 0
71 PTR_ADDI s3, s3, SZREG
/linux/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S24 #define s3 3072 /* S3 Array */ macro
77 xor s3(%r11,%rdi,4),%r9d;\
79 xor s3(%r11,%rdi,4),%r8d;\
115 xor s3(%r11,%rdi,4),%r9d;\
117 xor s3(%r11,%rdi,4),%r8d;\
144 mov s3(%r11,%rdi,4),%r8d;\
157 xor s3(%r11,%rdi,4),%r9d;\
180 mov s3(%r11,%rdi,4),%r8d;\
197 xor s3(%r11,%rdi,4),%r9d;\
H A 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;\
/linux/arch/riscv/include/asm/
H A Dcompat.h58 compat_ulong_t s3; member
95 cregs->s3 = (compat_ulong_t) regs->s3; in regs_to_cregs()
132 regs->s3 = (unsigned long) cregs->s3; in cregs_to_regs()
/linux/arch/x86/include/asm/uv/
H A 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 …]
/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dhandlers.S48 csrr s3, CSR_SCAUSE
52 sd s3, 272(sp)
56 ld s3, 272(sp)
60 csrw CSR_SCAUSE, s3
/linux/arch/riscv/kernel/
H A Dkexec_relocate.S27 mv s3, a3
102 mv a0, s3
116 mv s3, zero
180 mv s3, zero
H A Dentry.S186 csrr s3, CSR_TVAL
192 REG_S s3, PT_BADADDR(sp)
280 restore_userssp s3, a0
343 csrr s3, CSR_TVAL
349 REG_S s3, PT_BADADDR(sp)
431 REG_S s3, TASK_THREAD_S3_RA(a3)
457 REG_L s3, TASK_THREAD_S3_RA(a4)
/linux/lib/crypto/
H A Dpoly1305-donna32.c38 u32 s1, s2, s3, s4; in poly1305_core_blocks() local
56 s3 = key->precomputed_s.r[2]; in poly1305_core_blocks()
75 ((u64)h2 * s3) + ((u64)h3 * s2) + in poly1305_core_blocks()
78 ((u64)h2 * s4) + ((u64)h3 * s3) + in poly1305_core_blocks()
82 ((u64)h4 * s3); in poly1305_core_blocks()
/linux/lib/crypto/riscv/
H A Dpoly1305-riscv.pl28 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("x$_",(8,9,18..27));
128 ($s0,$s1,$s2,$s3,$t3,$t4,$in0,$in1,$t2);
145 PUSH $s3,0*__SIZEOF_POINTER__($sp)
241 POP $s3,0*__SIZEOF_POINTER__($sp)
458 ($s0,$s1,$s2,$s3,$s4, $s5,$s6,$s7,$s8, $t0,$t1,$t2);
481 PUSH $s3, __SIZEOF_POINTER__*7($sp)
568 MULX ($t4,$t3,$rs3,$d1) # d1*s3
598 MULX ($t6,$a3,$rs3,$d2) # d2*s3
633 MULX ($t6,$a3,$rs3,$d3) # d3*s3
668 mulw $a3,$rs3,$h4 # h4*s3
[all …]
/linux/lib/crypto/mips/
H A Dpoly1305-mips.pl42 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
225 ($s0,$s1,$s2,$s3,$s4,$s5,$in0,$in1,$t2);
260 sd $s3,24($sp)
429 ld $s3,24($sp)
730 ($s0,$s1,$s2,$s3,$s4, $s5,$s6,$s7,$s8, $s9,$s10,$s11);
755 sw $s3, 4*3($sp)
919 maddu $rs3,$d1 # d1*s3
930 maddu $rs3,$d2 # d2*s3
940 maddu $rs3,$d3 # d3*s3
952 maddu $rs3,$h4 # h4*s3
[all …]
/linux/arch/riscv/kernel/vdso/
H A Dvgetrandom-chacha.S20 .macro OP_4REG op d0 d1 d2 d3 s0 s1 s2 s3 argument
24 \op \d3, \d3, \s3
43 #define state3 s3
88 REG_S s3, 3*SZREG(sp)
238 REG_L s3, 3*SZREG(sp)
/linux/arch/loongarch/vdso/
H A Dvgetrandom-chacha.S12 .macro OP_4REG op d0 d1 d2 d3 s0 s1 s2 s3 argument
16 \op \d3, \d3, \s3
43 #define state3 s3
89 REG_S s3, sp, SZREG * 3
243 REG_L s3, sp, SZREG * 3
/linux/drivers/media/platform/st/sti/bdisp/
H A 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()
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-s3-elimo-initium.dts7 #include "sun8i-s3-elimo-impetus.dtsi"
11 compatible = "elimo,initium", "elimo,impetus", "sochip,s3",
/linux/include/linux/
H A Dprandom.h17 __u32 s1, s2, s3, s4; member
46 state->s3 = __seed(i, 16U); in prandom_seed_state()

12345678910>>...13