Go to the documentation of this file.
18 #ifndef _ASM_TILE_SYSCALL_H
19 #define _ASM_TILE_SYSCALL_H
21 #include <linux/sched.h>
63 unsigned int i,
unsigned int n,
67 memcpy(args, ®s[i], n *
sizeof(args[0]));
72 unsigned int i,
unsigned int n,
73 const unsigned long *args)
76 memcpy(®s[i], args, n *
sizeof(args[0]));