Home
last modified time | relevance | path

Searched refs:spu_run (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/Documentation/filesystems/
Dspufs.txt272 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.
[all …]
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dsyscalls.c81 .spu_run = do_spu_run,
/linux-3.4.99/arch/powerpc/platforms/cell/
Dspu_syscalls.c108 ret = calls->spu_run(filp, unpc, ustatus); in sys_spu_run()
/linux-3.4.99/arch/powerpc/include/asm/
Dsystbl.h284 SYSCALL(spu_run)
Dspu.h242 long (*spu_run)(struct file *filp, __u32 __user *unpc, member