Searched refs:tx_thread_cp_state (Results 1 – 7 of 7) sorted by relevance
/ThreadX-v6.4.1/ports/xtensa/xcc/inc/ |
D | tx_port.h | 338 UINT tx_thread_cp_state[(XT_CP_SIZE+3)/4]; 383 _xt_coproc_release(&thread_ptr->tx_thread_cp_state); 385 _xt_coproc_release(&thread_ptr->tx_thread_cp_state); 387 _xt_coproc_release(&thread_ptr->tx_thread_cp_state); 391 thread_ptr->tx_thread_cp_state[0] = 0; \ 392 thread_ptr->tx_thread_cp_state[1] = 0; \ 393 thread_ptr->tx_thread_cp_state[2] = \ 394 ((((UINT)thread_ptr->tx_thread_cp_state)+12+XCHAL_TOTAL_SA_ALIGN-1) \
|
D | tx_api_asm.h | 58 #define tx_thread_cp_state 0x34 macro 60 #define tx_thread_cp_state 0x2C macro
|
D | xtensa_context.h | 439 s16i a12, a11, tx_thread_cp_state + XT_CPENABLE 495 l16ui a10, a9, tx_thread_cp_state + XT_CPENABLE
|
/ThreadX-v6.4.1/ports/xtensa/xcc/src/ |
D | tx_thread_system_return.S | 148 s16i a5, a4, tx_thread_cp_state + XT_CPENABLE 276 s16i a0, a3, tx_thread_cp_state + XT_CPENABLE
|
D | tx_thread_context_restore.S | 173 s16i a3, a2, tx_thread_cp_state + XT_CPENABLE
|
D | tx_thread_schedule.S | 192 l16ui a3, a2, tx_thread_cp_state + XT_CPENABLE
|
D | xtensa_coproc_handler.S | 239 addi a15, a15, tx_thread_cp_state
|