/Linux-v4.19/arch/x86/crypto/ |
D | sha512-avx2-asm.S | 204 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 …]
|
D | sha256-avx2-asm.S | 181 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 …]
|
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 …]
|
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 …]
|
D | serpent-sse2-i586-asm_32.S | 152 #define S0(x0, x1, x2, x3, x4) \ macro 531 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1); 539 S0(RC, RA, RE, RD, RB); LK(RE, RA, RD, RC, RB, 9); 547 S0(RE, RC, RB, RD, RA); LK(RB, RC, RD, RE, RA, 17); 555 S0(RB, RE, RA, RD, RC); LK(RA, RE, RD, RB, RC, 25);
|
D | serpent-sse2-x86_64-asm_64.S | 652 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 660 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); 668 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17); 676 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
|
D | serpent-avx-x86_64-asm_64.S | 587 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 595 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); 603 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17); 611 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
|
D | serpent-avx2-asm_64.S | 583 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 591 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); 599 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17); 607 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
|
D | sha512-avx-asm.S | 155 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)
|
D | sha512-ssse3-asm.S | 148 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)
|
/Linux-v4.19/arch/mips/kvm/ |
D | entry.c | 44 #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-v4.19/Documentation/isdn/ |
D | README.HiSax | 27 Teles S0/PCMCIA 31 Creatix PnP S0 32 Compaq ISDN S0 ISA card 44 Eicon Diva 2.0 ISA and PCI (S0 and U interface, no PRO version) 58 Traverse Technologie NETjet PCI S0 card and NETspider U card 180 19 Compaq ISDN S0 ISA card irq, io0, io1, io (from isapnp setup io=IO2) 195 33 Scitel Quadro subcontroller (4*S0, subctrl 1...4) 281 8 Teles S0 PCMCIA pa=irq pb=iobase 295 19 Compaq ISDN S0 ISA card ONLY WORKS AS A MODULE ! 310 33 Scitel Quadro subcontroller (4*S0, subctrl 1...4) [all …]
|
D | README | 176 (no auto-answer if S0=0). 539 the only device connected to the S0-bus. Otherwise it could happen that
|
/Linux-v4.19/fs/reiserfs/ |
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()
|
D | fix_node.c | 702 struct buffer_head *S0; in are_leaves_removable() local 704 S0 = PATH_H_PBUFFER(tb->tb_path, 0); in are_leaves_removable() 718 RFALSE(B_NR_ITEMS(S0) != 1, in are_leaves_removable() 720 B_NR_ITEMS(S0)); in are_leaves_removable() 722 ih = item_head(S0, 0); in are_leaves_removable() 750 if (MAX_CHILD_SIZE(S0) + vn->vn_size <= rfree + lfree + ih_size) { in are_leaves_removable() 1948 struct buffer_head *S0, *F0; in dc_check_balance_leaf() local 1951 S0 = PATH_H_PBUFFER(tb->tb_path, 0); in dc_check_balance_leaf() 1956 maxsize = MAX_CHILD_SIZE(S0); /* maximal possible size of an item */ in dc_check_balance_leaf() 1960 RFALSE(-levbytes >= maxsize - B_FREE_SPACE(S0), in dc_check_balance_leaf()
|
/Linux-v4.19/arch/h8300/lib/ |
D | libgcc.h | 22 #define S0 r4 macro
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | Kconfig | 9 ISDN-cards (like AVM A1, Elsa ISDN cards, Teles S0-16.0, Teles 10 S0-16.3, Teles S0-8, Teles/Creatix PnP, ITK micro ix1 and many 93 This enables HiSax support for the Teles ISDN-cards S0-16.0, S0-8 103 This enables HiSax support for the Teles ISDN-cards S0-16.3 the
|
/Linux-v4.19/crypto/ |
D | serpent_generic.c | 72 #define S0(x0, x1, x2, x3, x4) ({ \ macro 240 S0(r1, r2, r0, r4, r3); store_and_load_keys(r0, r2, r4, r1, 8, 4); in __serpent_setkey_sbox() 248 S0(r0, r1, r3, r4, r2); store_and_load_keys(r3, r1, r4, r0, -24, -28); in __serpent_setkey_sbox() 257 S0(r3, r0, r2, r4, r1); store_and_load_keys(r2, r0, r4, r3, -6, -10); in __serpent_setkey_sbox() 266 S0(r2, r3, r1, r4, r0); store_and_load_keys(r1, r3, r4, r2, 12, 8); in __serpent_setkey_sbox() 468 S0(r0, r1, r2, r3, r4); LK(r2, r1, r3, r0, r4, 1); in __serpent_encrypt() 476 S0(r2, r0, r4, r3, r1); LK(r4, r0, r3, r2, r1, 9); in __serpent_encrypt() 484 S0(r4, r2, r1, r3, r0); LK(r1, r2, r3, r4, r0, 17); in __serpent_encrypt() 492 S0(r1, r4, r0, r3, r2); LK(r0, r4, r3, r1, r2, 25); in __serpent_encrypt()
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | Kconfig | 36 - BRI (S0) and PRI (S2M) interface
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | qcom-msm8660.dtsi | 470 /* S0 and S1 Handled as SAW regulators by SPM */
|
/Linux-v4.19/Documentation/power/ |
D | pci.txt | 184 working state as S0. In general, the target system sleep (or working) state 201 (ACPI S0), they should be translated into interrupts so that the kernel can 229 state (ACPI S0) and in that case the system's core logic generates a System 498 S1-S3, into the working state (ACPI S0), the phases are:
|
/Linux-v4.19/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 661 * At the moment settings are identical for S0 and S3, but if we later
|
/Linux-v4.19/drivers/acpi/ |
D | Kconfig | 228 the S3 (or optionally S4/S5) state to S0 state after a time period
|
/Linux-v4.19/Documentation/crypto/ |
D | descore-readme.txt | 273 bits are rotated left 4 when computing S6 S4 S2 S0:
|
/Linux-v4.19/drivers/eisa/ |
D | eisa.ids | 1070 ITK0011 "ITK ixEins Basic S0/Up0 ISDN-Adapter Version 1.1" 1071 ITK0012 "ITK ixEins Basic S0/Up0 ISDN-Adapter Version 1.2"
|