Lines Matching refs:thread
85 ; r0 --> switch from thread stack
86 ; r1 --> switch to thread stack
110 MRS r1, psp ; get from thread stack pointer
114 STR r1, [r0] ; update from thread stack pointer
116 STMIA r1!, {r4 - r7} ; push thread {r4 - r7} register to thread stack
118 MOV r4, r8 ; mov thread {r8 - r11} to {r4 - r7}
122 STMIA r1!, {r4 - r7} ; push thread {r8 - r11} high register to thread stack
127 LDR r1, [r1] ; load thread stack pointer
129 LDMIA r1!, {r4 - r7} ; pop thread {r4 - r7} register from thread stack
132 …LDMIA r1!, {r4 - r7} ; pop thread {r8 - r11} high register from thread stack to {r4 - r…
158 ; set to thread
162 ; set from thread to 0
212 MRS r0, psp ; get fault thread stack pointer