Searched refs:s3 (Results 1 - 25 of 105) sorted by relevance

12345

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c11 struct s3;
17 struct s3 *s3; member in struct:s2
21 struct s3 { struct
28 struct s3 s3; member in struct:s4
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A DMakefile2 obj-$(CONFIG_BMIPS_GENERIC) += s2-mips.o s3-mips.o pm-mips.o
H A Ds2-mips.S27 sw s3, 16(sp)
38 * s3: I-Cache line size
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
[all...]
/linux-master/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-master/arch/alpha/include/uapi/asm/
H A Dregdef.h19 #define s3 $12 macro
/linux-master/arch/mips/boot/compressed/
H A Dhead.S23 move s3, a3
42 move a3, s3
/linux-master/arch/m68k/include/asm/
H A Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\
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)\
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) \
288 " .ifnc \""#s3"\",\"\"\
[all...]
/linux-master/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-master/arch/mips/include/asm/
H A Dasmmacro-64.h21 LONG_S s3, THREAD_REG19(\thread) variable
34 LONG_L s3, THREAD_REG19(\thread) variable
H A Dregdef.h135 #define s3 $19 macro
178 #define s3 $19 macro
/linux-master/include/linux/
H A Dprandom.h16 __u32 s1, s2, s3, s4; member in struct:rnd_state
45 state->s3 = __seed(i, 16U);
/linux-master/kernel/trace/
H A Dtrace_probe_tmpl.h126 struct fetch_insn *s3 = NULL; local
149 s3 = code;
211 code = s3;
212 if (s3->op != FETCH_OP_ST_STRING &&
213 s3->op != FETCH_OP_ST_USTRING) {
214 dest += s3->size;
215 val += s3->size;
/linux-master/arch/mips/power/
H A Dhibernate_asm.S23 PTR_S s3, PT_R19(t0)
53 PTR_L s3, PT_R19(t0)
/linux-master/arch/loongarch/include/asm/
H A Dregdef.h34 #define s3 $r26 macro
/linux-master/net/dccp/ccids/lib/
H A Dpacket_history.c205 s3 = DCCP_SKB_CB(skb)->dccpd_seq; local
207 if (likely(dccp_delta_seqno(s2, s3) > 0)) { /* S2 < S3 */
215 if (dccp_delta_seqno(s1, s3) > 0) { /* S1 < S3 < S2 */
227 if (dccp_loss_free(s0, s3, n3)) {
230 if (dccp_loss_free(s3, s1, n1)) {
273 s3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_seqno; local
279 if (dccp_loss_free(s2, s3, n3)) {
/linux-master/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S23 #define s3 3072 /* S3 Array */ define
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;\
/linux-master/arch/arm64/crypto/
H A Dsm4-neon-core.S40 #define transpose_4x4(s0, s1, s2, s3) \
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) \
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) \
71 zip1 RTMP2.4s, s3
[all...]
/linux-master/arch/riscv/include/asm/
H A Dcompat.h59 compat_ulong_t s3; member in struct:compat_user_regs_struct
96 cregs->s3 = (compat_ulong_t) regs->s3;
133 regs->s3 = (unsigned long) cregs->s3;
/linux-master/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-master/lib/
H A Drandom32.c32 * s1 > 1, s2 > 7, s3 > 15, s4 > 127.
57 state->s3 = TAUSWORTHE(state->s3, 13U, 21U, 4294967280U, 7U);
60 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4);
121 state->s3 = __seed(seeds[2], 16U);
253 state->s3 = __seed(LCG(state->s2), 16U);
254 state->s4 = __seed(LCG(state->s3), 128U);
/linux-master/arch/riscv/kernel/
H A Dentry.S64 csrr s3, CSR_TVAL
70 REG_S s3, PT_BADADDR(sp)
212 csrr s3, CSR_TVAL
218 REG_S s3, PT_BADADDR(sp)
296 REG_S s3, TASK_THREAD_S3_RA(a3)
313 REG_L s3, TASK_THREAD_S3_RA(a4)
/linux-master/arch/mips/fw/lib/
H A Dcall_o32.S53 REG_S s3,O32_FRAMESZ-8*SZREG(sp)
93 REG_L s3,O32_FRAMESZ-8*SZREG(sp)
/linux-master/fs/bcachefs/
H A Dmean_and_variance.c83 u64 s3 = abs(mean_and_variance_get_mean(s1)); local
85 return u128_lo(u128_sub(s2, u128_square(s3)));
/linux-master/arch/loongarch/power/
H A Dhibernate_asm.S24 PTR_S s3, t0, PT_R26
58 PTR_L s3, t0, PT_R26
/linux-master/arch/riscv/include/uapi/asm/
H A Dptrace.h44 unsigned long s3; member in struct:user_regs_struct

Completed in 482 milliseconds

12345