Lines Matching refs:spu_run
4 spu_run title
10 spu_run - execute an spu context
20 int spu_run(int fd, unsigned int *npc, unsigned int *event);
24 The spu_run system call is used on PowerPC machines that implement the
31 Execution of SPU code happens synchronously, meaning that spu_run does
37 When spu_run returns, the current value of the SPU instruction pointer
38 is written back to npc, so you can call spu_run again without updating
42 gets filled when spu_run returns. It can be one of the following con-
59 spu_run returns the value of the spu_status register or -1 to indicate
88 code is returned from spu_run.
93 fd is in non-blocking mode and spu_run would block.
100 EINTR A signal occurred while spu_run was in progress. The npc value
115 spu_run is meant to be used from libraries that implement a more