Searched refs:XT_STK_FRMSZ (Results 1 – 9 of 9) sorted by relevance
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
D | xtensa_config.h | 126 #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/ |
D | xtensa_config.h | 158 #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)
|
D | port.c | 79 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()
|
D | xtensa_vectors.S | 559 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 */
|
D | xtensa_context.h | 173 #define XT_STK_FRMSZ (ALIGNUP(0x10, XT_STK_NEXT2) + 0x20) macro
|
D | xtensa_context.S | 173 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/ |
D | xtensa_vectors.S | 406 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 …]
|
D | xtensa_context.S | 184 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…
|
D | port.c | 169 …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()
|