Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports/xtensa/xcc/inc/
Dtx_port.h161 #define TX_MINIMUM_STACK (XT_STK_FRMSZ + 0x10)
169 #define TX_MINIMUM_STACK_BASIC (XT_STK_FRMSZ + 0x70 + TX_STACK_CHECK_PREMIUM)
175 #define TX_MINIMUM_STACK (XT_STK_FRMSZ + 0x20)
183 #define TX_MINIMUM_STACK_BASIC (XT_STK_FRMSZ + 0x100 + TX_STACK_CHECK_PREMIUM)
216 #define TX_SYSTEM_STACK_MINIMUM (((XCHAL_EXCM_LEVEL-1) * (0x40 + XT_STK_FRMSZ)) + 0…
Dxtensa_context.h217 #define XT_STK_FRMSZ (ALIGNUP(0x10, XT_STK_NEXT2)) macro
223 #define XT_STK_XTRA_SZ (XT_STK_FRMSZ - XT_STK_XFRM_SZ)
238 #define XT_STK_FRMSZ (ALIGNUP(0x10, XT_STK_NEXT2) + 0x20)
427 addi a10, a1, -XT_STK_FRMSZ
445 addi a10, a1, -XT_STK_FRMSZ + XT_STK_ALIGN_SZ // where to save
458 addi a10, a1, -XT_STK_FRMSZ -32
515 addi a1, a1, XT_STK_FRMSZ // restore original SP
549 addi a15, a1, XT_STK_FRMSZ
552 addi a1, a1, XT_STK_FRMSZ // set up SP for dispatch exit
/ThreadX-v6.4.1/ports/xtensa/xcc/src/
Dtx_thread_system_return.S88 addi a2, sp, -XT_STK_FRMSZ /* avoid addi/addmi relaxation that */
91 entry sp, XT_STK_FRMSZ
153 addi a2, sp, -XT_STK_FRMSZ
Dtx_thread_stack_build.S82 addi a4, a5, -XT_STK_FRMSZ /* a4 = pre-dispatch SP (frame base) */
Dxtensa_vectors.S554 addi sp, sp, -XT_STK_FRMSZ
700 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
731 addi sp, sp, XT_STK_FRMSZ
751 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
831 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
902 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
972 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1042 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
1112 addi sp, sp, -XT_STK_FRMSZ /* allocate interrupt stack frame */
Dxtensa_context.S176 addi sp, sp, XT_STK_FRMSZ /* restore the interruptee's SP */
178 addi sp, sp, -XT_STK_FRMSZ
Dtx_thread_schedule.S245 addi a2, sp, XT_STK_FRMSZ
Dxtensa_coproc_handler.S519 addi sp, sp, -XT_STK_FRMSZ
573 addi a1, a1, XT_STK_FRMSZ // deallocate stack frame