Home
last modified time | relevance | path

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

1234

/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/spufs/
H A Dspu_run.rst4 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 Dindex.rst13 spu_run
H A Dspu_create.rst32 The returned file handle can only be passed to spu_run(2) or closed,
131 capabilities(7), close(2), spu_run(2), spufs(7)
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/spufs/
H A Dspu_run.rst4 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 Dindex.rst13 spu_run
H A Dspu_create.rst32 The returned file handle can only be passed to spu_run(2) or closed,
131 capabilities(7), close(2), spu_run(2), spufs(7)
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/filesystems/spufs/
H A Dspu_run.rst4 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 Dindex.rst13 spu_run
H A Dspu_create.rst32 The returned file handle can only be passed to spu_run(2) or closed,
131 capabilities(7), close(2), spu_run(2), spufs(7)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/cell/
H A 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/cell/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/cell/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c82 .spu_run = do_spu_run,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c82 .spu_run = do_spu_run,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c82 .spu_run = do_spu_run,
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dsys_ni.c392 COND_SYSCALL(spu_run);
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dsys_ni.c392 COND_SYSCALL(spu_run);
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dsys_ni.c392 COND_SYSCALL(spu_run);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dspu.h218 long (*spu_run)(struct file *filp, __u32 __user *unpc, member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dspu.h218 long (*spu_run)(struct file *filp, __u32 __user *unpc, member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dspu.h218 long (*spu_run)(struct file *filp, __u32 __user *unpc, member
/dports/lang/zig-devel/zig-0.9.0/lib/std/os/linux/
H A Dpowerpc.zig418 spu_run = 278,
H A Dpowerpc64.zig409 spu_run = 278,
/dports/lang/zig/zig-0.9.0/lib/std/os/linux/
H A Dpowerpc.zig418 spu_run = 278,
H A Dpowerpc64.zig409 spu_run = 278,

1234