Lines Matching refs:r6
141 li r6, 0x01
142 stw r6,0(r5)
147 li r6, 0x00
148 stw r6,0(r5)
166 lwz r6,0(r5)
167 cmpi cr0,0,r6,0x1 /* whether is 1 */
169 li r6,0x1 /* set rt_thread_switch_interrput_flag to 1*/
170 stw r6,0(r5)
179 lis r6,rt_interrupt_to_thread@h
180 ori r6,r6,rt_interrupt_to_thread@l
181 stw r4,0(r6)
193 lwz r6,0(r5)
194 cmpi cr0,0,r6,0x1 /* whether is 1 */
196 li r6,0x1 /* set rt_thread_switch_interrput_flag to 1*/
197 stw r6,0(r5)
206 lis r6,rt_interrupt_to_thread@h
207 ori r6,r6,rt_interrupt_to_thread@l
208 stw r4,0(r6)