Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/port/arch/riscv/
Dexpression_with_stack.c41 StackType_t *adjusted_top_of_stack = top_of_stack - RV_STK_FRMSZ; in esp_switch_stack_setup()
/hal_espressif-3.6.0/components/riscv/
Dvectors.S144 addi sp, sp, -RV_STK_FRMSZ /* allocate space on stack to store necessary registers */
176 addi t0, sp, RV_STK_FRMSZ /* restore sp with the value when trap happened */
/hal_espressif-3.6.0/components/riscv/include/riscv/
Drvruntime-frames.h94 #define RV_STK_FRMSZ (ALIGNUP(0x10, RV_STK_SZ1)) macro
/hal_espressif-3.6.0/components/freertos/port/riscv/
Dport.c228 sp -= RV_STK_FRMSZ; in pxPortInitialiseStack()