Searched refs:spu_create (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/Documentation/filesystems/ |
D | spufs.txt | 16 can use spu_create(2) to establish SPU contexts in the spufs root. 272 capabilities(7), close(2), spu_create(2), spu_run(2), spufs(7) 365 EINVAL fd is not a file descriptor returned from spu_create(2). 395 capabilities(7), close(2), spu_create(2), spufs(7) 408 spu_create - create a new spu context 415 int spu_create(const char *pathname, int flags, mode_t mode); 418 The spu_create system call is used on PowerPC machines that implement 423 system (spufs). When spu_create is successful, a directory gets cre- 449 spu_create returns a new file descriptor. It may return -1 to indicate 493 spu_create is meant to be used from libraries that implement a more
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 70 SYSCALL_DEFINE4(spu_create, const char __user *, name, unsigned int, flags, in SYSCALL_DEFINE4() argument
|
/Linux-v4.19/kernel/ |
D | sys_ni.c | 372 COND_SYSCALL(spu_create);
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 287 SYSCALL(spu_create)
|