Searched refs:ustatus (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/platforms/cell/spufs/ |
D | syscalls.c | 36 __u32 __user *ustatus) in do_spu_run() argument 57 if (ustatus && put_user(status, ustatus)) in do_spu_run()
|
/arch/powerpc/platforms/cell/ |
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()
|
/arch/powerpc/include/asm/ |
D | spu.h | 233 __u32 __user *ustatus);
|
/arch/alpha/kernel/ |
D | osf_sys.c | 1176 SYSCALL_DEFINE4(osf_wait4, pid_t, pid, int __user *, ustatus, int, options, in SYSCALL_DEFINE4() argument 1180 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()
|