Lines Matching refs:thread
84 ; r0 --> switch from thread stack
85 ; r1 --> switch to thread stack
109 MRS r1, psp ; get from thread stack pointer
113 STR r1, [r0] ; update from thread stack pointer
115 STMIA r1!, {r4 - r7} ; push thread {r4 - r7} register to thread stack
117 MOV r4, r8 ; mov thread {r8 - r11} to {r4 - r7}
121 STMIA r1!, {r4 - r7} ; push thread {r8 - r11} high register to thread stack
126 LDR r1, [r1] ; load thread stack pointer
128 LDMIA r1!, {r4 - r7} ; pop thread {r4 - r7} register from thread stack
131 …LDMIA r1!, {r4 - r7} ; pop thread {r8 - r11} high register from thread stack to {r4 - r…
157 ; set to thread
161 ; set from thread to 0
211 MRS r0, psp ; get fault thread stack pointer