Searched refs:function (Results 1476 – 1500 of 2253) sorted by relevance
1...<<51525354555657585960>>...91
| /ThreadX-v6.4.1/ports/cortex_m3/ghs/example_build/ |
| D | reset.arm | 39 .type __Reset_Handler,$function
|
| /ThreadX-v6.4.1/ports/cortex_a5/gnu/src/ |
| D | tx_thread_fiq_context_save.S | 85 .type _tx_thread_fiq_context_save,function
|
| /ThreadX-v6.4.1/ports/cortex_a8/ac6/src/ |
| D | tx_thread_fiq_context_save.S | 85 .type _tx_thread_fiq_context_save,function
|
| /ThreadX-v6.4.1/ports/cortex_a8/gnu/src/ |
| D | tx_thread_fiq_context_save.S | 85 .type _tx_thread_fiq_context_save,function
|
| /ThreadX-v6.4.1/ports/cortex_a9/ac6/src/ |
| D | tx_thread_fiq_context_save.S | 85 .type _tx_thread_fiq_context_save,function
|
| /ThreadX-v6.4.1/ports/cortex_a7/ac6/src/ |
| D | tx_thread_fiq_context_save.S | 85 .type _tx_thread_fiq_context_save,function
|
| /ThreadX-v6.4.1/ports/cortex_a5/ac6/src/ |
| D | tx_thread_fiq_context_save.S | 85 .type _tx_thread_fiq_context_save,function
|
| /ThreadX-v6.4.1/ports/cortex_a7/gnu/src/ |
| D | tx_thread_fiq_context_save.S | 85 .type _tx_thread_fiq_context_save,function
|
| /ThreadX-v6.4.1/ports/cortex_r4/ghs/ |
| D | readme_threadx.txt | 34 observe the main function of sample_threadx.c. 60 After the Green Hills startup function returns, ThreadX initialization is 61 called. The main initialization function is _tx_initialize_low_level and 62 is located in the file tx_initialize_low_level.arm. This function is responsible 157 … timers in-line instead of using a function call. This 227 are scratch registers for each function. All other registers used by a C 228 function must be preserved by the function. ThreadX takes advantage of this 230 service call (which is itself a C function). In such cases, the saved 313 save function. */ 341 save function. */ [all …]
|
| /ThreadX-v6.4.1/ports/risc-v32/iar/src/ |
| D | tx_thread_context_save.s | 154 call _tx_execution_isr_enter ; Call the ISR execution enter function 232 call _tx_execution_isr_enter ; Call the ISR execution enter function 247 call _tx_execution_isr_enter ; Call the ISR execution enter function
|
| /ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/ |
| D | readme_threadx.txt | 48 sole input parameter to your application definition function, tx_application_define. 54 registers for each function. All other registers used by a C function must 55 be preserved by the function. ThreadX takes advantage of this in situations 57 (which is itself a C function). In such cases, the saved context of a thread 139 ; save function. */
|
| /ThreadX-v6.4.1/ports_module/cortex_a35_smp/ac6/module_manager/src/ |
| D | tx_timer_interrupt.S | 70 .type _tx_timer_interrupt, @function
|
| /ThreadX-v6.4.1/ports_module/cortex_a35_smp/gnu/module_manager/src/ |
| D | tx_timer_interrupt.S | 70 .type _tx_timer_interrupt, @function
|
| /ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/src/ |
| D | tx_thread_smp_time_get.mip | 39 /* This function gets the global time value that is used for debug */
|
| /ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/ |
| D | readme_threadx.txt | 51 parameter to your application definition function, tx_application_define. 57 registers for each function. All other registers used by a C function must 58 be preserved by the function. ThreadX takes advantage of this in situations 60 (which is itself a C function). In such cases, the saved context of a thread 142 ; save function. */ 170 ; save function. */ 184 These function should be called between the IRQ context save and restore 265 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/ |
| D | readme_threadx.txt | 51 parameter to your application definition function, tx_application_define. 57 registers for each function. All other registers used by a C function must 58 be preserved by the function. ThreadX takes advantage of this in situations 60 (which is itself a C function). In such cases, the saved context of a thread 142 ; save function. */ 170 ; save function. */ 184 These function should be called between the IRQ context save and restore 265 These function should be called between the FIQ context save and restore
|
| /ThreadX-v6.4.1/ports/cortex_m0/ac5/src/ |
| D | tx_thread_schedule.s | 135 BL _tx_execution_thread_exit ; Call the thread exit function 217 BL _tx_execution_thread_enter ; Call the thread execution enter function
|
| /ThreadX-v6.4.1/ports/cortex_m0/ac6/src/ |
| D | tx_thread_schedule.S | 148 BL _tx_execution_thread_exit @ Call the thread exit function 230 BL _tx_execution_thread_enter @ Call the thread execution enter function
|
| /ThreadX-v6.4.1/ports/cortex_m0/gnu/src/ |
| D | tx_thread_schedule.S | 148 BL _tx_execution_thread_exit @ Call the thread exit function 230 BL _tx_execution_thread_enter @ Call the thread execution enter function
|
| /ThreadX-v6.4.1/ports/cortex_m0/iar/src/ |
| D | tx_thread_schedule.s | 132 BL _tx_execution_thread_exit ; Call the thread exit function 215 BL _tx_execution_thread_enter ; Call the thread execution enter function
|
| /ThreadX-v6.4.1/ports/cortex_r5/ac6/src/ |
| D | tx_thread_context_restore.S | 99 .type _tx_thread_context_restore,function 114 BL _tx_execution_isr_exit @ Call the ISR exit function
|
| D | tx_thread_fiq_context_restore.S | 98 .type _tx_thread_fiq_context_restore,function 109 BL _tx_execution_isr_exit @ Call the ISR exit function
|
| /ThreadX-v6.4.1/ports/cortex_m0/keil/src/ |
| D | tx_thread_schedule.s | 135 BL _tx_execution_thread_exit ; Call the thread exit function 218 BL _tx_execution_thread_enter ; Call the thread execution enter function
|
| /ThreadX-v6.4.1/ports/cortex_r5/gnu/src/ |
| D | tx_thread_context_restore.S | 93 .type _tx_thread_context_restore,function 108 BL _tx_execution_isr_exit @ Call the ISR exit function
|
| D | tx_thread_fiq_context_restore.S | 91 .type _tx_thread_fiq_context_restore,function 102 BL _tx_execution_isr_exit @ Call the ISR exit function
|
1...<<51525354555657585960>>...91