Go to the documentation of this file. 1 #ifndef __ASM_SH_SYSCALL_64_H
2 #define __ASM_SH_SYSCALL_64_H
4 #include <linux/kernel.h>
5 #include <linux/sched.h>
6 #include <asm/ptrace.h>
48 unsigned int i,
unsigned int n,
52 memcpy(args, ®s->
regs[2 + i], n *
sizeof(args[0]));
57 unsigned int i,
unsigned int n,
58 const unsigned long *args)
61 memcpy(®s->
regs[2 + i], args, n *
sizeof(args[0]));