Go to the documentation of this file.
9 #ifndef __ASM_BLACKFIN_SYSCALL_H__
10 #define __ASM_BLACKFIN_SYSCALL_H__
22 #include <linux/sched.h>
23 #include <asm/ptrace.h>
53 regs->
r0 = error ? -error :
val;
68 unsigned int i,
unsigned int n,
unsigned long *args)
75 long *aregs = ®s->
r0 -
i;
77 BUG_ON(i > 5 || i + n > 6);
86 unsigned int i,
unsigned int n,
const unsigned long *args)
88 long *aregs = ®s->
r0 -
i;
90 BUG_ON(i > 5 || i + n > 6);