Searched refs:RV_STK_FRMSZ (Results 1 – 4 of 4) sorted by relevance
41 StackType_t *adjusted_top_of_stack = top_of_stack - RV_STK_FRMSZ; in esp_switch_stack_setup()
144 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 */
94 #define RV_STK_FRMSZ (ALIGNUP(0x10, RV_STK_SZ1)) macro
228 sp -= RV_STK_FRMSZ; in pxPortInitialiseStack()