| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha256-avx2-asm.S | 180 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0 181 rorx $2, a, T1 # T1 = (a >> 2) # S0 185 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0 192 add y1, h # h = k + w + h + S0 # -- 198 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 199 add y3, h # h = t1 + S0 + MAJ # -- 229 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0 232 rorx $2, a, T1 # T1 = (a >> 2) # S0 236 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0 244 add y1, h # h = k + w + h + S0 # -- [all …]
|
| H A D | sha512-avx2-asm.S | 203 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0 204 rorx $28, a, T1 # T1 = (a >> 28) # S0 207 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0 213 add y1, h # h = k + w + h + S0 # -- 217 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 218 add y3, h # h = t1 + S0 + MAJ # -- 267 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0 269 rorx $28, a, T1 # T1 = (a >> 28) # S0 272 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0 278 add y1, h # h = k + w + h + S0 # -- [all …]
|
| H A D | sha256-avx-asm.S | 176 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 188 add y1, h # h = h + S1 + CH + k + w + S0 191 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 214 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 226 add y1, h # h = h + S1 + CH + k + w + S0 229 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 251 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 263 add y1, h # h = h + S1 + CH + k + w + S0 267 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 288 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) [all …]
|
| H A D | sha256-ssse3-asm.S | 172 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 185 add y1, h # h = h + S1 + CH + k + w + S0 188 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 214 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 226 add y1, h # h = h + S1 + CH + k + w + S0 229 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 254 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22) 266 add y1, h # h = h + S1 + CH + k + w + S0 270 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 294 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);
|
| H A D | serpent-sse2-x86_64-asm_64.S | 637 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 645 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); 653 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17); 661 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | entry.c | 44 #define S0 16 macro 324 UASM_i_LW(&p, S0, (int)offsetof(struct kvm_vcpu, kvm) - in kvm_mips_build_enter_guest() 326 UASM_i_LW(&p, A0, offsetof(struct kvm, arch.gpa_mm.pgd), S0); in kvm_mips_build_enter_guest() 368 UASM_i_ADDIU(&p, T1, S0, in kvm_mips_build_enter_guest() 647 UASM_i_MFC0(&p, S0, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_exit() 808 uasm_i_move(&p, A0, S0); in kvm_mips_build_exit() 850 uasm_i_move(&p, K1, S0); in kvm_mips_build_ret_from_exit() 885 UASM_i_MTC0(&p, S0, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_ret_to_guest()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | serpent_generic.c | 68 #define S0(x0, x1, x2, x3, x4) ({ \ macro 242 S0(r1, r2, r0, r4, r3); store_and_load_keys(r0, r2, r4, r1, 8, 4); in __serpent_setkey_sbox() 250 S0(r0, r1, r3, r4, r2); store_and_load_keys(r3, r1, r4, r0, -24, -28); in __serpent_setkey_sbox() 259 S0(r3, r0, r2, r4, r1); store_and_load_keys(r2, r0, r4, r3, -6, -10); in __serpent_setkey_sbox() 268 S0(r2, r3, r1, r4, r0); store_and_load_keys(r1, r3, r4, r2, 12, 8); in __serpent_setkey_sbox() 471 S0(r0, r1, r2, r3, r4); LK(r2, r1, r3, r0, r4, 1); in __serpent_encrypt() 479 S0(r2, r0, r4, r3, r1); LK(r4, r0, r3, r2, r1, 9); in __serpent_encrypt() 487 S0(r4, r2, r1, r3, r0); LK(r1, r2, r3, r4, r0, 17); in __serpent_encrypt() 495 S0(r1, r4, r0, r3, r2); LK(r0, r4, r3, r1, r2, 25); in __serpent_encrypt()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/riscv/util/ |
| H A D | unwind-libdw.c | 29 dwarf_regs[8] = REG(S0); in libdw__arch_set_initial_registers()
|
| /OK3568_Linux_fs/kernel/arch/h8300/lib/ |
| H A D | libgcc.h | 22 #define S0 r4
|
| /OK3568_Linux_fs/buildroot/package/sysvinit/ |
| H A D | inittab | 19 # S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | hash_sha256.c | 129 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) macro 141 S0(W[t - 15]) + W[t - 16] \
|
| H A D | hash_sha512.c | 203 #define S0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) in mbedtls_sha512_process() macro 227 S0(W[i - 15]) + W[i - 16]; in mbedtls_sha512_process()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sha512.c | 167 #define S0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) in sha512_process() macro 189 S0(W[i - 15]) + W[i - 16]; in sha512_process()
|
| H A D | sha256.c | 92 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) in sha256_process_one() macro 104 S0(W[t - 15]) + W[t - 16] \ in sha256_process_one()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | Kconfig | 38 - BRI (S0) and PRI (S2M) interface
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/ |
| H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 38 + "RA:%08lx S0:%08lx S1:%08lx S2:%08lx\n"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
| H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 38 + "RA:%08lx S0:%08lx S1:%08lx S2:%08lx\n"
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-platform-wilco-ec | 43 - In S0, the port will always provide power.
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/ |
| H A D | seville_vsc9953.c | 364 [S0] = vsc9953_vcap_regmap, 398 [S0] = { 823 .target = S0,
|
| H A D | felix_vsc9959.c | 372 [S0] = vsc9959_vcap_regmap, 407 [S0] = { 836 .target = S0,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/ |
| H A D | ocelot_vsc7514.c | 323 [S0] = ocelot_vcap_regmap, 988 .target = S0, 1180 { S0, "s0" }, in mscc_ocelot_probe()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | aspeed-bmc-opp-romulus.dts | 254 /*S0-S7*/ "","","","","","","","seq_cont",
|