Searched refs:tail (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 141 LDR r3, =_tx_thread_smp_protect_wait_list_tail @ Get the address of the tail 142 LDR r4, [r3] @ Get the value of tail 145 ADD r4, r4, #1 @ Increment the tail 153 CMP r4, r5 @ Compare max cores to tail 164 STR r4, [r3] @ Store the new tail value. 227 LDR r2, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 228 LDR r2, [r2] @ Load tail value 229 CMP r1, r2 @ Compare cur index and tail 273 LDR r0, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 274 LDR r1, [r0] @ Load tail value [all …]
|
| /ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 145 LDR r3, =_tx_thread_smp_protect_wait_list_tail ; Get the address of the tail 146 LDR r4, [r3] ; Get the value of tail 149 ADD r4, r4, #1 ; Increment the tail variable 157 CMP r4, r5 ; Compare max cores to tail 168 STR r4, [r3] ; Store the new tail value. 232 LDR r2, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 233 LDR r2, [r2] ; Load tail value 234 CMP r1, r2 ; Compare cur index and tail 278 LDR r0, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 279 LDR r1, [r0] ; Load tail value [all …]
|
| /ThreadX-v6.3.0/ports_smp/cortex_a9_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 145 LDR r3, =_tx_thread_smp_protect_wait_list_tail ; Get the address of the tail 146 LDR r4, [r3] ; Get the value of tail 149 ADD r4, r4, #1 ; Increment the tail variable 157 CMP r4, r5 ; Compare max cores to tail 168 STR r4, [r3] ; Store the new tail value. 232 LDR r2, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 233 LDR r2, [r2] ; Load tail value 234 CMP r1, r2 ; Compare cur index and tail 278 LDR r0, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 279 LDR r1, [r0] ; Load tail value [all …]
|
| /ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 141 LDR r3, =_tx_thread_smp_protect_wait_list_tail @ Get the address of the tail 142 LDR r4, [r3] @ Get the value of tail 145 ADD r4, r4, #1 @ Increment the tail 153 CMP r4, r5 @ Compare max cores to tail 164 STR r4, [r3] @ Store the new tail value. 227 LDR r2, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 228 LDR r2, [r2] @ Load tail value 229 CMP r1, r2 @ Compare cur index and tail 273 LDR r0, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 274 LDR r1, [r0] @ Load tail value [all …]
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 141 LDR r3, =_tx_thread_smp_protect_wait_list_tail @ Get the address of the tail 142 LDR r4, [r3] @ Get the value of tail 145 ADD r4, r4, #1 @ Increment the tail 153 CMP r4, r5 @ Compare max cores to tail 164 STR r4, [r3] @ Store the new tail value. 227 LDR r2, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 228 LDR r2, [r2] @ Load tail value 229 CMP r1, r2 @ Compare cur index and tail 273 LDR r0, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 274 LDR r1, [r0] @ Load tail value [all …]
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 145 LDR r3, =_tx_thread_smp_protect_wait_list_tail ; Get the address of the tail 146 LDR r4, [r3] ; Get the value of tail 149 ADD r4, r4, #1 ; Increment the tail variable 157 CMP r4, r5 ; Compare max cores to tail 168 STR r4, [r3] ; Store the new tail value. 232 LDR r2, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 233 LDR r2, [r2] ; Load tail value 234 CMP r1, r2 ; Compare cur index and tail 278 LDR r0, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 279 LDR r1, [r0] ; Load tail value [all …]
|
| /ThreadX-v6.3.0/test/smp/cmake/regression/ |
| D | generate_test_file.sh | 6 line=`sed -n '/_tx_linux_timer_interrupt/=' $src | tail -n 1` 8 line=`sed -n '/_tx_timer_interrupt/=' $src | tail -n 1`
|
| /ThreadX-v6.3.0/test/tx/cmake/regression/ |
| D | generate_test_file.sh | 6 line=`sed -n '/_tx_linux_timer_interrupt/=' $src | tail -n 1` 8 line=`sed -n '/_tx_timer_interrupt/=' $src | tail -n 1`
|