Searched refs:top_of_stack (Results 1 – 2 of 2) sorted by relevance
33 StackType_t *top_of_stack = stack + stack_size; in esp_switch_stack_setup() local36 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()
29 StackType_t *top_of_stack = stack + stack_size; in esp_switch_stack_setup() local32 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()