Lines Matching refs:CPU
68 * is a zombie and must be put on the deathrow list after the CPU is
104 ldn [THREAD_REG + T_CPU], %i1 ! get CPU pointer
129 ! i1 = CPU ptr
174 stn %o0, [%i1 + CPU_THREAD] ! set CPU's thread to idle
260 mov %i1, %o2 ! %o2 = CPU
273 mov %i1, %o2 ! %o2 = CPU
296 ! Fix CPU structure to indicate new running thread.
297 ! Set pointer in new thread to the CPU structure.
300 ldx [%i0 + T_CPU], %g2 ! last CPU to run the new thread
307 stx %i1, [%i0 + T_CPU] ! set new thread's CPU pointer
309 stx %i0, [%i1 + CPU_THREAD] ! set CPU's thread pointer
312 stx %o1, [%i1 + CPU_LWP] ! set CPU's lwp ptr
321 stx %o0, [%i1 + CPU_MPCB] ! set CPU's mpcb pointer
499 stn %o2, [%i1 + CPU_THREAD] ! delay - CPU's thread = idle
556 ! Fix CPU structure to indicate new running thread.
557 ! The pinned thread we're resuming already has the CPU pointer set.
560 stn %i0, [%i1 + CPU_THREAD] ! set CPU's thread pointer