Home
last modified time | relevance | path

Searched refs:XT_STK_FRMSZ (Results 1 – 9 of 9) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dxtensa_config.h126 #define XT_XTRA_SIZE ( XT_STK_FRMSZ + STK_INTEXC_EXTRA + 0x10 + XT_CP_SIZE )
128 #define XT_XTRA_SIZE ( XT_STK_FRMSZ + STK_INTEXC_EXTRA + 0x20 + XT_CP_SIZE )
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dxtensa_config.h158 #define XT_XTRA_SIZE (XT_STK_FRMSZ + STK_INTEXC_EXTRA + 0x10 + XT_CP_SIZE)
160 #define XT_XTRA_SIZE (XT_STK_FRMSZ + STK_INTEXC_EXTRA + 0x20 + XT_CP_SIZE)
Dport.c79 sp = ( StackType_t * ) ( ( ( UBaseType_t ) pxTopOfStack - XT_CP_SIZE - XT_STK_FRMSZ ) & ~0xf ); in pxPortInitialiseStack()
92 frame->a1 = ( UBaseType_t ) sp + XT_STK_FRMSZ; /* physical top of stack frame */ in pxPortInitialiseStack()
Dxtensa_vectors.S559 addi sp, sp, -XT_STK_FRMSZ
705 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
736 addi sp, sp, XT_STK_FRMSZ
807 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
972 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1054 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1127 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1199 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1271 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1343 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
Dxtensa_context.h173 #define XT_STK_FRMSZ (ALIGNUP(0x10, XT_STK_NEXT2) + 0x20) macro
Dxtensa_context.S173 addi sp, sp, XT_STK_FRMSZ /* restore the interruptee's SP */
175 addi sp, sp, -XT_STK_FRMSZ
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dxtensa_vectors.S406 addi sp, sp, -XT_STK_FRMSZ
717 addi sp, sp, -XT_STK_FRMSZ
877 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
908 addi sp, sp, XT_STK_FRMSZ
979 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1187 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1279 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1362 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1444 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1526 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
[all …]
Dxtensa_context.S184 addi sp, sp, XT_STK_FRMSZ /* restore the interruptee's SP */
186 addi sp, sp, -XT_STK_FRMSZ
245 addi sp, sp, XT_STK_FRMSZ /* restore the interruptee's SP */
247 …addi sp, sp, -XT_STK_FRMSZ /* return the current stack pointer and proceed with context sa…
Dport.c169 …pe_t * ) ( ( ( UBaseType_t ) pxTopOfStack - XT_CP_SIZE - thread_local_sz - XT_STK_FRMSZ ) & ~0xf ); in pxPortInitialiseStack()
186 frame->a1 = ( UBaseType_t ) sp + XT_STK_FRMSZ; /* physical top of stack frame */ in pxPortInitialiseStack()