Home
last modified time | relevance | path

Searched refs:top_of_stack (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dexpression_with_stack.c33 StackType_t *top_of_stack = stack + stack_size; in esp_switch_stack_setup() local
36 top_of_stack = (StackType_t *)(((UBaseType_t)(top_of_stack - 16) & ~0xf)); in esp_switch_stack_setup()
42 xtensa_shared_stack = top_of_stack; in esp_switch_stack_setup()
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dexpression_with_stack.c29 StackType_t *top_of_stack = stack + stack_size; in esp_switch_stack_setup() local
32 top_of_stack = (StackType_t *)(((UBaseType_t)(top_of_stack - 16) & ~0xf)); in esp_switch_stack_setup()
33 StackType_t *adjusted_top_of_stack = top_of_stack - RV_STK_FRMSZ; in esp_switch_stack_setup()