Searched refs:XT_STK_XFRM_SZ (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.3.0/ports/xtensa/xcc/src/ |
| D | tx_thread_system_return.S | 123 addi sp, sp, -XT_STK_XFRM_SZ 153 addi sp, sp, XT_STK_XFRM_SZ /* restore SP */ 172 addi sp, sp, -XT_STK_XFRM_SZ /* Prepare to restore state */ 180 addi sp, sp, XT_STK_XFRM_SZ
|
| /ThreadX-v6.3.0/ports/xtensa/xcc/inc/ |
| D | xtensa_context.h | 220 #define XT_STK_XFRM_SZ XT_STK_NEXT1 macro 223 #define XT_STK_XTRA_SZ (XT_STK_FRMSZ - XT_STK_XFRM_SZ) 516 addi a2, a1, -XT_STK_XFRM_SZ
|