HomeSort by: relevance | last modified time | path
    Searched refs:s7 (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/sys/arch/riscv/riscv/
locore.S 178 PTR_LA s7, _C_LABEL(mmutables_end)
185 // s7 end of memory to clear
208 VPRINTXNL(s7)
215 mv a1, s7
219 li s7, PTE_V // page table pointer {X,W,R} = {0,0,0}
231 or t0, t0, s7 // Assumes s2[11:0] == 0
259 li s7, PTE_KERN | PTE_HARDWIRED | PTE_R | PTE_W | PTE_X
261 or s7, s7, a0
269 or s0, s0, s7
    [all...]
cpu_switch.S 52 REG_S s7, TF_S7(sp) // save callee saved address
98 REG_L s7, TF_S7(sp) // restore callee saved
166 REG_S s7, TF_S7(sp) // save callee saved register
287 REG_S s7, TF_S7(sp) // save s7
338 REG_L s7, TF_S7(sp) // only restore from userland
378 REG_S s7, TF_S7(sp) // only save from userland
408 REG_L s7, TF_S7(sp) // only restore from userland
430 REG_S s7, TF_S7(sp) // only save from userland
473 REG_S s7, FB_S7(a0
    [all...]
  /src/sys/arch/mips/include/
regdef.h 77 #define s7 $23 macro
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efisetjmp_arch.h 17 UINT64 s7; member in struct:__anoncf1e21b50108
  /src/sys/crypto/aes/arch/x86/
aes_sse2_enc.c 84 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:mix_columns
112 s7 = q6 ^ r6 ^ r7 ^ rotr32(q7 ^ r7);
117 q[3] = _mm_unpacklo_epi64(s3, s7);
aes_sse2_dec.c 125 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:inv_mix_columns
153 s7 = q4 ^ q5 ^ q6 ^ r4 ^ r6 ^ r7 ^ rotr32(q4 ^ q5 ^ q7 ^ r4 ^ r7);
158 q[3] = _mm_unpacklo_epi64(s3, s7);
aes_sse2.c 70 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:aes_sse2_bitslice_Sbox
202 s7 = t48 ^ ~t60;
213 q[0] = _mm_unpacklo_epi64(s7, s3);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1133 int64_t s7; local in function:sc25519_muladd
1183 s7 = c7 + a0 * b7 + a1 * b6 + a2 * b5 + a3 * b4 + a4 * b3 + a5 * b2 +
1221 s7 += carry6;
1257 carry7 = (s7 + (int64_t) (1L << 20)) >> 21;
1259 s7 -= carry7 * ((uint64_t) 1L << 21);
1310 s7 += s19 * 666643;
1318 s7 += s18 * 470296;
1325 s7 += carry6;
1343 carry7 = (s7 + (int64_t) (1L << 20)) >> 21;
1345 s7 -= carry7 * ((uint64_t) 1L << 21)
1580 int64_t s7 = 2097151 & (load_3(s + 18) >> 3); local in function:sc25519_reduce
    [all...]
  /src/sys/arch/mips/pmon/
pmon32.S 67 REG_S s7, (7 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
76 REG_L s7, (7 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
  /src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
setjmp.S 38 sd $s7, 0x58($a0)
74 ld $s7, 0x58($a0)
  /src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
setjmp.S 19 REG_ONE(s7, 56); \
  /src/lib/libc/arch/riscv/sys/
__sigtramp2.S 86 .cfi_offset s7, UC_GREGS_S7
  /src/lib/libc/arch/riscv/gen/
_setjmp.S 62 REG_S s7, JB_S7(a0) /* save callee saved register */
99 REG_L s7, JB_S7(a0) /* save callee saved register */
__setjmp14.S 34 REG_S s7, JB_S7(a0) /* save callee saved register */
76 REG_L s7, JB_S7(a0) /* restore callee saved register */
  /src/sys/arch/pmax/pmax/
locore_machdep.S 202 REG_S s7, TF_REG_S7(sp)
225 REG_L s7, TF_REG_S7(sp)
  /src/lib/libc/arch/mips/gen/
_setjmp.S 78 REG_S s7, _SC_REGS_S7(a0)
139 REG_L s7, _SC_REGS_S7(a0)
setjmp.S 110 REG_S s7, _SC_REGS_S7(a0)
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 56 #define s7 $23 macro
  /src/sys/crypto/aes/
aes_ct.c 67 uint32_t s0, s1, s2, s3, s4, s5, s6, s7; local in function:br_aes_ct_bitslice_Sbox
199 s7 = t48 ^ ~t60;
214 q[0] = s7;
  /src/sys/arch/emips/stand/common/
start.S 141 sw s7, TS_S7(sp)
192 lw s7, TS_S7(a0)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
qcom-apq8064-cm-qs600.dts 90 s7 {
  /src/lib/libm/ld128/
e_lgammal_r.c 142 s7 = 3.70262021550340817867688714880797019e-03L, variable in typeref:typename:const long double
300 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*(s6+y*(s7+y*(s8+
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sa8155p-adp.dts 63 vdd-s7-supply = <&vreg_3p3>;
188 vdd-s7-supply = <&vreg_3p3>;
sm8150-hdk.dts 69 vdd-s7-supply = <&vph_pwr>;
224 vdd-s7-supply = <&vph_pwr>;
sm8150-mtp.dts 64 vdd-s7-supply = <&vph_pwr>;
219 vdd-s7-supply = <&vph_pwr>;

Completed in 38 milliseconds

1 2 3