Searched refs:tail (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 140 LDR r3, =_tx_thread_smp_protect_wait_list_tail @ Get the address of the tail 141 LDR r4, [r3] @ Get the value of tail 144 ADD r4, r4, #1 @ Increment the tail 152 CMP r4, r5 @ Compare max cores to tail 163 STR r4, [r3] @ Store the new tail value. 226 LDR r2, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 227 LDR r2, [r2] @ Load tail value 228 CMP r1, r2 @ Compare cur index and tail 272 LDR r0, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 273 LDR r1, [r0] @ Load tail value [all …]
|
| /ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 144 LDR r3, =_tx_thread_smp_protect_wait_list_tail ; Get the address of the tail 145 LDR r4, [r3] ; Get the value of tail 148 ADD r4, r4, #1 ; Increment the tail variable 156 CMP r4, r5 ; Compare max cores to tail 167 STR r4, [r3] ; Store the new tail value. 231 LDR r2, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 232 LDR r2, [r2] ; Load tail value 233 CMP r1, r2 ; Compare cur index and tail 277 LDR r0, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 278 LDR r1, [r0] ; Load tail value [all …]
|
| /ThreadX-v6.4.1/ports_smp/cortex_a9_smp/gnu/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 140 LDR r3, =_tx_thread_smp_protect_wait_list_tail @ Get the address of the tail 141 LDR r4, [r3] @ Get the value of tail 144 ADD r4, r4, #1 @ Increment the tail 152 CMP r4, r5 @ Compare max cores to tail 163 STR r4, [r3] @ Store the new tail value. 226 LDR r2, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 227 LDR r2, [r2] @ Load tail value 228 CMP r1, r2 @ Compare cur index and tail 272 LDR r0, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 273 LDR r1, [r0] @ Load tail value [all …]
|
| /ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 144 LDR r3, =_tx_thread_smp_protect_wait_list_tail ; Get the address of the tail 145 LDR r4, [r3] ; Get the value of tail 148 ADD r4, r4, #1 ; Increment the tail variable 156 CMP r4, r5 ; Compare max cores to tail 167 STR r4, [r3] ; Store the new tail value. 231 LDR r2, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 232 LDR r2, [r2] ; Load tail value 233 CMP r1, r2 ; Compare cur index and tail 277 LDR r0, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 278 LDR r1, [r0] ; Load tail value [all …]
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 144 LDR r3, =_tx_thread_smp_protect_wait_list_tail ; Get the address of the tail 145 LDR r4, [r3] ; Get the value of tail 148 ADD r4, r4, #1 ; Increment the tail variable 156 CMP r4, r5 ; Compare max cores to tail 167 STR r4, [r3] ; Store the new tail value. 231 LDR r2, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 232 LDR r2, [r2] ; Load tail value 233 CMP r1, r2 ; Compare cur index and tail 277 LDR r0, =_tx_thread_smp_protect_wait_list_tail ; Load tail address 278 LDR r1, [r0] ; Load tail value [all …]
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 140 LDR r3, =_tx_thread_smp_protect_wait_list_tail @ Get the address of the tail 141 LDR r4, [r3] @ Get the value of tail 144 ADD r4, r4, #1 @ Increment the tail 152 CMP r4, r5 @ Compare max cores to tail 163 STR r4, [r3] @ Store the new tail value. 226 LDR r2, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 227 LDR r2, [r2] @ Load tail value 228 CMP r1, r2 @ Compare cur index and tail 272 LDR r0, =_tx_thread_smp_protect_wait_list_tail @ Load tail address 273 LDR r1, [r0] @ Load tail value [all …]
|
| /ThreadX-v6.4.1/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.4.1/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`
|