/openbmc/linux/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 200 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0 201 rorx $28, a, T1 # T1 = (a >> 28) # S0 204 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0 210 add y1, h # h = k + w + h + S0 # -- 214 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 215 add y3, h # h = t1 + S0 + MAJ # -- 264 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0 266 rorx $28, a, T1 # T1 = (a >> 28) # S0 269 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0 275 add y1, h # h = k + w + h + S0 # -- [all …]
|
H A D | sha256-avx2-asm.S | 179 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0 180 rorx $2, a, T1 # T1 = (a >> 2) # S0 184 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0 191 add y1, h # h = k + w + h + S0 # -- 197 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 198 add y3, h # h = t1 + S0 + MAJ # -- 228 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0 231 rorx $2, a, T1 # T1 = (a >> 2) # S0 235 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0 243 add y1, h # h = k + w + h + S0 # -- [all …]
|
H A D | sha256-avx-asm.S | 177 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 189 add y1, h # h = h + S1 + CH + k + w + S0 192 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 215 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 227 add y1, h # h = h + S1 + CH + k + w + S0 230 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 252 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 264 add y1, h # h = h + S1 + CH + k + w + S0 268 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 289 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) [all …]
|
H A D | sha256-ssse3-asm.S | 173 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 186 add y1, h # h = h + S1 + CH + k + w + S0 189 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 215 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 227 add y1, h # h = h + S1 + CH + k + w + S0 230 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 255 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 267 add y1, h # h = h + S1 + CH + k + w + S0 271 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 295 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>2 [all …]
|
H A D | serpent-sse2-i586-asm_32.S | 137 #define S0(x0, x1, x2, x3, x4) \ macro 516 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1); 524 S0(RC, RA, RE, RD, RB); LK(RE, RA, RD, RC, RB, 9); 532 S0(RE, RC, RB, RD, RA); LK(RB, RC, RD, RE, RA, 17); 540 S0(RB, RE, RA, RD, RC); LK(RA, RE, RD, RB, RC, 25);
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 294 | 44 S0="--object secret,id=sec0,data=hunter0" 46 SECRETS="$S0 $S1" 53 _make_test_img $S0 -o "key-secret=sec0,iter-time=10" 32M 57 $QEMU_IO $S0 -c "read 0 4096" $IMGS0 | _filter_qemu_io | _filter_testdir 73 $QEMU_IO $S0 -c "read 0 4096" $IMGS0 | _filter_qemu_io | _filter_testdir
|
H A D | 293 | 54 S0="--object secret,id=sec0,data=hunter0" 59 SECRETS="$S0 $S1 $S2 $S3 $S4" 70 _make_test_img $S0 $EXTRA_IMG_ARGS -o ${PR}key-secret=sec0,${PR}iter-time=10 32M 74 $QEMU_IO $S0 -c "read 0 4096" $IMGS0 | _filter_qemu_io | _filter_testdir
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-iostat.txt | 43 S0-uncore_iio_0<0000:00> 45 S0-uncore_iio_1<0000:17> 47 S0-uncore_iio_2<0000:3a> 49 S0-uncore_iio_3<0000:5d>
|
/openbmc/linux/arch/mips/kvm/ |
H A D | entry.c | 44 #define S0 16 macro 317 UASM_i_LW(&p, S0, (int)offsetof(struct kvm_vcpu, kvm) - in kvm_mips_build_enter_guest() 319 UASM_i_LW(&p, A0, offsetof(struct kvm, arch.gpa_mm.pgd), S0); in kvm_mips_build_enter_guest() 361 UASM_i_ADDIU(&p, T1, S0, in kvm_mips_build_enter_guest() 610 UASM_i_MFC0(&p, S0, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_exit() 769 uasm_i_move(&p, A0, S0); in kvm_mips_build_exit() 811 uasm_i_move(&p, K1, S0); in kvm_mips_build_ret_from_exit() 846 UASM_i_MTC0(&p, S0, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_ret_to_guest()
|
/openbmc/google-misc/subprojects/acpi-power-state-daemon/ |
H A D | host-s0-state.target | 2 Description=Host S0 state target
|
/openbmc/linux/fs/reiserfs/ |
H A D | lbalance.c | 743 struct buffer_head *S0 = PATH_PLAST_BUFFER(tb->tb_path); in leaf_shift_left() local 754 if (B_NR_ITEMS(S0) == 0) { in leaf_shift_left() 774 replace_key(tb, tb->CFL[0], tb->lkey[0], S0, 0); in leaf_shift_left() 777 !(is_direntry_le_ih(item_head(S0, 0)) in leaf_shift_left() 778 && !ih_entry_count(item_head(S0, 0)))) && in leaf_shift_left() 780 (leaf_key(S0, 0), S0->b_size)), in leaf_shift_left()
|
H A D | fix_node.c | 700 struct buffer_head *S0; in are_leaves_removable() local 702 S0 = PATH_H_PBUFFER(tb->tb_path, 0); in are_leaves_removable() 716 RFALSE(B_NR_ITEMS(S0) != 1, in are_leaves_removable() 718 B_NR_ITEMS(S0)); in are_leaves_removable() 720 ih = item_head(S0, 0); in are_leaves_removable() 748 if (MAX_CHILD_SIZE(S0) + vn->vn_size <= rfree + lfree + ih_size) { in are_leaves_removable() 1944 struct buffer_head *S0, *F0; in dc_check_balance_leaf() local 1947 S0 = PATH_H_PBUFFER(tb->tb_path, 0); in dc_check_balance_leaf() 1952 maxsize = MAX_CHILD_SIZE(S0); /* maximal possible size of an item */ in dc_check_balance_leaf() 1956 RFALSE(-levbytes >= maxsize - B_FREE_SPACE(S0), in dc_check_balance_leaf()
|
/openbmc/linux/crypto/ |
H A D | serpent_generic.c | 63 #define S0(x0, x1, x2, x3, x4) ({ \ macro 237 S0(r1, r2, r0, r4, r3); store_and_load_keys(r0, r2, r4, r1, 8, 4); in __serpent_setkey_sbox() 245 S0(r0, r1, r3, r4, r2); store_and_load_keys(r3, r1, r4, r0, -24, -28); in __serpent_setkey_sbox() 254 S0(r3, r0, r2, r4, r1); store_and_load_keys(r2, r0, r4, r3, -6, -10); in __serpent_setkey_sbox() 263 S0(r2, r3, r1, r4, r0); store_and_load_keys(r1, r3, r4, r2, 12, 8); in __serpent_setkey_sbox() 470 S0(r0, r1, r2, r3, r4); LK(r2, r1, r3, r0, r4, 1); in __serpent_encrypt() 478 S0(r2, r0, r4, r3, r1); LK(r4, r0, r3, r2, r1, 9); in __serpent_encrypt() 486 S0(r4, r2, r1, r3, r0); LK(r1, r2, r3, r4, r0, 17); in __serpent_encrypt() 494 S0(r1, r4, r0, r3, r2); LK(r0, r4, r3, r1, r2, 25); in __serpent_encrypt()
|
/openbmc/linux/tools/perf/arch/riscv/util/ |
H A D | unwind-libdw.c | 30 dwarf_regs[8] = REG(S0); in libdw__arch_set_initial_registers()
|
/openbmc/webui-vue/tests/unit/Global/__snapshots__/ |
H A D | Search.spec.js.snap | 40 …d="M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L1…
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | Kconfig | 38 - BRI (S0) and PRI (S2M) interface
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | ocelot_ext.c | 44 [S0] = "s0",
|
H A D | seville_vsc9953.c | 454 [S0] = vsc9953_vcap_regmap, 488 [S0] = "s0", 747 .target = S0,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 39 + "RA:%08lx S0:%08lx S1:%08lx S2:%08lx\n"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/ |
H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 39 + "RA:%08lx S0:%08lx S1:%08lx S2:%08lx\n"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-wilco-ec | 43 - In S0, the port will always provide power.
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-qcom-dc-scm-v1.dts | 113 /*S0-S7*/ "","","","","","","","",
|
H A D | aspeed-bmc-vegman-n110.dts | 33 …/*S0-S7*/ "_SPI2_BMC_CS1","","","IRQ_SML0_ALERT_MUX","FP_LED_STATUS_GREEN","FP_LED_STATUS_AMBER","…
|
/openbmc/u-boot/lib/ |
H A D | sha256.c | 84 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) in sha256_process() macro 96 S0(W[t - 15]) + W[t - 16] \ in sha256_process()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | vsc7514_regs.c | 430 [S0] = vsc7514_vcap_regmap, 652 .target = S0,
|