Home
last modified time | relevance | path

Searched refs:slice (Results 76 – 100 of 262) sorted by relevance

1234567891011

/ThreadX-v6.4.1/ports/arm9/ac5/src/
Dtx_thread_system_return.s114 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
115 LDR r1, [r2, #0] ; Pickup current time slice
128 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports/arm11/ac5/src/
Dtx_thread_system_return.s114 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
115 LDR r1, [r2, #0] ; Pickup current time slice
128 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/src/
Dtx_thread_schedule.S184 lw $11, 24($8) # Pickup time slice value
191 la $10, _tx_timer_time_slice # Pickup time-slice variable address
192 addu $10, $10, $25 # Offset to VPE specific time-slice
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/
Dtx_thread_system_return.s109 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
110 LDR r1, [r2, #0] ; Pickup current time slice
123 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports/cortex_r5/iar/src/
Dtx_thread_system_return.s119 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
120 LDR r1, [r2, #0] ; Pickup current time slice
133 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports/cortex_r4/iar/src/
Dtx_thread_system_return.s119 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
120 LDR r1, [r2, #0] ; Pickup current time slice
133 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports/cortex_m7/ghs/src/
Dtx_thread_schedule.arm154 LDR r4, =_tx_timer_time_slice ; Build address of time-slice variable
157 ; /* Determine if time-slice is active. If it isn't, skip time handling processing. */
159 LDR r5, [r4] ; Pickup current time-slice
163 ; /* Time-slice is active, save the current thread's time-slice and clear the global time-slice
165 STR r5, [r1, #24] ; Save current time-slice
167 ; /* Clear the global time-slice. */
169 STR r3, [r4] ; Clear time-slice
191 LDR r4, =_tx_timer_time_slice ; Build address of time-slice variable
192 LDR r5, [r1, #24] ; Pickup thread's current time-slice
196 ; /* Setup global time-slice with thread's current time-slice. */
[all …]
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/src/
Dtx_thread_schedule.arm149 LDR r4, =_tx_timer_time_slice // Build address of time-slice variable
152 /* Determine if time-slice is active. If it isn't, skip time handling processing. */
154 LDR r5, [r4] // Pickup current time-slice
158 …/* Time-slice is active, save the current thread's time-slice and clear the global time-slice vari…
160 STR r5, [r1, #24] // Save current time-slice
162 /* Clear the global time-slice. */
164 STR r3, [r4] // Clear time-slice
185 LDR r4, =_tx_timer_time_slice // Build address of time-slice variable
186 LDR r5, [r1, #24] // Pickup thread's current time-slice
190 /* Setup global time-slice with thread's current time-slice. */
[all …]
/ThreadX-v6.4.1/ports/cortex_m4/ghs/src/
Dtx_thread_schedule.arm154 LDR r4, =_tx_timer_time_slice ; Build address of time-slice variable
157 ; /* Determine if time-slice is active. If it isn't, skip time handling processing. */
159 LDR r5, [r4] ; Pickup current time-slice
163 ; /* Time-slice is active, save the current thread's time-slice and clear the global time-slice
165 STR r5, [r1, #24] ; Save current time-slice
167 ; /* Clear the global time-slice. */
169 STR r3, [r4] ; Clear time-slice
191 LDR r4, =_tx_timer_time_slice ; Build address of time-slice variable
192 LDR r5, [r1, #24] ; Pickup thread's current time-slice
196 ; /* Setup global time-slice with thread's current time-slice. */
[all …]
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/gnu/src/
Dtx_thread_system_return.S139 LDR r2, =_tx_timer_time_slice @ Pickup address of time slice
140 ADD r2, r2, r12 @ Build index into time-slice array
141 LDR r1, [r2, #0] @ Pickup current time slice
154 CMP r1, #0 @ Is a time-slice active?
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/src/
Dtx_thread_system_return.S139 LDR r2, =_tx_timer_time_slice @ Pickup address of time slice
140 ADD r2, r2, r12 @ Build index into time-slice array
141 LDR r1, [r2, #0] @ Pickup current time slice
154 CMP r1, #0 @ Is a time-slice active?
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/src/
Dtx_thread_system_return.S139 LDR r2, =_tx_timer_time_slice @ Pickup address of time slice
140 ADD r2, r2, r12 @ Build index into time-slice array
141 LDR r1, [r2, #0] @ Pickup current time slice
154 CMP r1, #0 @ Is a time-slice active?
/ThreadX-v6.4.1/ports/cortex_r4/ac5/src/
Dtx_thread_system_return.s121 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
122 LDR r1, [r2, #0] ; Pickup current time slice
135 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports/arm11/gnu/src/
Dtx_thread_system_return.S129 LDR r2, =_tx_timer_time_slice @ Pickup address of time slice
130 LDR r1, [r2] @ Pickup current time slice
143 CMP r1, #0 @ Is a time-slice active?
/ThreadX-v6.4.1/ports/arm9/gnu/src/
Dtx_thread_system_return.S129 LDR r2, =_tx_timer_time_slice @ Pickup address of time slice
130 LDR r1, [r2] @ Pickup current time slice
143 CMP r1, #0 @ Is a time-slice active?
/ThreadX-v6.4.1/ports/cortex_r5/ac5/src/
Dtx_thread_system_return.s122 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
123 LDR r1, [r2, #0] ; Pickup current time slice
136 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/
Dtx_thread_system_return.a64128 LDR x2, =_tx_timer_time_slice // Pickup address of time slice
129 LDR w1, [x2, x8, LSL #2] // Pickup current time slice
141 /* Determine if the time-slice is active. */
146 CMP w1, #0 // Is a time-slice active?
147 B.EQ __tx_thread_dont_save_ts // No, don't save the time-slice
149 /* Save the current remaining time-slice. */
153 STR w4, [x2, x8, LSL #2] // Clear time-slice
154 STR w1, [x6, #36] // Store current time-slice
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/src/
Dtx_thread_system_return.s137 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
138 ADD r2, r2, r12 ; Build index into time-slice array
139 LDR r1, [r2, #0] ; Pickup current time slice
152 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/src/
Dtx_thread_system_return.s137 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
138 ADD r2, r2, r12 ; Build index into time-slice array
139 LDR r1, [r2, #0] ; Pickup current time slice
152 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/src/
Dtx_thread_system_return.s137 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
138 ADD r2, r2, r12 ; Build index into time-slice array
139 LDR r1, [r2, #0] ; Pickup current time slice
152 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports/cortex_a9/iar/src/
Dtx_thread_system_return.s133 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
134 LDR r1, [r2, #0] ; Pickup current time slice
147 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/module_manager/src/
Dtx_thread_system_return.s122 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
123 LDR r1, [r2, #0] ; Pickup current time slice
136 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports/cortex_a8/iar/src/
Dtx_thread_system_return.s129 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
130 LDR r1, [r2, #0] ; Pickup current time slice
143 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports/cortex_a15/iar/src/
Dtx_thread_system_return.s127 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
128 LDR r1, [r2, #0] ; Pickup current time slice
141 CMP r1, #0 ; Is a time-slice active?
/ThreadX-v6.4.1/ports/cortex_a8/ac5/src/
Dtx_thread_system_return.s122 LDR r2, =_tx_timer_time_slice ; Pickup address of time slice
123 LDR r1, [r2, #0] ; Pickup current time slice
136 CMP r1, #0 ; Is a time-slice active?

1234567891011