Go to the documentation of this file.
21 #ifndef _ASM_HEXAGON_SYSCALL_H
22 #define _ASM_HEXAGON_SYSCALL_H
29 char __user * __user *envp);
31 unsigned long parent_tidp,
unsigned long child_tidp);
33 #define sys_execve sys_execve
34 #define sys_clone sys_clone
48 unsigned int i,
unsigned int n,
52 memcpy(args, &(®s->
r00)[i], n *
sizeof(args[0]));