Home
last modified time | relevance | path

Searched refs:function (Results 126 – 150 of 2253) sorted by relevance

12345678910>>...91

/ThreadX-v6.4.1/ports/cortex_a9/ghs/src/
Dtx_thread_fiq_nesting_start.arm53 /* This function is called by the application from FIQ mode after */
57 /* this function assumes that the system mode stack pointer was setup */
60 /* This function returns with FIQ interrupts enabled. */
99 .type _tx_thread_fiq_nesting_start,$function
/ThreadX-v6.4.1/ports/cortex_r5/ghs/src/
Dtx_thread_fiq_nesting_start.arm53 /* This function is called by the application from FIQ mode after */
57 /* this function assumes that the system mode stack pointer was setup */
60 /* This function returns with FIQ interrupts enabled. */
99 .type _tx_thread_fiq_nesting_start,$function
Dtx_thread_irq_nesting_start.arm52 /* This function is called by the application from IRQ mode after */
56 /* this function assumes that the system mode stack pointer was setup */
59 /* This function returns with IRQ interrupts enabled. */
98 .type _tx_thread_irq_nesting_start,$function
/ThreadX-v6.4.1/ports/cortex_r4/ghs/src/
Dtx_thread_fiq_nesting_start.arm53 /* This function is called by the application from FIQ mode after */
57 /* this function assumes that the system mode stack pointer was setup */
60 /* This function returns with FIQ interrupts enabled. */
99 .type _tx_thread_fiq_nesting_start,$function
Dtx_thread_system_return.arm51 /* This function is target processor specific. It is used to transfer */
54 /* are going to get slicked by a function call anyway. */
105 /* Call the thread exit function to indicate the thread is no longer executing. */
107 BL _tx_execution_thread_exit # Call the thread exit function
145 .type _tx_thread_system_return,$function
/ThreadX-v6.4.1/ports/arc_hs/metaware/src/
Dtx_thread_context_fast_save.s75 .type _tx_thread_context_fast_save, @function
92 bl.d _tx_execution_isr_enter ; Call the ISR enter function
/ThreadX-v6.4.1/ports/cortex_r4/ghs/example_build/
Dtx_initialize_low_level.arm56 /* This function is responsible for any low-level processor */
76 /* _tx_initialize_kernel_enter ThreadX entry function */
156 .type _tx_initialize_low_level,$function
167 .type __tx_undefined,$function
174 .type __tx_swi_interrupt,$function
181 .type __tx_prefetch_handler,$function
188 .type __tx_abort_handler,$function
195 .type __tx_reserved_handler,$function
205 .type __tx_irq_handler,$function
251 .type __tx_irq_processing_return,$function
[all …]
/ThreadX-v6.4.1/ports/cortex_a9/ghs/example_build/
Dtx_initialize_low_level.arm56 /* This function is responsible for any low-level processor */
76 /* _tx_initialize_kernel_enter ThreadX entry function */
156 .type _tx_initialize_low_level,$function
167 .type __tx_undefined,$function
174 .type __tx_swi_interrupt,$function
181 .type __tx_prefetch_handler,$function
188 .type __tx_abort_handler,$function
195 .type __tx_reserved_handler,$function
205 .type __tx_irq_handler,$function
251 .type __tx_irq_processing_return,$function
[all …]
/ThreadX-v6.4.1/ports/cortex_r5/ghs/example_build/
Dtx_initialize_low_level.arm56 /* This function is responsible for any low-level processor */
76 /* _tx_initialize_kernel_enter ThreadX entry function */
156 .type _tx_initialize_low_level,$function
167 .type __tx_undefined,$function
174 .type __tx_swi_interrupt,$function
181 .type __tx_prefetch_handler,$function
188 .type __tx_abort_handler,$function
195 .type __tx_reserved_handler,$function
205 .type __tx_irq_handler,$function
251 .type __tx_irq_processing_return,$function
[all …]
/ThreadX-v6.4.1/ports/cortex_a8/ghs/example_build/
Dtx_initialize_low_level.arm56 /* This function is responsible for any low-level processor */
76 /* _tx_initialize_kernel_enter ThreadX entry function */
156 .type _tx_initialize_low_level,$function
167 .type __tx_undefined,$function
174 .type __tx_swi_interrupt,$function
181 .type __tx_prefetch_handler,$function
188 .type __tx_abort_handler,$function
195 .type __tx_reserved_handler,$function
205 .type __tx_irq_handler,$function
251 .type __tx_irq_processing_return,$function
[all …]
/ThreadX-v6.4.1/ports/cortex_a7/ghs/example_build/
Dtx_initialize_low_level.arm56 /* This function is responsible for any low-level processor */
76 /* _tx_initialize_kernel_enter ThreadX entry function */
156 .type _tx_initialize_low_level,$function
167 .type __tx_undefined,$function
174 .type __tx_swi_interrupt,$function
181 .type __tx_prefetch_handler,$function
188 .type __tx_abort_handler,$function
195 .type __tx_reserved_handler,$function
205 .type __tx_irq_handler,$function
251 .type __tx_irq_processing_return,$function
[all …]
/ThreadX-v6.4.1/ports/cortex_a5/ghs/example_build/
Dtx_initialize_low_level.arm56 /* This function is responsible for any low-level processor */
76 /* _tx_initialize_kernel_enter ThreadX entry function */
156 .type _tx_initialize_low_level,$function
167 .type __tx_undefined,$function
174 .type __tx_swi_interrupt,$function
181 .type __tx_prefetch_handler,$function
188 .type __tx_abort_handler,$function
195 .type __tx_reserved_handler,$function
205 .type __tx_irq_handler,$function
251 .type __tx_irq_processing_return,$function
[all …]
/ThreadX-v6.4.1/ports/cortex_r7/ghs/example_build/
Dtx_initialize_low_level.arm56 /* This function is responsible for any low-level processor */
76 /* _tx_initialize_kernel_enter ThreadX entry function */
156 .type _tx_initialize_low_level,$function
167 .type __tx_undefined,$function
174 .type __tx_swi_interrupt,$function
181 .type __tx_prefetch_handler,$function
188 .type __tx_abort_handler,$function
195 .type __tx_reserved_handler,$function
205 .type __tx_irq_handler,$function
251 .type __tx_irq_processing_return,$function
[all …]
/ThreadX-v6.4.1/ports/arm11/gnu/src/
Dtx_thread_interrupt_disable.S44 BL _tx_thread_interrupt_disable @ Call _tx_thread_interrupt_disable function
94 .type _tx_thread_interrupt_disable,function
Dtx_thread_schedule.S44 .type $_tx_thread_schedule,function
51 BL _tx_thread_schedule @ Call _tx_thread_schedule function
105 .type _tx_thread_schedule,function
162 BL _tx_execution_thread_enter @ Call the thread execution enter function
/ThreadX-v6.4.1/ports/arm9/gnu/src/
Dtx_thread_interrupt_disable.S44 BL _tx_thread_interrupt_disable @ Call _tx_thread_interrupt_disable function
94 .type _tx_thread_interrupt_disable,function
Dtx_thread_schedule.S44 .type $_tx_thread_schedule,function
51 BL _tx_thread_schedule @ Call _tx_thread_schedule function
105 .type _tx_thread_schedule,function
162 BL _tx_execution_thread_enter @ Call the thread execution enter function
/ThreadX-v6.4.1/ports/cortex_r5/ac6/src/
Dtx_thread_context_save.S86 .type _tx_thread_context_save,function
126 BL _tx_execution_isr_enter @ Call the ISR enter function
166 BL _tx_execution_isr_enter @ Call the ISR enter function
190 BL _tx_execution_isr_enter @ Call the ISR enter function
/ThreadX-v6.4.1/ports/cortex_r5/gnu/src/
Dtx_thread_context_save.S79 .type _tx_thread_context_save,function
119 BL _tx_execution_isr_enter @ Call the ISR enter function
159 BL _tx_execution_isr_enter @ Call the ISR enter function
183 BL _tx_execution_isr_enter @ Call the ISR enter function
/ThreadX-v6.4.1/ports/cortex_r4/gnu/src/
Dtx_thread_context_save.S79 .type _tx_thread_context_save,function
119 BL _tx_execution_isr_enter @ Call the ISR enter function
159 BL _tx_execution_isr_enter @ Call the ISR enter function
183 BL _tx_execution_isr_enter @ Call the ISR enter function
/ThreadX-v6.4.1/ports/cortex_m7/ghs/src/
Dtx_thread_schedule.arm37 ;/* This function waits for a thread control block pointer to appear in */
55 ;/* _tx_initialize_kernel_enter ThreadX entry function */
74 ; /* This function should only ever be called on Cortex-M
109 .type _tx_thread_schedule,$function
126 ; /* Call the thread exit function to indicate the thread is no longer executing. */
130 BL _tx_execution_thread_exit ; Call the thread exit function
202 ; /* Call the thread entry function to indicate the thread is executing. */
205 BL _tx_execution_thread_enter ; Call the thread execution enter function
271 .type __tx_PendSVHandler,$function
279 ; /* Automatic VPF logic is supported, this function is present only for
[all …]
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/src/
Dtx_thread_schedule.arm36 /* This function waits for a thread control block pointer to appear in */
54 /* _tx_initialize_kernel_enter ThreadX entry function */
70 /* This function should only ever be called on Cortex-M
105 .type _tx_thread_schedule,$function
121 /* Call the thread exit function to indicate the thread is no longer executing. */
124 BL _tx_execution_thread_exit // Call the thread exit function
195 /* Call the thread entry function to indicate the thread is executing. */
197 BL _tx_execution_thread_enter // Call the thread execution enter function
263 .type __tx_PendSVHandler,$function
271 /* Automatic VPF logic is supported, this function is present only for
[all …]
/ThreadX-v6.4.1/ports/cortex_m4/ghs/src/
Dtx_thread_schedule.arm37 ;/* This function waits for a thread control block pointer to appear in */
55 ;/* _tx_initialize_kernel_enter ThreadX entry function */
74 ; /* This function should only ever be called on Cortex-M
109 .type _tx_thread_schedule,$function
126 ; /* Call the thread exit function to indicate the thread is no longer executing. */
130 BL _tx_execution_thread_exit ; Call the thread exit function
202 ; /* Call the thread entry function to indicate the thread is executing. */
205 BL _tx_execution_thread_enter ; Call the thread execution enter function
271 .type __tx_PendSVHandler,$function
279 ; /* Automatic VPF logic is supported, this function is present only for
[all …]
/ThreadX-v6.4.1/ports/arc_em/metaware/src/
Dtx_thread_schedule.s84 .type _tx_thread_schedule, @function
90 .type _tx_thread_schedule_reenter, @function
139 bl.d _tx_execution_thread_enter ; Call the thread execution enter function
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/
Dtx_thread_context_save.a6447 /* This function saves the context of an executing thread in the */
48 /* beginning of interrupt processing. The function also ensures that */
77 .type _tx_thread_context_save, @function
133 /* Call the ISR enter function to indicate an ISR is executing. */
136 BL _tx_execution_isr_enter // Call the ISR enter function
200 /* Call the ISR enter function to indicate an ISR is executing. */
203 BL _tx_execution_isr_enter // Call the ISR enter function
222 /* Call the ISR enter function to indicate an ISR is executing. */
225 BL _tx_execution_isr_enter // Call the ISR enter function

12345678910>>...91