Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dsha256-avx2-asm.S183 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
184 rorx $2, a, T1 # T1 = (a >> 2) # S0
188 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
195 add y1, h # h = k + w + h + S0 # --
201 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
202 add y3, h # h = t1 + S0 + MAJ # --
232 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
235 rorx $2, a, T1 # T1 = (a >> 2) # S0
239 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
247 add y1, h # h = k + w + h + S0 # --
[all …]
Dsha512-avx2-asm.S203 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 …]
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 …]
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 …]
Dserpent-sse2-i586-asm_32.S152 #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);
Dserpent-sse2-x86_64-asm_64.S652 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);
Dserpent-avx2-asm_64.S577 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
585 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
593 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17);
601 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
Dserpent-avx-x86_64-asm_64.S585 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
593 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
601 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17);
609 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-4.4.14/arch/cris/arch-v32/kernel/
Dkgdb.c322 S0, S1, S2, S3, enumerator
573 } else if (regno >= S0 && regno <= S15) { in write_register()
575 …igned char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned i… in write_register()
620 } else if (regno >= S0 && regno <= S15) { in read_register()
622 …t *)((char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned i… in read_register()
/linux-4.4.14/arch/h8300/lib/
Dlibgcc.h21 #define S0 r4 macro
/linux-4.4.14/Documentation/isdn/
DREADME.HiSax27 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 …]
DREADME.icn136 used on your S0-bus and Idstring is the Name of the card, given during
DREADME176 (no auto-answer if S0=0).
539 the only device connected to the S0-bus. Otherwise it could happen that
/linux-4.4.14/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.c702 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-4.4.14/drivers/isdn/hisax/
DKconfig9 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-4.4.14/crypto/
Dserpent_generic.c72 #define S0(x0, x1, x2, x3, x4) ({ \ macro
404 S0(r1, r2, r0, r4, r3); store_and_load_keys(r0, r2, r4, r1, 8, 4); in __serpent_setkey()
412 S0(r0, r1, r3, r4, r2); store_and_load_keys(r3, r1, r4, r0, -24, -28); in __serpent_setkey()
421 S0(r3, r0, r2, r4, r1); store_and_load_keys(r2, r0, r4, r3, -6, -10); in __serpent_setkey()
430 S0(r2, r3, r1, r4, r0); store_and_load_keys(r1, r3, r4, r2, 12, 8); in __serpent_setkey()
463 S0(r0, r1, r2, r3, r4); LK(r2, r1, r3, r0, r4, 1); in __serpent_encrypt()
471 S0(r2, r0, r4, r3, r1); LK(r4, r0, r3, r2, r1, 9); in __serpent_encrypt()
479 S0(r4, r2, r1, r3, r0); LK(r1, r2, r3, r4, r0, 17); in __serpent_encrypt()
487 S0(r1, r4, r0, r3, r2); LK(r0, r4, r3, r1, r2, 25); in __serpent_encrypt()
/linux-4.4.14/drivers/isdn/mISDN/
DKconfig36 - BRI (S0) and PRI (S2M) interface
/linux-4.4.14/Documentation/power/
Dstates.txt28 ACPI state: S0
Dpci.txt184 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-4.4.14/Documentation/crypto/
Ddescore-readme.txt273 bits are rotated left 4 when computing S6 S4 S2 S0:
/linux-4.4.14/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"