| /linux/crypto/ |
| H A D | cast5_generic.c | 157 static const u32 s7[256] = { variable 406 z[0] = x[0] ^ s5[xi(13)] ^ s6[xi(15)] ^ s7[xi(12)] ^ sb8[xi(14)] ^ in key_schedule() 407 s7[xi(8)]; in key_schedule() 408 z[1] = x[2] ^ s5[zi(0)] ^ s6[zi(2)] ^ s7[zi(1)] ^ sb8[zi(3)] ^ in key_schedule() 410 z[2] = x[3] ^ s5[zi(7)] ^ s6[zi(6)] ^ s7[zi(5)] ^ sb8[zi(4)] ^ in key_schedule() 412 z[3] = x[1] ^ s5[zi(10)] ^ s6[zi(9)] ^ s7[zi(11)] ^ sb8[zi(8)] ^ in key_schedule() 414 k[0] = s5[zi(8)] ^ s6[zi(9)] ^ s7[zi(7)] ^ sb8[zi(6)] ^ s5[zi(2)]; in key_schedule() 415 k[1] = s5[zi(10)] ^ s6[zi(11)] ^ s7[zi(5)] ^ sb8[zi(4)] ^ in key_schedule() 417 k[2] = s5[zi(12)] ^ s6[zi(13)] ^ s7[zi(3)] ^ sb8[zi(2)] ^ in key_schedule() 418 s7[zi(9)]; in key_schedule() [all …]
|
| /linux/arch/riscv/include/asm/ |
| H A D | compat.h | 62 compat_ulong_t s7; member 99 cregs->s7 = (compat_ulong_t) regs->s7; in regs_to_cregs() 136 regs->s7 = (unsigned long) cregs->s7; in cregs_to_regs()
|
| /linux/arch/mips/kernel/ |
| H A D | cps-vec-ns16550.S | 52 move s7, ra 61 2: jr s7 123 move s7, ra 128 move ra, s7
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | amlogic-s7.dtsi | 10 #include <dt-bindings/power/amlogic,s7-pwrc.h> 87 compatible = "amlogic,s7-pwrc"; 136 compatible = "amlogic,s7-uart", 146 compatible = "amlogic,pinctrl-s7"; 226 compatible = "amlogic,s7-gpio-intc", 236 compatible = "amlogic,s7-ao-secure",
|
| H A D | amlogic-s7-s805x3-bp201.dts | 8 #include "amlogic-s7.dtsi" 11 compatible = "amlogic,bp201", "amlogic,s7";
|
| /linux/arch/mips/include/asm/ |
| H A D | asmmacro-64.h | 25 LONG_S s7, THREAD_REG23(\thread) 38 LONG_L s7, THREAD_REG23(\thread)
|
| H A D | regdef.h | 139 #define s7 $23 182 #define s7 $23
|
| H A D | asmmacro-32.h | 72 LONG_S s7, THREAD_REG23(\thread) 85 LONG_L s7, THREAD_REG23(\thread)
|
| /linux/arch/mips/power/ |
| H A D | hibernate_asm.S | 27 PTR_S s7, PT_R23(t0) 57 PTR_L s7, PT_R23(t0)
|
| /linux/arch/loongarch/power/ |
| H A D | hibernate_asm.S | 28 PTR_S s7, t0, PT_R30 62 PTR_L s7, t0, PT_R30
|
| /linux/drivers/soc/bcm/brcmstb/pm/ |
| H A D | s3-mips.S | 34 sw s7, 32(t0) 119 lw s7, 32(t0)
|
| H A D | s2-mips.S | 31 sw s7, 32(sp) 174 lw s7, 32(sp)
|
| /linux/arch/mips/fw/lib/ |
| H A D | call_o32.S | 49 REG_S s7,O32_FRAMESZ-4*SZREG(sp) 97 REG_L s7,O32_FRAMESZ-4*SZREG(sp)
|
| /linux/arch/loongarch/kernel/ |
| H A D | rethook_trampoline.S | 36 cfi_st s7, PT_R30 71 cfi_ld s7, PT_R30
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-neon-core.S | 50 #define transpose_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 56 zip1 RTMP5.4s, s6.4s, s7.4s; \ 58 zip2 RTMP7.4s, s6.4s, s7.4s; \ 66 zip2 s7.2d, RTMP6.2d, RTMP7.2d; 78 #define rotate_clockwise_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 84 zip1 RTMP6.4s, s7.4s, s6.4s; \ 86 zip2 RTMP7.4s, s7.4s, s6.4s; \ 94 zip2 s7.2d, RTMP7.2d, RTMP5.2d;
|
| /linux/lib/crypto/mips/ |
| H A D | chacha-core.S | 51 #define SAVED_CA $s7 53 #define IS_UNALIGNED $s7 222 sw $s7, 28($sp) 301 lw $s7, 28($sp)
|
| H A D | poly1305-mips.pl | 42 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23)); 226 my ($shr,$shl) = ($s6,$s7); # used on R6 249 sd $s7,56($sp) 422 ld $s7,56($sp) 730 ($s0,$s1,$s2,$s3,$s4, $s5,$s6,$s7,$s8, $s9,$s10,$s11); 749 sw $s7, 4*7($sp) 1131 lw $s7, 4*7($sp)
|
| /linux/arch/riscv/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 47 #define state7 s7 92 REG_S s7, 7*SZREG(sp) 242 REG_L s7, 7*SZREG(sp)
|
| /linux/arch/loongarch/vdso/ |
| H A D | vgetrandom-chacha.S | 47 #define state7 s7 93 REG_S s7, sp, SZREG * 7 247 REG_L s7, sp, SZREG * 7
|
| /linux/arch/riscv/kernel/ |
| H A D | kexec_relocate.S | 120 mv s7, zero 184 mv s7, zero
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8450-samsung-r0q.dts | 63 vdd-s7-supply = <&vph_pwr>; 96 vdd-s7-supply = <&vph_pwr>;
|
| /linux/lib/crypto/arm/ |
| H A D | blake2b-neon-core.S | 72 .macro _blake2b_round s0, s1, s2, s3, s4, s5, s6, s7, \ 111 .if \s1 == 0 || \s3 == 0 || \s5 == 0 || \s7 == 0 119 vadd.u64 d3, d3, M_\s7
|
| /linux/lib/crypto/riscv/ |
| H A D | chacha-riscv64-zvkb.S | 71 #define KEY7 s7 153 sd s7, 56(sp) 289 ld s7, 56(sp)
|
| /linux/arch/x86/crypto/ |
| H A D | des3_ede-asm_64.S | 19 #define s7 ((s6) + (64*8)) macro 20 #define s8 ((s7) + (64*8)) 145 leaq s7(%rip), RW1; \ 380 leaq s7(%rip), RT2; \ 409 leaq s7(%rip), RT2; \ 438 leaq s7(%rip), RT2; \
|
| /linux/arch/loongarch/include/asm/ |
| H A D | regdef.h | 38 #define s7 $r30 macro
|