Searched defs:r4 (Results 1 – 3 of 3) sorted by relevance
| /ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 41 LDR r4, =_tx_thread_current_ptr ; Pickup start of the current thread array variable 42 ADD r4, r3, r4 ; Build index into the current thread array variable 58 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable 146 LDR r4, [r3] ; Get the value of tail variable 149 ADD r4, r4, #1 ; Increment the tail variable 157 CMP r4, r5 ; Compare max cores to tail variable 162 MOV r4, #0 variable 168 STR r4, [r3] ; Store the new tail value. variable 174 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable
|
| /ThreadX-v6.3.0/ports_smp/cortex_a9_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 41 LDR r4, =_tx_thread_current_ptr ; Pickup start of the current thread array variable 42 ADD r4, r3, r4 ; Build index into the current thread array variable 58 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable 146 LDR r4, [r3] ; Get the value of tail variable 149 ADD r4, r4, #1 ; Increment the tail variable 157 CMP r4, r5 ; Compare max cores to tail variable 162 MOV r4, #0 variable 168 STR r4, [r3] ; Store the new tail value. variable 174 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 41 LDR r4, =_tx_thread_current_ptr ; Pickup start of the current thread array variable 42 ADD r4, r3, r4 ; Build index into the current thread array variable 58 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable 146 LDR r4, [r3] ; Get the value of tail variable 149 ADD r4, r4, #1 ; Increment the tail variable 157 CMP r4, r5 ; Compare max cores to tail variable 162 MOV r4, #0 variable 168 STR r4, [r3] ; Store the new tail value. variable 174 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable
|