Searched refs:XT_STK_XFRM_SZ (Results 1 – 2 of 2) sorted by relevance
/ThreadX-v6.4.1/ports/xtensa/xcc/src/ |
D | tx_thread_system_return.S | 122 addi sp, sp, -XT_STK_XFRM_SZ 152 addi sp, sp, XT_STK_XFRM_SZ /* restore SP */ 171 addi sp, sp, -XT_STK_XFRM_SZ /* Prepare to restore state */ 179 addi sp, sp, XT_STK_XFRM_SZ
|
/ThreadX-v6.4.1/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
|