| /linux/drivers/soc/bcm/brcmstb/pm/ |
| H A D | s2-mips.S | 27 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 D | btf_dump_test_case_ordering.c | 11 struct s3; 17 struct s3 *s3; member 21 struct s3 { struct 28 struct s3 s3; member
|
| /linux/arch/mips/kernel/ |
| H A 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/arch/m68k/include/asm/ |
| H A D | uaccess.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/scripts/ |
| H A D | bootgraph.pl | 177 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/kernel/trace/ |
| H A D | trace_probe_tmpl.h | 126 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/arch/loongarch/kernel/ |
| H A D | relocate_kernel.S | 42 and s3, s1, t0 /* store destination addr in s3 */ 70 REG_S s4, s3, 0 71 PTR_ADDI s3, s3, SZREG
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-neon-core.S | 40 #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/net/dccp/ccids/lib/ |
| H A D | packet_history.c | |
| /linux/arch/x86/crypto/ |
| H A D | twofish-i586-asm_32.S | 29 #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/tools/testing/selftests/kvm/lib/riscv/ |
| H A D | handlers.S | 48 csrr s3, CSR_SCAUSE 52 sd s3, 272(sp) 56 ld s3, 272(sp) 60 csrw CSR_SCAUSE, s3
|
| /linux/arch/riscv/include/asm/ |
| H A D | compat.h | 58 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 D | uv_mmrs.h | 845 } 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/arch/riscv/kernel/ |
| H A D | kexec_relocate.S | 27 mv s3, a3 102 mv a0, s3 116 mv s3, zero 180 mv s3, zero
|
| H A D | entry.S | 152 csrr s3, CSR_TVAL 158 REG_S s3, PT_BADADDR(sp) 308 csrr s3, CSR_TVAL 314 REG_S s3, PT_BADADDR(sp) 396 REG_S s3, TASK_THREAD_S3_RA(a3) 422 REG_L s3, TASK_THREAD_S3_RA(a4)
|
| /linux/lib/crypto/ |
| H A D | poly1305-donna32.c | 38 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 D | poly1305-riscv.pl | 28 ($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 D | poly1305-mips.pl | 42 ($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/arm/boot/dts/allwinner/ |
| H A D | sun8i-s3-elimo-initium.dts | 7 #include "sun8i-s3-elimo-impetus.dtsi" 11 compatible = "elimo,initium", "elimo,impetus", "sochip,s3",
|
| /linux/arch/riscv/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 19 .macro OP_4REG op d0 d1 d2 d3 s0 s1 s2 s3 argument 23 \op \d3, \d3, \s3 42 #define state3 s3 87 REG_S s3, 3*SZREG(sp) 237 REG_L s3, 3*SZREG(sp)
|
| /linux/include/linux/ |
| H A D | prandom.h | 17 __u32 s1, s2, s3, s4; member 46 state->s3 = __seed(i, 16U); in prandom_seed_state()
|
| /linux/arch/mips/boot/compressed/ |
| H A D | head.S | 23 move s3, a3 42 move a3, s3
|
| /linux/arch/mips/include/asm/ |
| H A D | asmmacro-64.h | 21 LONG_S s3, THREAD_REG19(\thread) 34 LONG_L s3, THREAD_REG19(\thread)
|
| /linux/lib/crypto/x86/ |
| H A D | poly1305-x86_64-cryptogams.pl | 1022 vpmuludq $T4,$H3,$H0 # h4*s3 1023 vpmuludq $T3,$H3,$H1 # h3*s3 1024 vpaddq $H0,$D2,$D2 # d2 += h4*s3 1026 vpaddq $H1,$D1,$D1 # d1 += h3*s3 1027 vpmuludq $T2,$H3,$H3 # h2*s3 1029 vpaddq $H3,$D0,$D0 # d0 += h2*s3 1123 vpmuludq $H4,$T3,$T0 # h4*s3 1125 vpaddq $T0,$D2,$D2 # d2 += h4*s3 1127 vpmuludq $H3,$T3,$T2 # h3*s3 1128 vpmuludq $H2,$T3,$T3 # h2*s3 [all …]
|
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-core.S | 193 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 …]
|