/ThreadX-v6.4.1/ports/cortex_a7/ghs/src/ |
D | tx_thread_irq_nesting_end.arm | 54 /* This function is called by the application from IRQ mode after */ 57 /* calling _tx_thread_context_restore. Note that this function */ 59 /* nesting start function was called. */ 61 /* This function assumes that the system mode stack pointer was setup */ 64 /* This function returns with IRQ interrupts disabled. */ 104 .type _tx_thread_irq_nesting_end,$function
|
/ThreadX-v6.4.1/ports/cortex_a5/ghs/src/ |
D | tx_thread_fiq_nesting_end.arm | 55 /* This function is called by the application from FIQ mode after */ 58 /* calling _tx_thread_fiq_context_restore. Note that this function */ 60 /* nesting start function was called. */ 62 /* This function assumes that the system mode stack pointer was setup */ 65 /* This function returns with FIQ interrupts disabled. */ 105 .type _tx_thread_fiq_nesting_end,$function
|
D | tx_thread_irq_nesting_end.arm | 54 /* This function is called by the application from IRQ mode after */ 57 /* calling _tx_thread_context_restore. Note that this function */ 59 /* nesting start function was called. */ 61 /* This function assumes that the system mode stack pointer was setup */ 64 /* This function returns with IRQ interrupts disabled. */ 104 .type _tx_thread_irq_nesting_end,$function
|
/ThreadX-v6.4.1/ports/cortex_r7/ghs/src/ |
D | tx_thread_irq_nesting_end.arm | 54 /* This function is called by the application from IRQ mode after */ 57 /* calling _tx_thread_context_restore. Note that this function */ 59 /* nesting start function was called. */ 61 /* This function assumes that the system mode stack pointer was setup */ 64 /* This function returns with IRQ interrupts disabled. */ 104 .type _tx_thread_irq_nesting_end,$function
|
D | tx_thread_vectored_context_save.arm | 53 /* This function saves the context of an executing thread in the */ 54 /* beginning of interrupt processing. The function also ensures that */ 120 /* Call the ISR enter function to indicate an ISR is executing. */ 123 BL _tx_execution_isr_enter # Call the ISR enter function 156 /* Call the ISR enter function to indicate an ISR is executing. */ 159 BL _tx_execution_isr_enter # Call the ISR enter function 180 /* Call the ISR enter function to indicate an ISR is executing. */ 183 BL _tx_execution_isr_enter # Call the ISR enter function 190 .type _tx_thread_vectored_context_save,$function
|
D | tx_thread_context_save.arm | 53 /* This function saves the context of an executing thread in the */ 54 /* beginning of interrupt processing. The function also ensures that */ 127 /* Call the ISR enter function to indicate an ISR is executing. */ 130 BL _tx_execution_isr_enter # Call the ISR enter function 167 /* Call the ISR enter function to indicate an ISR is executing. */ 170 BL _tx_execution_isr_enter # Call the ISR enter function 191 /* Call the ISR enter function to indicate an ISR is executing. */ 194 BL _tx_execution_isr_enter # Call the ISR enter function 201 .type _tx_thread_context_save,$function
|
/ThreadX-v6.4.1/ports/cortex_r5/ghs/src/ |
D | tx_thread_fiq_nesting_end.arm | 55 /* This function is called by the application from FIQ mode after */ 58 /* calling _tx_thread_fiq_context_restore. Note that this function */ 60 /* nesting start function was called. */ 62 /* This function assumes that the system mode stack pointer was setup */ 65 /* This function returns with FIQ interrupts disabled. */ 105 .type _tx_thread_fiq_nesting_end,$function
|
D | tx_thread_irq_nesting_end.arm | 54 /* This function is called by the application from IRQ mode after */ 57 /* calling _tx_thread_context_restore. Note that this function */ 59 /* nesting start function was called. */ 61 /* This function assumes that the system mode stack pointer was setup */ 64 /* This function returns with IRQ interrupts disabled. */ 104 .type _tx_thread_irq_nesting_end,$function
|
D | tx_thread_vectored_context_save.arm | 53 /* This function saves the context of an executing thread in the */ 54 /* beginning of interrupt processing. The function also ensures that */ 120 /* Call the ISR enter function to indicate an ISR is executing. */ 123 BL _tx_execution_isr_enter # Call the ISR enter function 156 /* Call the ISR enter function to indicate an ISR is executing. */ 159 BL _tx_execution_isr_enter # Call the ISR enter function 180 /* Call the ISR enter function to indicate an ISR is executing. */ 183 BL _tx_execution_isr_enter # Call the ISR enter function 190 .type _tx_thread_vectored_context_save,$function
|
D | tx_thread_context_save.arm | 53 /* This function saves the context of an executing thread in the */ 54 /* beginning of interrupt processing. The function also ensures that */ 127 /* Call the ISR enter function to indicate an ISR is executing. */ 130 BL _tx_execution_isr_enter # Call the ISR enter function 167 /* Call the ISR enter function to indicate an ISR is executing. */ 170 BL _tx_execution_isr_enter # Call the ISR enter function 191 /* Call the ISR enter function to indicate an ISR is executing. */ 194 BL _tx_execution_isr_enter # Call the ISR enter function 201 .type _tx_thread_context_save,$function
|
/ThreadX-v6.4.1/ports/cortex_r4/ghs/src/ |
D | tx_thread_fiq_nesting_end.arm | 55 /* This function is called by the application from FIQ mode after */ 58 /* calling _tx_thread_fiq_context_restore. Note that this function */ 60 /* nesting start function was called. */ 62 /* This function assumes that the system mode stack pointer was setup */ 65 /* This function returns with FIQ interrupts disabled. */ 105 .type _tx_thread_fiq_nesting_end,$function
|
D | tx_thread_irq_nesting_end.arm | 54 /* This function is called by the application from IRQ mode after */ 57 /* calling _tx_thread_context_restore. Note that this function */ 59 /* nesting start function was called. */ 61 /* This function assumes that the system mode stack pointer was setup */ 64 /* This function returns with IRQ interrupts disabled. */ 104 .type _tx_thread_irq_nesting_end,$function
|
D | tx_thread_vectored_context_save.arm | 53 /* This function saves the context of an executing thread in the */ 54 /* beginning of interrupt processing. The function also ensures that */ 120 /* Call the ISR enter function to indicate an ISR is executing. */ 123 BL _tx_execution_isr_enter # Call the ISR enter function 156 /* Call the ISR enter function to indicate an ISR is executing. */ 159 BL _tx_execution_isr_enter # Call the ISR enter function 180 /* Call the ISR enter function to indicate an ISR is executing. */ 183 BL _tx_execution_isr_enter # Call the ISR enter function 190 .type _tx_thread_vectored_context_save,$function
|
/ThreadX-v6.4.1/ports/arm11/gnu/src/ |
D | tx_thread_system_return.S | 47 .type $_tx_thread_system_return,function 54 BL _tx_thread_system_return @ Call _tx_thread_system_return function 107 .type _tx_thread_system_return,function 125 BL _tx_execution_thread_exit @ Call the thread exit function
|
/ThreadX-v6.4.1/ports/arm9/gnu/src/ |
D | tx_thread_system_return.S | 47 .type $_tx_thread_system_return,function 54 BL _tx_thread_system_return @ Call _tx_thread_system_return function 107 .type _tx_thread_system_return,function 125 BL _tx_execution_thread_exit @ Call the thread exit function
|
/ThreadX-v6.4.1/ports_module/cortex_r4/ac6/module_lib/src/ |
D | txm_module_initialize.S | 87 .type _txm_module_initialize, %function 96 .type __rt_entry, %function
|
/ThreadX-v6.4.1/ports/cortex_m3/ghs/example_build/ |
D | tx_initialize_low_level.arm | 39 /* This function is responsible for any low-level processor */ 59 /* _tx_initialize_kernel_enter ThreadX entry function */ 132 .type _tx_initialize_low_level,$function 143 .type __tx_BadHandler,$function 167 .type __tx_IntHandler,$function 190 .type __tx_SysTickHandler,$function 198 .type __tx_NMIHandler,$function 206 .type __tx_DBGHandler,$function 214 .type __tx_SVCallHandler,$function
|
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/example_build/ |
D | tx_initialize_low_level.S | 56 .type $_tx_initialize_low_level,function 62 BL _tx_initialize_low_level @ Call _tx_initialize_low_level function 113 .type _tx_initialize_low_level,function
|
/ThreadX-v6.4.1/ports/cortex_m7/ghs/example_build/ |
D | tx_initialize_low_level.arm | 39 /* This function is responsible for any low-level processor */ 59 /* _tx_initialize_kernel_enter ThreadX entry function */ 140 .type _tx_initialize_low_level,$function 151 .type __tx_BadHandler,$function 175 .type __tx_IntHandler,$function 198 .type __tx_SysTickHandler,$function 206 .type __tx_NMIHandler,$function 214 .type __tx_DBGHandler,$function 222 .type __tx_SVCallHandler,$function
|
/ThreadX-v6.4.1/ports/cortex_a9/ghs/src/ |
D | tx_thread_context_save.arm | 53 /* This function saves the context of an executing thread in the */ 54 /* beginning of interrupt processing. The function also ensures that */ 127 /* Call the ISR enter function to indicate an ISR is executing. */ 130 BL _tx_execution_isr_enter # Call the ISR enter function 167 /* Call the ISR enter function to indicate an ISR is executing. */ 170 BL _tx_execution_isr_enter # Call the ISR enter function 191 /* Call the ISR enter function to indicate an ISR is executing. */ 194 BL _tx_execution_isr_enter # Call the ISR enter function 201 .type _tx_thread_context_save,$function
|
D | tx_thread_fiq_context_save.arm | 47 /* This function saves the context of an executing thread in the */ 48 /* beginning of interrupt processing. The function also ensures that */ 110 /* Call the ISR enter function to indicate an ISR is executing. */ 113 BL _tx_execution_isr_enter # Call the ISR enter function 154 /* Call the ISR enter function to indicate an ISR is executing. */ 157 BL _tx_execution_isr_enter # Call the ISR enter function 173 /* Call the ISR enter function to indicate an ISR is executing. */ 176 BL _tx_execution_isr_enter # Call the ISR enter function 191 .type _tx_thread_fiq_context_save,$function
|
D | tx_thread_vectored_context_save.arm | 53 /* This function saves the context of an executing thread in the */ 54 /* beginning of interrupt processing. The function also ensures that */ 120 /* Call the ISR enter function to indicate an ISR is executing. */ 123 BL _tx_execution_isr_enter # Call the ISR enter function 156 /* Call the ISR enter function to indicate an ISR is executing. */ 159 BL _tx_execution_isr_enter # Call the ISR enter function 180 /* Call the ISR enter function to indicate an ISR is executing. */ 183 BL _tx_execution_isr_enter # Call the ISR enter function 190 .type _tx_thread_vectored_context_save,$function
|
/ThreadX-v6.4.1/ports/cortex_m4/ghs/example_build/ |
D | tx_initialize_low_level.arm | 39 /* This function is responsible for any low-level processor */ 59 /* _tx_initialize_kernel_enter ThreadX entry function */ 140 .type _tx_initialize_low_level,$function 151 .type __tx_BadHandler,$function 175 .type __tx_IntHandler,$function 198 .type __tx_SysTickHandler,$function 206 .type __tx_NMIHandler,$function 214 .type __tx_DBGHandler,$function 222 .type __tx_SVCallHandler,$function
|
/ThreadX-v6.4.1/ports/cortex_a8/ghs/src/ |
D | tx_thread_context_save.arm | 53 /* This function saves the context of an executing thread in the */ 54 /* beginning of interrupt processing. The function also ensures that */ 127 /* Call the ISR enter function to indicate an ISR is executing. */ 130 BL _tx_execution_isr_enter # Call the ISR enter function 167 /* Call the ISR enter function to indicate an ISR is executing. */ 170 BL _tx_execution_isr_enter # Call the ISR enter function 191 /* Call the ISR enter function to indicate an ISR is executing. */ 194 BL _tx_execution_isr_enter # Call the ISR enter function 201 .type _tx_thread_context_save,$function
|
D | tx_thread_fiq_context_save.arm | 47 /* This function saves the context of an executing thread in the */ 48 /* beginning of interrupt processing. The function also ensures that */ 110 /* Call the ISR enter function to indicate an ISR is executing. */ 113 BL _tx_execution_isr_enter # Call the ISR enter function 154 /* Call the ISR enter function to indicate an ISR is executing. */ 157 BL _tx_execution_isr_enter # Call the ISR enter function 173 /* Call the ISR enter function to indicate an ISR is executing. */ 176 BL _tx_execution_isr_enter # Call the ISR enter function 191 .type _tx_thread_fiq_context_save,$function
|