Home
last modified time | relevance | path

Searched refs:slice (Results 176 – 200 of 262) sorted by relevance

1234567891011

/ThreadX-v6.4.1/ports/arm11/ac5/src/
Dtx_thread_fiq_context_restore.s216 LDR r3, =_tx_timer_time_slice ; Pickup time-slice variable address
217 LDR r2, [r3] ; Pickup time-slice
224 STR r2, [r0, #24] ; Save thread's time-slice
226 STR r2, [r3] ; Disable global time-slice flag
/ThreadX-v6.4.1/ports/rxv2/gnu/src/
Dtx_thread_schedule.S158 MOV.L 24[R2],R3 ; Pickup thread time-slice
159 MOV.L #__tx_timer_time_slice,R4 ; Pickup pointer to time-slice
160 MOV.L R3, [R4] ; Setup time-slice
/ThreadX-v6.4.1/ports/rxv2/iar/src/
Dtx_thread_schedule.s159 MOV.L 24[R2],R3 ; Pickup thread time-slice
160 MOV.L #__tx_timer_time_slice,R4 ; Pickup pointer to time-slice
161 MOV.L R3, [R4] ; Setup time-slice
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/src/
Dtx_thread_schedule.s185 ld r5, [r0, 24] ; Pickup time-slice for this thread
192 mov r6, _tx_timer_time_slice ; Build address of time-slice for this core
194 st r5, [r6] ; Setup time-slice
/ThreadX-v6.4.1/ports/rxv1/gnu/src/
Dtx_thread_schedule.S147 MOV.L 24[R2],R3 ; Pickup thread time-slice
148 MOV.L #__tx_timer_time_slice,R4 ; Pickup pointer to time-slice
149 MOV.L R3, [R4] ; Setup time-slice
/ThreadX-v6.4.1/ports/arc_em/metaware/src/
Dtx_thread_schedule.s126 ld r4, [r0, 24] ; Pickup time-slice for this thread
133 st r4, [gp, _tx_timer_time_slice@sda] ; Setup time-slice
/ThreadX-v6.4.1/ports/cortex_a9/iar/src/
Dtx_thread_fiq_context_restore.s229 LDR r3, =_tx_timer_time_slice ; Pickup time-slice variable address
230 LDR r2, [r3] ; Pickup time-slice
237 STR r2, [r0, #24] ; Save thread's time-slice
239 STR r2, [r3] ; Disable global time-slice flag
/ThreadX-v6.4.1/ports/cortex_a8/iar/src/
Dtx_thread_fiq_context_restore.s229 LDR r3, =_tx_timer_time_slice ; Pickup time-slice variable address
230 LDR r2, [r3] ; Pickup time-slice
237 STR r2, [r0, #24] ; Save thread's time-slice
239 STR r2, [r3] ; Disable global time-slice flag
/ThreadX-v6.4.1/ports/cortex_a5/iar/src/
Dtx_thread_fiq_context_restore.s231 LDR r3, =_tx_timer_time_slice ; Pickup time-slice variable address
232 LDR r2, [r3] ; Pickup time-slice
239 STR r2, [r0, #24] ; Save thread's time-slice
241 STR r2, [r3] ; Disable global time-slice flag
/ThreadX-v6.4.1/ports/cortex_a7/iar/src/
Dtx_thread_fiq_context_restore.s229 LDR r3, =_tx_timer_time_slice ; Pickup time-slice variable address
230 LDR r2, [r3] ; Pickup time-slice
237 STR r2, [r0, #24] ; Save thread's time-slice
239 STR r2, [r3] ; Disable global time-slice flag
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/
Dtx_timer_interrupt.a6449 /* time slice and/or timer expiration. If either is found, the */
64 /* _tx_thread_time_slice Time slice interrupted thread */
176 /* Call time-slice processing. */
178 BL _tx_thread_time_slice // Call time-slice processing
/ThreadX-v6.4.1/ports/cortex_r4/ghs/src/
Dtx_thread_schedule.arm143 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
Dtx_thread_context_restore.arm200 /* Save the remaining time-slice and disable it. */
204 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address
205 LDR r2, [r3] # Pickup time-slice
212 STR r2, [r0, 24] # Save thread's time-slice
214 STR r2, [r3] # Disable global time-slice flag
Dtx_thread_fiq_context_restore.arm205 /* Save the remaining time-slice and disable it. */
209 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address
210 LDR r2, [r3] # Pickup time-slice
217 STR r2, [r0, 24] # Save thread's time-slice
219 STR r2, [r3] # Disable global time-slice flag
/ThreadX-v6.4.1/ports/rxv1/ccrx/src/
Dtx_thread_schedule.src155 ; /* Setup time-slice, if present. */
158 MOV.L 24[R2],R3 ; Pickup thread time-slice
159 MOV.L #__tx_timer_time_slice,R4 ; Pickup pointer to time-slice
160 MOV.L R3, [R4] ; Setup time-slice
/ThreadX-v6.4.1/ports/rxv2/ccrx/src/
Dtx_thread_schedule.src155 ; /* Setup time-slice, if present. */
158 MOV.L 24[R2],R3 ; Pickup thread time-slice
159 MOV.L #__tx_timer_time_slice,R4 ; Pickup pointer to time-slice
160 MOV.L R3, [R4] ; Setup time-slice
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_thread_context_restore.mip354 /* Save the remaining time-slice and disable it. */
358 la $10, _tx_timer_time_slice # Pickup time slice variable address
359 addu $10, $10, $24 # Build index into time-slice
361 /* Check for time-slice race condition. */
368 lw $9, ($10) # Pickup time slice
371 beqz $9, _tx_thread_dont_save_ts # If 0, skip time slice processing
377 sw $9, 24($8) # Save current time slice
378 sw $0, ($10) # Clear global time slice
/ThreadX-v6.4.1/ports/cortex_r5/iar/src/
Dtx_thread_schedule.s123 LDR r3, [r0, #24] ; Pickup time-slice for this thread
130 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
133 STR r3, [r2, #0] ; Setup time-slice
/ThreadX-v6.4.1/ports/cortex_r4/iar/src/
Dtx_thread_schedule.s123 LDR r3, [r0, #24] ; Pickup time-slice for this thread
130 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
133 STR r3, [r2, #0] ; Setup time-slice
/ThreadX-v6.4.1/ports/cortex_a8/ghs/src/
Dtx_thread_context_restore.arm213 /* Save the remaining time-slice and disable it. */
217 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address
218 LDR r2, [r3] # Pickup time-slice
225 STR r2, [r0, 24] # Save thread's time-slice
227 STR r2, [r3] # Disable global time-slice flag
/ThreadX-v6.4.1/ports/cortex_a9/ghs/src/
Dtx_thread_context_restore.arm213 /* Save the remaining time-slice and disable it. */
217 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address
218 LDR r2, [r3] # Pickup time-slice
225 STR r2, [r0, 24] # Save thread's time-slice
227 STR r2, [r3] # Disable global time-slice flag
/ThreadX-v6.4.1/ports/cortex_a7/ghs/src/
Dtx_thread_context_restore.arm213 /* Save the remaining time-slice and disable it. */
217 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address
218 LDR r2, [r3] # Pickup time-slice
225 STR r2, [r0, 24] # Save thread's time-slice
227 STR r2, [r3] # Disable global time-slice flag
/ThreadX-v6.4.1/ports/cortex_a5/ghs/src/
Dtx_thread_context_restore.arm213 /* Save the remaining time-slice and disable it. */
217 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address
218 LDR r2, [r3] # Pickup time-slice
225 STR r2, [r0, 24] # Save thread's time-slice
227 STR r2, [r3] # Disable global time-slice flag
/ThreadX-v6.4.1/ports/cortex_r5/ghs/src/
Dtx_thread_context_restore.arm212 /* Save the remaining time-slice and disable it. */
216 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address
217 LDR r2, [r3] # Pickup time-slice
224 STR r2, [r0, 24] # Save thread's time-slice
226 STR r2, [r3] # Disable global time-slice flag
/ThreadX-v6.4.1/ports/cortex_r7/ghs/src/
Dtx_thread_context_restore.arm212 /* Save the remaining time-slice and disable it. */
216 LDR r3, =_tx_timer_time_slice # Pickup time-slice variable address
217 LDR r2, [r3] # Pickup time-slice
224 STR r2, [r0, 24] # Save thread's time-slice
226 STR r2, [r3] # Disable global time-slice flag

1234567891011