Searched refs:spu_create (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/filesystems/spufs/ |
H A D | spu_create.rst | 4 spu_create title 9 spu_create - create a new spu context 20 int spu_create(const char *pathname, int flags, mode_t mode); 24 The spu_create system call is used on PowerPC machines that implement 29 system (spufs). When spu_create is successful, a directory gets cre- 56 spu_create returns a new file descriptor. It may return -1 to indicate 102 spu_create is meant to be used from libraries that implement a more
|
H A D | index.rst | 12 spu_create
|
H A D | spu_run.rst | 103 EINVAL fd is not a file descriptor returned from spu_create(2). 138 capabilities(7), close(2), spu_create(2), spufs(7)
|
H A D | spufs.rst | 22 can use spu_create(2) to establish SPU contexts in the spufs root. 273 capabilities(7), close(2), spu_create(2), spu_run(2), spufs(7)
|
/linux/arch/powerpc/platforms/cell/ |
H A D | spu_syscalls.c | 61 SYSCALL_DEFINE4(spu_create, const char __user *, name, unsigned int, flags, in DEFINE_CLASS()
|
/linux/kernel/ |
H A D | sys_ni.c | 305 COND_SYSCALL(spu_create);
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 364 279 nospu spu_create sys_spu_create
|
/linux/arch/powerpc/kernel/syscalls/ |
H A D | syscall.tbl | 364 279 nospu spu_create sys_spu_create
|