| /ThreadX-v6.4.1/ports_smp/cortex_a65_smp/ac6/src/ |
| D | tx_thread_system_return.S | 77 .type _tx_thread_system_return, @function
|
| /ThreadX-v6.4.1/ports_smp/cortex_a75_smp/gnu/src/ |
| D | tx_thread_system_return.S | 77 .type _tx_thread_system_return, @function
|
| /ThreadX-v6.4.1/ports_smp/cortex_a65_smp/gnu/src/ |
| D | tx_thread_system_return.S | 77 .type _tx_thread_system_return, @function
|
| /ThreadX-v6.4.1/ports_smp/cortex_a65ae_smp/ac6/src/ |
| D | tx_thread_system_return.S | 77 .type _tx_thread_system_return, @function
|
| /ThreadX-v6.4.1/ports_smp/cortex_a65ae_smp/gnu/src/ |
| D | tx_thread_system_return.S | 77 .type _tx_thread_system_return, @function
|
| /ThreadX-v6.4.1/ports/cortex_m7/ghs/ |
| D | readme_threadx.txt | 34 observe the main function of sample_threadx.c. 57 After the Green Hills startup function returns, ThreadX initialization is 58 called. The main initialization function is _tx_initialize_low_level and 59 is located in the file tx_initialize_low_level.arm. This function is responsible
|
| /ThreadX-v6.4.1/ports/cortex_m4/ghs/ |
| D | readme_threadx.txt | 34 observe the main function of sample_threadx.c. 57 After the Green Hills startup function returns, ThreadX initialization is 58 called. The main initialization function is _tx_initialize_low_level and 59 is located in the file tx_initialize_low_level.arm. This function is responsible
|
| /ThreadX-v6.4.1/ports_module/cortex_m33/ac6/module_manager/src/ |
| D | tx_thread_schedule.S | 91 .type _tx_thread_schedule, function 250 .type PendSV_Handler, function 485 .type SVC_Handler, function 712 .type _tx_vfp_access, function
|
| /ThreadX-v6.4.1/ports_module/cortex_m33/gnu/module_manager/src/ |
| D | tx_thread_schedule.S | 90 .type _tx_thread_schedule, function 249 .type PendSV_Handler, function 484 .type SVC_Handler, function 711 .type _tx_vfp_access, function
|
| /ThreadX-v6.4.1/ports/cortex_m3/ac5/ |
| D | readme_threadx.txt | 46 parameter to your application definition function, tx_application_define. 172 /* ISR processing goes here, including any needed function calls. */ 182 ; ISR processing goes here, including any needed function calls.
|
| /ThreadX-v6.4.1/ports/cortex_m4/ac5/ |
| D | readme_threadx.txt | 46 parameter to your application definition function, tx_application_define. 172 /* ISR processing goes here, including any needed function calls. */ 182 ; ISR processing goes here, including any needed function calls.
|
| /ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ac5/ |
| D | readme_threadx.txt | 46 parameter to your application definition function, tx_application_define. 172 /* ISR processing goes here, including any needed function calls. */ 182 ; ISR processing goes here, including any needed function calls.
|
| /ThreadX-v6.4.1/ports/cortex_m7/ac5/ |
| D | readme_threadx.txt | 46 parameter to your application definition function, tx_application_define. 172 /* ISR processing goes here, including any needed function calls. */ 182 ; ISR processing goes here, including any needed function calls.
|
| /ThreadX-v6.4.1/ports/cortex_r4/ac5/ |
| D | readme_threadx.txt | 65 parameter to your application definition function, tx_application_define. 160 … timers in-line instead of using a function call. This 245 registers for each function. All other registers used by a C function must 246 be preserved by the function. ThreadX takes advantage of this in situations 248 (which is itself a C function). In such cases, the saved context of a thread 330 ; save function. */ 358 ; save function. */ 372 These function should be called between the IRQ context save and restore 453 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports/cortex_a8/ac5/ |
| D | readme_threadx.txt | 65 parameter to your application definition function, tx_application_define. 160 … timers in-line instead of using a function call. This 245 registers for each function. All other registers used by a C function must 246 be preserved by the function. ThreadX takes advantage of this in situations 248 (which is itself a C function). In such cases, the saved context of a thread 330 ; save function. */ 358 ; save function. */ 372 These function should be called between the IRQ context save and restore 453 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports/cortex_a9/ac5/ |
| D | readme_threadx.txt | 65 parameter to your application definition function, tx_application_define. 160 … timers in-line instead of using a function call. This 245 registers for each function. All other registers used by a C function must 246 be preserved by the function. ThreadX takes advantage of this in situations 248 (which is itself a C function). In such cases, the saved context of a thread 330 ; save function. */ 358 ; save function. */ 372 These function should be called between the IRQ context save and restore 453 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports/arm9/ac5/ |
| D | readme_threadx.txt | 53 parameter to your application definition function, tx_application_define. 148 … timers in-line instead of using a function call. This 233 registers for each function. All other registers used by a C function must 234 be preserved by the function. ThreadX takes advantage of this in situations 236 (which is itself a C function). In such cases, the saved context of a thread 318 ; save function. */ 346 ; save function. */ 360 These function should be called between the IRQ context save and restore 441 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports/arm11/ac5/ |
| D | readme_threadx.txt | 54 parameter to your application definition function, tx_application_define. 149 … timers in-line instead of using a function call. This 234 registers for each function. All other registers used by a C function must 235 be preserved by the function. ThreadX takes advantage of this in situations 237 (which is itself a C function). In such cases, the saved context of a thread 319 ; save function. */ 347 ; save function. */ 361 These function should be called between the IRQ context save and restore 442 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports/cortex_a7/ac5/ |
| D | readme_threadx.txt | 64 parameter to your application definition function, tx_application_define. 159 … timers in-line instead of using a function call. This 244 registers for each function. All other registers used by a C function must 245 be preserved by the function. ThreadX takes advantage of this in situations 247 (which is itself a C function). In such cases, the saved context of a thread 329 ; save function. */ 357 ; save function. */ 371 These function should be called between the IRQ context save and restore 452 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports/cortex_a5/ac5/ |
| D | readme_threadx.txt | 65 parameter to your application definition function, tx_application_define. 160 … timers in-line instead of using a function call. This 245 registers for each function. All other registers used by a C function must 246 be preserved by the function. ThreadX takes advantage of this in situations 248 (which is itself a C function). In such cases, the saved context of a thread 330 ; save function. */ 358 ; save function. */ 372 These function should be called between the IRQ context save and restore 453 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports/cortex_r5/ac5/ |
| D | readme_threadx.txt | 65 parameter to your application definition function, tx_application_define. 160 … timers in-line instead of using a function call. This 245 registers for each function. All other registers used by a C function must 246 be preserved by the function. ThreadX takes advantage of this in situations 248 (which is itself a C function). In such cases, the saved context of a thread 330 ; save function. */ 358 ; save function. */ 372 These function should be called between the IRQ context save and restore 453 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/ |
| D | tx_timer_interrupt.a64 | 47 /* This function processes the hardware timer interrupt. This */ 80 .type _tx_timer_interrupt, @function
|
| /ThreadX-v6.4.1/ports/rxv1/ccrx/src/ |
| D | tx_thread_context_restore.src | 54 ;/* This function restores the interrupt context if it is processing a */ 57 ;/* if no thread was running, the function returns to the scheduler. */
|
| D | tx_thread_context_save.src | 49 ;/* This function saves the context of an executing thread in the */ 50 ;/* beginning of interrupt processing. The function also ensures that */
|
| /ThreadX-v6.4.1/ports/arc_em/metaware/example_build/sample_threadx/ |
| D | tx_initialize_low_level.s | 110 .type _tx_initialize_low_level, @function 149 .type _tx_initialize_start_interrupts, @function
|