Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/
Dspu_syscalls.c80 SYSCALL_DEFINE3(spu_run,int, fd, __u32 __user *, unpc, __u32 __user *, ustatus) in SYSCALL_DEFINE3() argument
93 ret = calls->spu_run(arg.file, unpc, ustatus); in SYSCALL_DEFINE3()
/Linux-v5.4/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-v5.4/arch/powerpc/platforms/cell/spufs/
Dsyscalls.c82 .spu_run = do_spu_run,
/Linux-v5.4/kernel/
Dsys_ni.c385 COND_SYSCALL(spu_run);
/Linux-v5.4/arch/powerpc/include/asm/
Dspu.h232 long (*spu_run)(struct file *filp, __u32 __user *unpc, member
/Linux-v5.4/arch/powerpc/kernel/syscalls/
Dsyscall.tbl357 278 nospu spu_run sys_spu_run
/Linux-v5.4/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl357 278 nospu spu_run sys_spu_run