Searched refs:s6 (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/arch/riscv/include/kernel/ |
| H A D | thread_arch.h | 89 unsigned long s6; member 153 unsigned long s6; member
|
| /optee_os/lib/libutils/isoc/arch/riscv/ |
| H A D | setjmp_rv.S | 16 STR s6, REGOFF(6)(a0) 76 LDR s6, REGOFF(6)(a0)
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | sha512.c | 409 uint64x2_t s6 = (uint64x2_t) vld1q_u8(msg + 16 * 6); in mbedtls_internal_sha512_process_many_a64_crypto() local 419 s6 = vreinterpretq_u64_u8(vrev64q_u8(vreinterpretq_u8_u64(s6))); in mbedtls_internal_sha512_process_many_a64_crypto() 466 initial_sum = vaddq_u64(s6, vld1q_u64(&K[12])); in mbedtls_internal_sha512_process_many_a64_crypto() 489 s1 = vsha512su1q_u64(vsha512su0q_u64(s1, s2), s0, vextq_u64(s5, s6, 1)); in mbedtls_internal_sha512_process_many_a64_crypto() 497 s2 = vsha512su1q_u64(vsha512su0q_u64(s2, s3), s1, vextq_u64(s6, s7, 1)); in mbedtls_internal_sha512_process_many_a64_crypto() 521 s5 = vsha512su1q_u64(vsha512su0q_u64(s5, s6), s4, vextq_u64(s1, s2, 1)); in mbedtls_internal_sha512_process_many_a64_crypto() 529 s6 = vsha512su1q_u64(vsha512su0q_u64(s6, s7), s5, vextq_u64(s2, s3, 1)); in mbedtls_internal_sha512_process_many_a64_crypto() 530 initial_sum = vaddq_u64(s6, vld1q_u64(&K[t + 12])); in mbedtls_internal_sha512_process_many_a64_crypto() 537 s7 = vsha512su1q_u64(vsha512su0q_u64(s7, s0), s6, vextq_u64(s3, s4, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | abort.c | 121 EMSG_RAW("s6\t%016" PRIxPTR " s7\t%016" PRIxPTR, in __print_abort_info() 122 ai->regs->s6, ai->regs->s7); in __print_abort_info()
|