/ThreadX-v6.4.1/ports/arm9/ac5/src/ |
D | tx_thread_system_return.s | 114 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/ |
D | tx_thread_system_return.s | 114 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/ |
D | tx_thread_schedule.S | 184 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/ |
D | tx_thread_system_return.s | 109 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/ |
D | tx_thread_system_return.s | 119 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/ |
D | tx_thread_system_return.s | 119 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/ |
D | tx_thread_schedule.arm | 154 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/ |
D | tx_thread_schedule.arm | 149 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/ |
D | tx_thread_schedule.arm | 154 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/ |
D | tx_thread_system_return.S | 139 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/ |
D | tx_thread_system_return.S | 139 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/ |
D | tx_thread_system_return.S | 139 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/ |
D | tx_thread_system_return.s | 121 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/ |
D | tx_thread_system_return.S | 129 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/ |
D | tx_thread_system_return.S | 129 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/ |
D | tx_thread_system_return.s | 122 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/ |
D | tx_thread_system_return.a64 | 128 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/ |
D | tx_thread_system_return.s | 137 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/ |
D | tx_thread_system_return.s | 137 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/ |
D | tx_thread_system_return.s | 137 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/ |
D | tx_thread_system_return.s | 133 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/ |
D | tx_thread_system_return.s | 122 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/ |
D | tx_thread_system_return.s | 129 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/ |
D | tx_thread_system_return.s | 127 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/ |
D | tx_thread_system_return.s | 122 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?
|