Lines Matching refs:SPU
27 ate(2) to address a specific SPU context. When the context gets sched-
28 uled to a physical SPU, it starts execution at the instruction pointer
31 Execution of SPU code happens synchronously, meaning that spu_run does
32 not return while the SPU is still running. If there is a need to exe-
33 cute SPU code in parallel with other code on either the main CPU or
37 When spu_run returns, the current value of the SPU instruction pointer
63 on the SPU. The bit masks for the status codes are:
66 SPU was stopped by stop-and-signal.
69 SPU was stopped by halt.
72 SPU is waiting for a channel.
75 SPU is in single-step mode.
78 SPU has tried to execute an invalid instruction.
81 SPU has tried to access an invalid channel.