/ThreadX-v6.4.1/ports/rxv3/iar/src/ |
D | tx_thread_schedule.s | 155 MOV.L 24[R2],R3 ; Pickup thread time-slice 156 MOV.L #__tx_timer_time_slice,R4 ; Pickup pointer to time-slice 157 MOV.L R3, [R4] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a15/iar/src/ |
D | tx_thread_schedule.s | 130 LDR r3, [r0, #24] ; Pickup time-slice for this thread 137 LDR r2, =_tx_timer_time_slice ; Pickup address of time-slice 140 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/rxv3/gnu/src/ |
D | tx_thread_schedule.S | 157 MOV.L 24[R2],R3 ; Pickup thread time-slice 158 MOV.L #__tx_timer_time_slice,R4 ; Pickup pointer to time-slice 159 MOV.L R3, [R4] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_r5/ac5/src/ |
D | tx_thread_schedule.s | 130 LDR r3, [r0, #24] ; Pickup time-slice for this thread 137 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 140 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/rxv3/ccrx/src/ |
D | tx_thread_schedule.src | 154 ; /* Setup time-slice, if present. */ 157 MOV.L 24[R2],R3 ; Pickup thread time-slice 158 MOV.L #__tx_timer_time_slice,R4 ; Pickup pointer to time-slice 159 MOV.L R3, [R4] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a9/ghs/src/ |
D | tx_thread_fiq_context_restore.arm | 218 /* Save the remaining time-slice and disable it. */ 222 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address 223 LDR r2, [r3] # Pickup time-slice 230 STR r2, [r0, 24] # Save thread's time-slice 232 STR r2, [r3] # Disable global time-slice flag
|
D | tx_thread_schedule.arm | 143 LDR r3, [r0, 24] # Pickup time-slice for this thread 147 /* Setup time-slice, if present. */ 150 LDR r2, =_tx_timer_time_slice # Pickup address of time slice 153 STR r3, [r2] # Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a8/ghs/src/ |
D | tx_thread_fiq_context_restore.arm | 218 /* Save the remaining time-slice and disable it. */ 222 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address 223 LDR r2, [r3] # Pickup time-slice 230 STR r2, [r0, 24] # Save thread's time-slice 232 STR r2, [r3] # Disable global time-slice flag
|
/ThreadX-v6.4.1/ports/cortex_a7/ghs/src/ |
D | tx_thread_fiq_context_restore.arm | 218 /* Save the remaining time-slice and disable it. */ 222 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address 223 LDR r2, [r3] # Pickup time-slice 230 STR r2, [r0, 24] # Save thread's time-slice 232 STR r2, [r3] # Disable global time-slice flag
|
/ThreadX-v6.4.1/ports/cortex_a5/ghs/src/ |
D | tx_thread_fiq_context_restore.arm | 218 /* Save the remaining time-slice and disable it. */ 222 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address 223 LDR r2, [r3] # Pickup time-slice 230 STR r2, [r0, 24] # Save thread's time-slice 232 STR r2, [r3] # Disable global time-slice flag
|
/ThreadX-v6.4.1/ports/cortex_r5/ghs/src/ |
D | tx_thread_fiq_context_restore.arm | 217 /* Save the remaining time-slice and disable it. */ 221 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address 222 LDR r2, [r3] # Pickup time-slice 229 STR r2, [r0, 24] # Save thread's time-slice 231 STR r2, [r3] # Disable global time-slice flag
|
/ThreadX-v6.4.1/ports/cortex_r7/ghs/src/ |
D | tx_thread_fiq_context_restore.arm | 217 /* Save the remaining time-slice and disable it. */ 221 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address 222 LDR r2, [r3] # Pickup time-slice 229 STR r2, [r0, 24] # Save thread's time-slice 231 STR r2, [r3] # Disable global time-slice flag
|
/ThreadX-v6.4.1/ports/cortex_a9/iar/src/ |
D | tx_thread_schedule.s | 133 LDR r3, [r0, #24] ; Pickup time-slice for this thread 140 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 143 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_r4/ac5/src/ |
D | tx_thread_schedule.s | 130 LDR r3, [r0, #24] ; Pickup time-slice for this thread 137 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 140 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_r4/gnu/src/ |
D | tx_thread_schedule.S | 139 LDR r3, [r0, #24] @ Pickup time-slice for this thread 146 LDR r2, =_tx_timer_time_slice @ Pickup address of time-slice 149 STR r3, [r2] @ Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a8/iar/src/ |
D | tx_thread_schedule.s | 133 LDR r3, [r0, #24] ; Pickup time-slice for this thread 140 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 143 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a9/ac5/src/ |
D | tx_thread_schedule.s | 130 LDR r3, [r0, #24] ; Pickup time-slice for this thread 137 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 140 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a8/ac5/src/ |
D | tx_thread_schedule.s | 130 LDR r3, [r0, #24] ; Pickup time-slice for this thread 137 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 140 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a7/ac5/src/ |
D | tx_thread_schedule.s | 130 LDR r3, [r0, #24] ; Pickup time-slice for this thread 137 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 140 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a5/iar/src/ |
D | tx_thread_schedule.s | 133 LDR r3, [r0, #24] ; Pickup time-slice for this thread 140 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 143 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a5/ac5/src/ |
D | tx_thread_schedule.s | 130 LDR r3, [r0, #24] ; Pickup time-slice for this thread 137 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 140 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_a7/iar/src/ |
D | tx_thread_schedule.s | 133 LDR r3, [r0, #24] ; Pickup time-slice for this thread 140 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice 143 STR r3, [r2, #0] ; Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_r5/ac6/src/ |
D | tx_thread_schedule.S | 146 LDR r3, [r0, #24] @ Pickup time-slice for this thread 153 LDR r2, =_tx_timer_time_slice @ Pickup address of time-slice 156 STR r3, [r2] @ Setup time-slice
|
/ThreadX-v6.4.1/ports/cortex_r5/gnu/src/ |
D | tx_thread_schedule.S | 139 LDR r3, [r0, #24] @ Pickup time-slice for this thread 146 LDR r2, =_tx_timer_time_slice @ Pickup address of time-slice 149 STR r3, [r2] @ Setup time-slice
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/src/ |
D | tx_timer_interrupt.S | 192 la $9, _tx_thread_time_slice # Pickup address of time slice function 193 jal $9 # Call time slice
|