Lines Matching refs:thread
80 ; r0 --> switch from thread stack
81 ; r1 --> switch to thread stack
105 MRS r1, psp ; get from thread stack pointer
109 STR r1, [r0] ; update from thread stack pointer
111 STMIA r1!, {r4 - r7} ; push thread {r4 - r7} register to thread stack
113 MOV r4, r8 ; mov thread {r8 - r11} to {r4 - r7}
117 STMIA r1!, {r4 - r7} ; push thread {r8 - r11} high register to thread stack
122 LDR r1, [r1] ; load thread stack pointer
124 LDMIA r1!, {r4 - r7} ; pop thread {r4 - r7} register from thread stack
127 …LDMIA r1!, {r4 - r7} ; pop thread {r8 - r11} high register from thread stack to {r4 - r…
152 ; set to thread
156 ; set from thread to 0
205 MRS r0, psp ; get fault thread stack pointer