Home
last modified time | relevance | path

Searched refs:start (Results 176 – 200 of 359) sorted by relevance

12345678910>>...15

/ThreadX-v6.4.1/ports/cortex_m3/ghs/src/
Dtx_timer_interrupt.arm152 LDR r3, =_tx_timer_list_start ; Pickup addr of timer list start
153 LDR r0, [r3, #0] ; Set current pointer to list start
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/src/
Dtx_timer_interrupt.arm152 LDR r3, =_tx_timer_list_start // Pickup addr of timer list start
153 LDR r0, [r3, #0] // Set current pointer to list start
/ThreadX-v6.4.1/ports/cortex_m4/ghs/src/
Dtx_timer_interrupt.arm152 LDR r3, =_tx_timer_list_start ; Pickup addr of timer list start
153 LDR r0, [r3, #0] ; Set current pointer to list start
/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/module_manager/src/
Dtx_thread_schedule.s198 LDRD r0, r1, [r2, #0xA4] ; Load the module kernel stack start and end
199 STRD r0, r1, [r2, #0x0C] ; Set stack start and end
236 LDRD r0, r1, [r2, #0xB4] ; Load the module thread stack start and end
237 STRD r0, r1, [r2, #0x0C] ; Set stack start and end
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/
Dreadme_threadx.txt83 E. To start execution, select and run Id 0, Id 4, and Id 8. All the cores are now
99 This is defined within the start.mip file supplied by MIPS. In addition,
112 By default, the first available RAM memory address is assumed to start at the
258 wait until VPE 0 completes the initialization before they start running.
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/
Dtx_thread_schedule.s181 LDRD r0, r1, [r2, #0xA4] ; Load the module kernel stack start and end
182 STRD r0, r1, [r2, #0x0C] ; Set stack start and end
217 LDRD r0, r1, [r2, #0xB4] ; Load the module thread stack start and end
218 STRD r0, r1, [r2, #0x0C] ; Set stack start and end
/ThreadX-v6.4.1/ports/rxv1/ccrx/src/
Dtx_timer_interrupt.src199 MOV.L #__tx_timer_list_start, R2 ; Pickup the timer list start ptr
200 MOV.L [R2], R2 ; Pickup the start of the list
/ThreadX-v6.4.1/ports/rxv2/ccrx/src/
Dtx_timer_interrupt.src199 MOV.L #__tx_timer_list_start, R2 ; Pickup the timer list start ptr
200 MOV.L [R2], R2 ; Pickup the start of the list
/ThreadX-v6.4.1/ports/rxv3/ccrx/src/
Dtx_timer_interrupt.src199 MOV.L #__tx_timer_list_start, R2 ; Pickup the timer list start ptr
200 MOV.L [R2], R2 ; Pickup the start of the list
/ThreadX-v6.4.1/ports/cortex_m3/ghs/
Dreadme_threadx.txt66 By default, the first available RAM memory address is assumed to start at the
124 The Cortex-M3 vectors start at the label __tx_vectors. The application may modify
/ThreadX-v6.4.1/ports_module/cortex_a7/iar/module_manager/src/
Dtx_thread_schedule.s204 LDRD r0, r1, [r2, #0xA4] ; Load the module kernel stack start and end
205 STRD r0, r1, [r2, #0x0C] ; Set stack start and end
266 LDRD r0, r1, [r2, #0xB4] ; Load the module thread stack start and end
267 STRD r0, r1, [r2, #0x0C] ; Set stack start and end
/ThreadX-v6.4.1/ports_module/cortex_m3/iar/example_build/
Dstartup.s28 ; a user defined start symbol.
35 ; it is where the SP start value is found, and the NVIC vector
168 LDR R0, =__iar_program_start ; Jump to ThreadX start, which will call IAR startup code
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/
Dreadme_threadx.txt58 This is defined within the start.S file supplied by MIPS. In addition,
71 By default, the first available RAM memory address is assumed to start at the
217 wait until VPE 0 completes the initialization before they start running.
/ThreadX-v6.4.1/ports_module/cortex_m0+/iar/example_build/
Dstartup.s28 ; a user defined start symbol.
35 ; it is where the SP start value is found, and the NVIC vector
168 LDR R0, =__iar_program_start ; Jump to ThreadX start, which will call IAR startup code
/ThreadX-v6.4.1/ports_module/cortex_a35/gnu/example_build/sample_threadx_module_manager/
Dsample_threadx_module_manager.ld132 /* gcc uses crtbegin.o to find the start of
/ThreadX-v6.4.1/ports_module/cortex_a35_smp/gnu/example_build/sample_threadx_module_manager/
Dsample_threadx_module_manager.ld132 /* gcc uses crtbegin.o to find the start of
/ThreadX-v6.4.1/ports_arch/ARMv8-A/threadx/ports/gnu/example_build/sample_threadx/
Dsample_threadx.ld132 /* gcc uses crtbegin.o to find the start of
/ThreadX-v6.4.1/ports_arch/ARMv8-A/threadx_smp/ports/gnu/example_build/sample_threadx/
Dsample_threadx.ld132 /* gcc uses crtbegin.o to find the start of
/ThreadX-v6.4.1/ports_module/cortex_a35_smp/gnu/example_build/sample_threadx/
Dsample_threadx.ld132 /* gcc uses crtbegin.o to find the start of
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/
DMP_SCU.s107 ; for the specified core. Typically only done at start-up.
/ThreadX-v6.4.1/ports_smp/cortex_a77_smp/gnu/example_build/sample_threadx/
Dsample_threadx.ld132 /* gcc uses crtbegin.o to find the start of
/ThreadX-v6.4.1/ports_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.ld132 /* gcc uses crtbegin.o to find the start of
/ThreadX-v6.4.1/ports_smp/cortex_a78_smp/gnu/example_build/sample_threadx/
Dsample_threadx.ld132 /* gcc uses crtbegin.o to find the start of
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/
DMP_SCU.s107 ; for the specified core. Typically only done at start-up.
/ThreadX-v6.4.1/ports_smp/cortex_a76ae_smp/gnu/example_build/sample_threadx/
Dsample_threadx.ld132 /* gcc uses crtbegin.o to find the start of

12345678910>>...15