Home
last modified time | relevance | path

Searched refs:RV_STK_FRMSZ (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/riscv/
Dvectors.S145 save_general_regs RV_STK_FRMSZ
151 addi t0, sp, RV_STK_FRMSZ /* restore sp with the value when trap happened */
201 restore_general_regs RV_STK_FRMSZ
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dexpression_with_stack.c33 StackType_t *adjusted_top_of_stack = top_of_stack - RV_STK_FRMSZ; in esp_switch_stack_setup()
/hal_espressif-latest/components/riscv/include/riscv/
Drvruntime-frames.h94 #define RV_STK_FRMSZ (ALIGNUP(0x10, RV_STK_SZ1)) macro