Lines Matching refs:t0
78 la t0, rt_thread_switch_interrupt_flag
79 lw t1, 0(t0)
84 sw t1, 0(t0)
85 la t0, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
86 sw a0, 0(t0)
88 la t0, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
89 sw a1, 0(t0)
92 mfc0 t0, CP0_CAUSE /* t0 = Cause */
93 ori t0, t0, (1<<8) /* t0 |= (1<<8) */
94 mtc0 t0, CP0_CAUSE /* cause = t0 */
96 and t0, t0, t1 /* t0 &= t1 */
97 mtc0 t0, CP0_CAUSE /* cause = t0 */
114 la t0, IFS0CLR /* t0 = IFS0CLR */
116 sw t1, 0(t0) /* IFS0CLR = t1 */