Home
last modified time | relevance | path

Searched defs:LDR (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/ac5/src/
Dtx_thread_smp_protection_wait_list_macros.h41 LDR r4, =_tx_thread_current_ptr ; Pickup start of the current thread array variable
43 LDR r3, [r4] ; Pickup current thread for this core variable
58 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable
59 LDR r5, [r4] ; Get the value of the head variable
60 LDR r6, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable
69 LDR r3, [r3] ; Load the max cores value variable
146 LDR r4, [r3] ; Get the value of tail variable
147 LDR r5, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable
156 LDR r5, [r5] ; Load max cores value variable
174 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable
[all …]
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/ac5/src/
Dtx_thread_smp_protection_wait_list_macros.h41 LDR r4, =_tx_thread_current_ptr ; Pickup start of the current thread array variable
43 LDR r3, [r4] ; Pickup current thread for this core variable
58 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable
59 LDR r5, [r4] ; Get the value of the head variable
60 LDR r6, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable
69 LDR r3, [r3] ; Load the max cores value variable
146 LDR r4, [r3] ; Get the value of tail variable
147 LDR r5, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable
156 LDR r5, [r5] ; Load max cores value variable
174 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable
[all …]
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/src/
Dtx_thread_smp_protection_wait_list_macros.h41 LDR r4, =_tx_thread_current_ptr ; Pickup start of the current thread array variable
43 LDR r3, [r4] ; Pickup current thread for this core variable
58 LDR r4, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head variable
59 LDR r5, [r4] ; Get the value of the head variable
60 LDR r6, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable
69 LDR r3, [r3] ; Load the max cores value variable
146 LDR r4, [r3] ; Get the value of tail variable
147 LDR r5, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable
156 LDR r5, [r5] ; Load max cores value variable
174 LDR r4, =_tx_thread_smp_protect_wait_list_lock_protect_in_force variable
[all …]