Searched refs:ra (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.7.0/components/esp_system/port/arch/riscv/ |
D | expression_with_stack_asm.S | 22 mv t1, ra 42 mv ra, t1
|
/hal_espressif-3.7.0/components/esp_system/ |
D | eh_frame_parser.c | 399 int32_t ra = 0; in esp_eh_frame_find_entry() local 417 ra = return_address - (uint32_t) EH_FRAME_HDR_ADDR; in esp_eh_frame_find_entry() 427 ra = return_address - (uint32_t) (sorted_table + middle); in esp_eh_frame_find_entry() 434 if (sfun_addr <= ra && snxt_addr > ra) in esp_eh_frame_find_entry() 436 else if (snxt_addr <= ra) in esp_eh_frame_find_entry() 443 const uint32_t ura = (uint32_t) ra; in esp_eh_frame_find_entry() 920 uint32_t ra = esp_eh_frame_restore_caller_state(fde, &frame, &state); in esp_eh_frame_print_backtrace() local 923 … end_of_backtrace = (EXECUTION_FRAME_SP(frame) == prev_sp) && (EXECUTION_FRAME_PC(frame) == ra); in esp_eh_frame_print_backtrace() 926 EXECUTION_FRAME_PC(frame) = ra; in esp_eh_frame_print_backtrace()
|
/hal_espressif-3.7.0/components/mbedtls/port/aes/ |
D | esp_aes_xts.c | 167 uint64_t a, b, ra, rb; in esp_gf128mul_x_ble() local 172 ra = ( a << 1 ) ^ 0x0087 >> ( 8 - ( ( b >> 63 ) << 3 ) ); in esp_gf128mul_x_ble() 175 PUT_UINT64_LE( ra, r, 0 ); in esp_gf128mul_x_ble()
|
/hal_espressif-3.7.0/components/esp_hw_support/ |
D | sleep_cpu_asm.S | 48 sw ra, RV_SLP_CTX_RA(t0) 234 lw ra, RV_SLP_CTX_RA(t0)
|
/hal_espressif-3.7.0/components/riscv/ |
D | vectors.S | 25 sw ra, RV_STK_RA(sp) 65 lw ra, RV_STK_RA(sp)
|
/hal_espressif-3.7.0/components/riscv/include/riscv/ |
D | rvruntime-frames.h | 47 STRUCT_FIELD (long, 4, RV_STK_RA, ra) /* Return address */
|
D | rvsleep-frames.h | 49 STRUCT_FIELD (long, 4, RV_SLP_CTX_RA, ra) /* Return address */
|