Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dxtensa_context.h158 #define XT_STK_EXTRA ALIGNUP( XCHAL_EXTRA_SA_ALIGN, XT_STK_NEXT1 ) macro
161 #define XT_STK_EXTRA ( ALIGNUP( XCHAL_EXTRA_SA_ALIGN, XT_STK_NEXT1 ) + XCHAL_EXTRA_SA_ALIGN )
163 #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.0.1/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()