Home
last modified time | relevance | path

Searched refs:S0 (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.4/arch/x86/crypto/
Dsha256-avx2-asm.S181 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
182 rorx $2, a, T1 # T1 = (a >> 2) # S0
186 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
193 add y1, h # h = k + w + h + S0 # --
199 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
200 add y3, h # h = t1 + S0 + MAJ # --
230 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
233 rorx $2, a, T1 # T1 = (a >> 2) # S0
237 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
245 add y1, h # h = k + w + h + S0 # --
[all …]
Dsha512-avx2-asm.S204 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0
205 rorx $28, a, T1 # T1 = (a >> 28) # S0
208 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0
214 add y1, h # h = k + w + h + S0 # --
218 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
219 add y3, h # h = t1 + S0 + MAJ # --
268 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0
270 rorx $28, a, T1 # T1 = (a >> 28) # S0
273 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0
279 add y1, h # h = k + w + h + S0 # --
[all …]
Dsha256-avx-asm.S177 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 …]
Dsha256-ssse3-asm.S172 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 …]
Dserpent-sse2-i586-asm_32.S137 #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);
Dserpent-sse2-x86_64-asm_64.S637 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);
Dserpent-avx-x86_64-asm_64.S572 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
580 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
588 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17);
596 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
Dserpent-avx2-asm_64.S578 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
586 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
594 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17);
602 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
Dsha512-ssse3-asm.S148 ror $28, tmp0 # 28 # tmp = ((((a ror5)^a)ror6)^a)ror28 = S0(a)
149 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
Dsha512-avx-asm.S155 RORQ tmp0, 28 # 28 # tmp = ((((a ror5)^a)ror6)^a)ror28 = S0(a)
156 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
/Linux-v5.4/arch/mips/kvm/
Dentry.c44 #define S0 16 macro
321 UASM_i_LW(&p, S0, (int)offsetof(struct kvm_vcpu, kvm) - in kvm_mips_build_enter_guest()
323 UASM_i_LW(&p, A0, offsetof(struct kvm, arch.gpa_mm.pgd), S0); in kvm_mips_build_enter_guest()
365 UASM_i_ADDIU(&p, T1, S0, in kvm_mips_build_enter_guest()
634 UASM_i_LW(&p, S0, offsetof(struct kvm_vcpu, run), S1); in kvm_mips_build_exit()
795 uasm_i_move(&p, A0, S0); in kvm_mips_build_exit()
/Linux-v5.4/fs/reiserfs/
Dlbalance.c743 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()
Dfix_node.c700 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()
/Linux-v5.4/tools/perf/arch/riscv/util/
Dunwind-libdw.c29 dwarf_regs[8] = REG(S0); in libdw__arch_set_initial_registers()
/Linux-v5.4/arch/h8300/lib/
Dlibgcc.h22 #define S0 r4 macro
/Linux-v5.4/crypto/
Dserpent_generic.c68 #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()
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()
/Linux-v5.4/drivers/isdn/mISDN/
DKconfig37 - BRI (S0) and PRI (S2M) interface
/Linux-v5.4/arch/arm/boot/dts/
Dqcom-msm8660.dtsi435 /* S0 and S1 Handled as SAW regulators by SPM */
/Linux-v5.4/Documentation/power/
Dpci.rst189 working state as S0. In general, the target system sleep (or working) state
207 (ACPI S0), they should be translated into interrupts so that the kernel can
235 state (ACPI S0) and in that case the system's core logic generates a System
509 S1-S3, into the working state (ACPI S0), the phases are:
/Linux-v5.4/arch/arm64/boot/dts/rockchip/
Drk3399-gru.dtsi655 * At the moment settings are identical for S0 and S3, but if we later
/Linux-v5.4/drivers/acpi/
DKconfig225 the S3 (or optionally S4/S5) state to S0 state after a time period
/Linux-v5.4/Documentation/crypto/
Ddescore-readme.txt273 bits are rotated left 4 when computing S6 S4 S2 S0:
/Linux-v5.4/drivers/eisa/
Deisa.ids1070 ITK0011 "ITK ixEins Basic S0/Up0 ISDN-Adapter Version 1.1"
1071 ITK0012 "ITK ixEins Basic S0/Up0 ISDN-Adapter Version 1.2"