/linux-4.1.27/arch/x86/crypto/ |
D | sha256-avx2-asm.S | 183 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 …]
|
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 …]
|
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 | 585 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);
|
D | serpent-avx2-asm_64.S | 577 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);
|
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-4.1.27/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 322 S0, S1, S2, S3, enumerator 575 } else if (regno >= S0 && regno <= S15) { in write_register() 577 …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.1.27/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.icn | 136 used on your S0-bus and Idstring is the Name of the card, given during
|
D | README | 176 (no auto-answer if S0=0). 539 the only device connected to the S0-bus. Otherwise it could happen that
|
/linux-4.1.27/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-4.1.27/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-4.1.27/crypto/ |
D | serpent_generic.c | 72 #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.1.27/drivers/isdn/mISDN/ |
D | Kconfig | 36 - BRI (S0) and PRI (S2M) interface
|
/linux-4.1.27/Documentation/power/ |
D | states.txt | 28 ACPI state: S0
|
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-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 273 bits are rotated left 4 when computing S6 S4 S2 S0:
|
/linux-4.1.27/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"
|