Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dxtensa_context.h154 #define XT_STK_EXTRA ALIGNUP(XCHAL_EXTRA_SA_ALIGN, XT_STK_NEXT1) macro
157 #define XT_STK_EXTRA (ALIGNUP(XCHAL_EXTRA_SA_ALIGN, XT_STK_NEXT1) + XCHAL_EXTRA_SA_ALIGN)
159 #define XT_STK_NEXT2 (XT_STK_EXTRA + XCHAL_EXTRA_SA_SIZE)
Dxtensa_context.S191 addi a2, sp, XT_STK_EXTRA /* where to save it */
246 addi a2, sp, XT_STK_EXTRA /* where to find it */
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dxtensa_context.S204 addi a2, sp, XT_STK_EXTRA /* where to save it */
310 addi a2, sp, XT_STK_EXTRA /* where to find it */
Dport.c218 threadptr = ( uint32_t * ) ( sp + XT_STK_EXTRA ); in pxPortInitialiseStack()