Searched refs:XT_STK_EXTRA (Results 1 – 4 of 4) sorted by relevance
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | xtensa_context.h | 154 #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)
|
D | xtensa_context.S | 191 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/ |
D | xtensa_context.S | 204 addi a2, sp, XT_STK_EXTRA /* where to save it */ 310 addi a2, sp, XT_STK_EXTRA /* where to find it */
|
D | port.c | 218 threadptr = ( uint32_t * ) ( sp + XT_STK_EXTRA ); in pxPortInitialiseStack()
|