/openbmc/qemu/crypto/ |
H A D | aes.c | 1451 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 1466 s3 = GETU32(in + 12) ^ rk[3]; in AES_encrypt() 1469 …[s0 >> 24] ^ AES_Te1[(s1 >> 16) & 0xff] ^ AES_Te2[(s2 >> 8) & 0xff] ^ AES_Te3[s3 & 0xff] ^ rk[ 4]; in AES_encrypt() 1470 …t1 = AES_Te0[s1 >> 24] ^ AES_Te1[(s2 >> 16) & 0xff] ^ AES_Te2[(s3 >> 8) & 0xff] ^ AES_Te3[s0 & 0x… in AES_encrypt() 1471 …t2 = AES_Te0[s2 >> 24] ^ AES_Te1[(s3 >> 16) & 0xff] ^ AES_Te2[(s0 >> 8) & 0xff] ^ AES_Te3[s1 & 0x… in AES_encrypt() 1472 …t3 = AES_Te0[s3 >> 24] ^ AES_Te1[(s0 >> 16) & 0xff] ^ AES_Te2[(s1 >> 8) & 0xff] ^ AES_Te3[s2 & 0x… in AES_encrypt() 1477 …s3 = AES_Te0[t3 >> 24] ^ AES_Te1[(t0 >> 16) & 0xff] ^ AES_Te2[(t1 >> 8) & 0xff] ^ AES_Te3[t2 & 0x… in AES_encrypt() 1479 …[s0 >> 24] ^ AES_Te1[(s1 >> 16) & 0xff] ^ AES_Te2[(s2 >> 8) & 0xff] ^ AES_Te3[s3 & 0xff] ^ rk[12]; in AES_encrypt() 1480 …t1 = AES_Te0[s1 >> 24] ^ AES_Te1[(s2 >> 16) & 0xff] ^ AES_Te2[(s3 >> 8) & 0xff] ^ AES_Te3[s0 & 0x… in AES_encrypt() 1481 …t2 = AES_Te0[s2 >> 24] ^ AES_Te1[(s3 >> 16) & 0xff] ^ AES_Te2[(s0 >> 8) & 0xff] ^ AES_Te3[s1 & 0x… in AES_encrypt() [all …]
|
/openbmc/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
|
/openbmc/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 …]
|
/openbmc/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
|
/openbmc/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 …]
|
/openbmc/phosphor-inventory-manager/test/ |
H A D | utils_test.cpp | 52 auto s3 = "bar"s; in TEST() local 55 EXPECT_FALSE(comp(s4, s3)); in TEST() 56 EXPECT_TRUE(comp(s3, s4)); in TEST() 80 auto s3 = "bar"s; in TEST() local 83 EXPECT_FALSE(comp(s4, s3)); in TEST() 84 EXPECT_TRUE(comp(s3, s4)); in TEST()
|
/openbmc/linux/arch/ia64/lib/ |
H A D | xor.S | 72 .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]
|
/openbmc/linux/lib/ |
H A D | random32.c | 57 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()
|
/openbmc/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";
|
/openbmc/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()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | relocate_kernel.S | 41 and s3, s1, t0 /* store destination addr in s3 */ 69 REG_S s4, s3, 0 70 PTR_ADDI s3, s3, SZREG
|
/openbmc/linux/arch/x86/crypto/ |
H A D | twofish-x86_64-asm_64.S | 23 #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;\
|
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;\
|
/openbmc/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 …]
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | compat.h | 40 compat_ulong_t s3; member 77 cregs->s3 = (compat_ulong_t) regs->s3; in regs_to_cregs() 114 regs->s3 = (unsigned long) cregs->s3; in cregs_to_regs()
|
/openbmc/linux/net/dccp/ccids/lib/ |
H A D | packet_history.c | 205 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()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | entry.S | 63 csrr s3, CSR_TVAL 69 REG_S s3, PT_BADADDR(sp) 199 csrr s3, CSR_TVAL 205 REG_S s3, PT_BADADDR(sp) 246 REG_S s3, TASK_THREAD_S3_RA(a3) 261 REG_L s3, TASK_THREAD_S3_RA(a4)
|
H A D | kexec_relocate.S | 32 mv s3, a3 108 mv a0, s3 122 mv s3, zero 186 mv s3, zero
|
/openbmc/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 …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-pcmpistri.c | 14 union u s3 = { .uc = "bcdefghijklmnab" }; variable 28 if (_mm_cmpistri(s1.x, s3.x, 0x4c) != 16) { in main()
|
/openbmc/u-boot/lib/lzo/ |
H A D | lzodefs.h | 43 #define DX3(p, s1, s2, s3) ((DX2((p)+1, s2, s3) << (s1)) ^ (p)[0]) argument
|
/openbmc/linux/lib/crypto/ |
H A D | poly1305-donna32.c | 37 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()
|
/openbmc/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",
|
/openbmc/linux/arch/mips/boot/compressed/ |
H A D | head.S | 23 move s3, a3 42 move a3, s3
|
/openbmc/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()
|