Lines Matching refs:spu_run
272 capabilities(7), close(2), spu_create(2), spu_run(2), spufs(7)
285 spu_run - execute an spu context
291 int spu_run(int fd, unsigned int *npc, unsigned int *event);
294 The spu_run system call is used on PowerPC machines that implement the
301 Execution of SPU code happens synchronously, meaning that spu_run does
307 When spu_run returns, the current value of the SPU instruction pointer
308 is written back to npc, so you can call spu_run again without updating
312 gets filled when spu_run returns. It can be one of the following con-
328 spu_run returns the value of the spu_status register or -1 to indicate
351 code is returned from spu_run.
355 fd is in non-blocking mode and spu_run would block.
362 EINTR A signal occurred while spu_run was in progress. The npc value
376 spu_run is meant to be used from libraries that implement a more
426 The returned file handle can only be passed to spu_run(2) or closed,
517 capabilities(7), close(2), spu_run(2), spufs(7)