Searched refs:tx_thread_stack_ptr (Results 1 – 25 of 414) sorted by relevance
12345678910>>...17
| /ThreadX-v6.3.0/ports/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 128 … thread_ptr -> tx_thread_stack_ptr = (VOID *) (((CHAR *) thread_ptr -> tx_thread_stack_end) - 8); in _tx_thread_stack_build() 131 *(((ULONG *) thread_ptr -> tx_thread_stack_ptr) - 1) = 0; in _tx_thread_stack_build()
|
| /ThreadX-v6.3.0/ports/win32/vs_2019/src/ |
| D | tx_thread_stack_build.c | 129 … thread_ptr -> tx_thread_stack_ptr = (VOID *) (((CHAR *) thread_ptr -> tx_thread_stack_end) - 8); in _tx_thread_stack_build() 132 *(((ULONG *) thread_ptr -> tx_thread_stack_ptr) - 1) = 0; in _tx_thread_stack_build()
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 130 … thread_ptr -> tx_thread_stack_ptr = (VOID *) (((CHAR *) thread_ptr -> tx_thread_stack_end) - 8); in _tx_thread_stack_build() 133 *(((ULONG *) thread_ptr -> tx_thread_stack_ptr) - 1) = 0; in _tx_thread_stack_build()
|
| /ThreadX-v6.3.0/ports/xtensa/xcc/inc/ |
| D | tx_api_asm.h | 50 #define tx_thread_stack_ptr 0x08 macro
|
| /ThreadX-v6.3.0/ports/xtensa/xcc/src/ |
| D | tx_thread_context_restore.S | 137 l32i a3, a2, tx_thread_stack_ptr /* a3 = thread's stack ptr */ 198 l32i sp, a2, tx_thread_stack_ptr
|
| D | tx_thread_context_save.S | 124 s32i sp, a13, tx_thread_stack_ptr
|
| D | tx_thread_system_return.S | 155 s32i a2, a4, tx_thread_stack_ptr /* Save SP in TCB */ 250 s32i sp, a3, tx_thread_stack_ptr
|
| D | tx_thread_stack_build.S | 86 s32i a4, a2, tx_thread_stack_ptr
|
| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_thread_reset.c | 151 thread_ptr -> tx_thread_stack_ptr = (VOID *) thread_entry_info; in _txm_module_manager_thread_reset()
|
| /ThreadX-v6.3.0/ports/arm11/iar/src/ |
| D | tx_thread_system_return.s | 118 ; _tx_thread_current_ptr -> tx_thread_stack_ptr = sp;
|
| /ThreadX-v6.3.0/ports/arm9/iar/src/ |
| D | tx_thread_system_return.s | 118 ; _tx_thread_current_ptr -> tx_thread_stack_ptr = sp;
|
| /ThreadX-v6.3.0/ports/arm9/ac5/src/ |
| D | tx_thread_system_return.s | 119 ; _tx_thread_current_ptr -> tx_thread_stack_ptr = sp;
|
| /ThreadX-v6.3.0/ports/arm11/ac5/src/ |
| D | tx_thread_system_return.s | 119 ; _tx_thread_current_ptr -> tx_thread_stack_ptr = sp;
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_thread.h | 231 …if (((ULONG *) (thread_ptr) -> tx_thread_stack_ptr) < ((ULONG *) (thread_ptr) -> tx_thread_stack_h… 233 …(thread_ptr) -> tx_thread_stack_highest_ptr = (thread_ptr) -> tx_thread_stack_ptr; …
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/iar/module_manager/src/ |
| D | tx_thread_system_return.s | 114 ; _tx_thread_current_ptr -> tx_thread_stack_ptr = sp;
|
| /ThreadX-v6.3.0/ports/cortex_r4/iar/src/ |
| D | tx_thread_system_return.s | 124 ; _tx_thread_current_ptr -> tx_thread_stack_ptr = sp;
|
| /ThreadX-v6.3.0/ports/cortex_r5/iar/src/ |
| D | tx_thread_system_return.s | 124 ; _tx_thread_current_ptr -> tx_thread_stack_ptr = sp;
|
| /ThreadX-v6.3.0/ports/rxv1/gnu/src/ |
| D | tx_thread_stack_build.S | 134 ; thread_ptr -> tx_thread_stack_ptr = R1;
|
| /ThreadX-v6.3.0/ports/rxv1/iar/src/ |
| D | tx_thread_stack_build.s | 135 ; thread_ptr -> tx_thread_stack_ptr = R1;
|
| /ThreadX-v6.3.0/ports/arc_hs/metaware/src/ |
| D | tx_thread_schedule.s | 144 ; sp = _tx_thread_execute_ptr -> tx_thread_stack_ptr;
|
| /ThreadX-v6.3.0/ports/cortex_m0/ac5/src/ |
| D | tx_thread_stack_build.s | 128 ; thread_ptr -> tx_thread_stack_ptr = r2;
|
| /ThreadX-v6.3.0/ports/cortex_m0/ac6/src/ |
| D | tx_thread_stack_build.S | 136 @ thread_ptr -> tx_thread_stack_ptr = r2;
|
| /ThreadX-v6.3.0/ports/cortex_m0/gnu/src/ |
| D | tx_thread_stack_build.S | 142 @ thread_ptr -> tx_thread_stack_ptr = r2;
|
| /ThreadX-v6.3.0/ports/cortex_m0/iar/src/ |
| D | tx_thread_stack_build.s | 129 ; thread_ptr -> tx_thread_stack_ptr = r2;
|
| /ThreadX-v6.3.0/ports/cortex_m0/keil/src/ |
| D | tx_thread_stack_build.s | 128 ; thread_ptr -> tx_thread_stack_ptr = r2;
|
12345678910>>...17