Searched defs:LDR (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 42 LDR r3, [r4] ; Pickup current thread for this core variable 57 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable 58 LDR r5, [r4] ; Get the value of the head variable 59 LDR r6, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable 68 LDR r3, [r3] ; Load the max cores value variable 145 LDR r4, [r3] ; Get the value of tail variable 146 LDR r5, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable 155 LDR r5, [r5] ; Load max cores value variable 173 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable [all …]
|
| /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 42 LDR r3, [r4] ; Pickup current thread for this core variable 57 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable 58 LDR r5, [r4] ; Get the value of the head variable 59 LDR r6, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable 68 LDR r3, [r3] ; Load the max cores value variable 145 LDR r4, [r3] ; Get the value of tail variable 146 LDR r5, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable 155 LDR r5, [r5] ; Load max cores value variable 173 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable [all …]
|
| /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 42 LDR r3, [r4] ; Pickup current thread for this core variable 57 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable 58 LDR r5, [r4] ; Get the value of the head variable 59 LDR r6, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable 68 LDR r3, [r3] ; Load the max cores value variable 145 LDR r4, [r3] ; Get the value of tail variable 146 LDR r5, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable 155 LDR r5, [r5] ; Load max cores value variable 173 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable [all …]
|