Lines Matching refs:idle
162 ! Temporarily switch to idle thread's stack
164 ldn [%i1 + CPU_IDLE_THREAD], %o0 ! idle thread pointer
165 ldn [%o0 + T_SP], %o1 ! get onto idle thread stack
170 ! Set the idle thread as the current thread
173 mov %o0, THREAD_REG ! set %g7 to idle
174 stn %o0, [%i1 + CPU_THREAD] ! set CPU's thread to idle
189 ! Here we are in the idle thread, have dropped the old thread.
480 ! Temporarily switch to the idle thread's stack so that
483 ldn [%i1 + CPU_IDLE_THREAD], %o2 ! idle thread pointer
484 ldn [%o2 + T_SP], %o1 ! get onto idle thread stack
488 ! Set the idle thread as the current thread.
492 mov %o2, THREAD_REG ! set %g7 to idle
499 stn %o2, [%i1 + CPU_THREAD] ! delay - CPU's thread = idle