Searched refs:spu_run (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c80 SYSCALL_DEFINE3(spu_run,int, fd, __u32 __user *, unpc, __u32 __user *, ustatus)
93 ret = calls->spu_run(arg.file, unpc, ustatus);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c30 * The status value returned from spu_run reflects the
82 .spu_run = do_spu_run,
/linux-master/kernel/
H A Dsys_ni.c305 COND_SYSCALL(spu_run); variable
/linux-master/arch/powerpc/include/asm/
H A Dspu.h218 long (*spu_run)(struct file *filp, __u32 __user *unpc, member in struct:spufs_calls
226 /* return status from spu_run, same as in libspe */

Completed in 144 milliseconds