| /linux/lib/crypto/x86/ |
| H A D | sha512-avx2-asm.S | 199 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0 200 rorx $28, a, T1 # T1 = (a >> 28) # S0 203 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0 209 add y1, h # h = k + w + h + S0 # -- 213 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 214 add y3, h # h = t1 + S0 + MAJ # -- 263 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0 265 rorx $28, a, T1 # T1 = (a >> 28) # S0 268 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0 274 add y1, h # h = k + w + h + S0 # -- [all …]
|
| H A D | sha256-avx2-asm.S | 178 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0 179 rorx $2, a, T1 # T1 = (a >> 2) # S0 183 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0 190 add y1, h # h = k + w + h + S0 # -- 196 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 197 add y3, h # h = t1 + S0 + MAJ # -- 227 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0 230 rorx $2, a, T1 # T1 = (a >> 2) # S0 234 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0 242 add y1, h # h = k + w + h + S0 # -- [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 | 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 …]
|
| /linux/kernel/trace/rv/monitors/pagefault/ |
| H A D | pagefault.h | 32 S0, enumerator 46 __set_bit(S0, mon->states); in ltl_start() 59 case S0: in ltl_possible_next_states() 61 __set_bit(S0, next); in ltl_possible_next_states()
|
| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | sleep.h | 64 S0, enumerator 115 __set_bit(S0, mon->states); in ltl_start() 164 case S0: in ltl_possible_next_states() 166 __set_bit(S0, next); in ltl_possible_next_states() 204 __set_bit(S0, next); in ltl_possible_next_states() 214 __set_bit(S0, next); in ltl_possible_next_states() 224 __set_bit(S0, next); in ltl_possible_next_states() 248 __set_bit(S0, next); in ltl_possible_next_states()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-iostat.txt | 43 S0-uncore_iio_0<0000:00> 45 S0-uncore_iio_1<0000:17> 47 S0-uncore_iio_2<0000:3a> 49 S0-uncore_iio_3<0000:5d>
|
| /linux/crypto/ |
| H A D | serpent_generic.c | 63 #define S0(x0, x1, x2, x3, x4) ({ \ macro 237 S0(r1, r2, r0, r4, r3); store_and_load_keys(r0, r2, r4, r1, 8, 4); in __serpent_setkey_sbox() 245 S0(r0, r1, r3, r4, r2); store_and_load_keys(r3, r1, r4, r0, -24, -28); in __serpent_setkey_sbox() 254 S0(r3, r0, r2, r4, r1); store_and_load_keys(r2, r0, r4, r3, -6, -10); in __serpent_setkey_sbox() 263 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/drivers/net/dsa/ocelot/ |
| H A D | ocelot_ext.c | 44 [S0] = "s0",
|
| H A D | seville_vsc9953.c | 454 [S0] = vsc9953_vcap_regmap, 488 [S0] = "s0", 747 .target = S0,
|
| /linux/arch/x86/crypto/ |
| 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);
|
| H A D | serpent-avx-x86_64-asm_64.S | 568 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 576 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); 584 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17); 592 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
|
| H A D | serpent-avx2-asm_64.S | 567 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 575 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); 583 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17); 591 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
|
| /linux/drivers/isdn/mISDN/ |
| H A D | Kconfig | 38 - BRI (S0) and PRI (S2M) interface
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-qcom-dc-scm-v1.dts | 113 /*S0-S7*/ "","","","","","","","",
|
| H A D | aspeed-bmc-nvidia-msx4-bmc.dts | 100 /*S0-S7*/ "","","RST_PCA_MUX","","","","","",
|
| H A D | aspeed-bmc-vegman-n110.dts | 33 …/*S0-S7*/ "_SPI2_BMC_CS1","","","IRQ_SML0_ALERT_MUX","FP_LED_STATUS_GREEN","FP_LED_STATUS_AMBER","…
|
| H A D | aspeed-bmc-vegman-sx20.dts | 33 …/*S0-S7*/ "_SPI2_BMC_CS1","","","IRQ_SML0_ALERT_MUX","FP_LED_STATUS_GREEN","FP_LED_STATUS_AMBER","…
|
| H A D | aspeed-bmc-amd-daytonax.dts | 144 /*S0-S7*/ "","","","","","","","",
|
| H A D | aspeed-bmc-inventec-transformers.dts | 289 /*S0-S7*/ "","","","","","","","",
|
| H A D | aspeed-bmc-facebook-greatlakes.dts | 273 /*S0-S7*/ "","","power-p5v-usb","presence-bmc-tpm","","","","",
|
| H A D | aspeed-bmc-opp-romulus.dts | 253 /*S0-S7*/ "","","","","","","","seq_cont",
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-wilco-ec | 43 - In S0, the port will always provide power.
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | vsc7514_regs.c | 430 [S0] = vsc7514_vcap_regmap, 652 .target = S0,
|