Searched refs:spu_run (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/Documentation/filesystems/spufs/ |
H A D | spu_run.rst | 4 spu_run chapter 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. [all …]
|
H A D | index.rst | 13 spu_run
|
H A D | spu_create.rst | 32 The returned file handle can only be passed to spu_run(2) or closed, 131 capabilities(7), close(2), spu_run(2), spufs(7)
|
H A D | spufs.rst | 273 capabilities(7), close(2), spu_create(2), spu_run(2), spufs(7)
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | spu_syscalls.c | 80 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()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | syscalls.c | 82 .spu_run = do_spu_run,
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 301 COND_SYSCALL(spu_run);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | spu.h | 218 long (*spu_run)(struct file *filp, __u32 __user *unpc, member
|
/openbmc/qemu/linux-user/ppc/ |
H A D | syscall.tbl | 355 278 nospu spu_run sys_spu_run
|
/openbmc/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 359 278 nospu spu_run sys_spu_run
|
/openbmc/linux/arch/powerpc/kernel/syscalls/ |
H A D | syscall.tbl | 363 278 nospu spu_run sys_spu_run
|
/openbmc/ |
H A D | opengrok1.0.log | 22164 … file-less due to: /opengrok/data/xref/openbmc/linux/Documentation/filesystems/spufs/spu_run.rst.gz
|
H A D | opengrok2.0.log | 21784 … file-less due to: /opengrok/data/xref/openbmc/linux/Documentation/filesystems/spufs/spu_run.rst.gz
|