Searched defs:r4 (Results 1 – 3 of 3) sorted by relevance
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/src/ |
D | tx_thread_smp_protection_wait_list_macros.h | 40 LDR r4, =_tx_thread_current_ptr ; Pickup start of the current thread array variable 41 ADD r4, r3, r4 ; Build index into the current thread array variable 57 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable 145 LDR r4, [r3] ; Get the value of tail variable 148 ADD r4, r4, #1 ; Increment the tail variable 156 CMP r4, r5 ; Compare max cores to tail variable 161 MOV r4, #0 variable 167 STR r4, [r3] ; Store the new tail value. variable 173 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable
|
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/src/ |
D | tx_thread_smp_protection_wait_list_macros.h | 40 LDR r4, =_tx_thread_current_ptr ; Pickup start of the current thread array variable 41 ADD r4, r3, r4 ; Build index into the current thread array variable 57 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable 145 LDR r4, [r3] ; Get the value of tail variable 148 ADD r4, r4, #1 ; Increment the tail variable 156 CMP r4, r5 ; Compare max cores to tail variable 161 MOV r4, #0 variable 167 STR r4, [r3] ; Store the new tail value. variable 173 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable
|
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/src/ |
D | tx_thread_smp_protection_wait_list_macros.h | 40 LDR r4, =_tx_thread_current_ptr ; Pickup start of the current thread array variable 41 ADD r4, r3, r4 ; Build index into the current thread array variable 57 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable 145 LDR r4, [r3] ; Get the value of tail variable 148 ADD r4, r4, #1 ; Increment the tail variable 156 CMP r4, r5 ; Compare max cores to tail variable 161 MOV r4, #0 variable 167 STR r4, [r3] ; Store the new tail value. variable 173 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable
|