taglinefilesource code
arg351arch/mips/kernel/sysmips.csys_sysmips(int cmd, int arg1, int arg2, int arg3)
arg3165include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3166include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3171include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3172include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3177include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3179include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3211include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3212include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3218include/asm-i386/unistd.h"d" ((long)(arg3))); \
arg3225include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3226include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3232include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4))); \
arg3239include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3241include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3247include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4)),"D" ((long)(arg5))); \
arg3203include/asm-ppc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3204include/asm-ppc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3217include/asm-ppc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3218include/asm-ppc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3231include/asm-ppc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3233include/asm-ppc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3316include/asm-sparc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3317include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3327include/asm-sparc/unistd.h"=r" ((long)(arg3)) \
arg3329include/asm-sparc/unistd.h"3" ((long)(arg3)) \
arg3337include/asm-sparc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3338include/asm-sparc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3349include/asm-sparc/unistd.h"=r" ((long)(arg3)), "=r" ((long)(arg4)) \
arg3351include/asm-sparc/unistd.h"3" ((long)(arg3)),"4" ((long)(arg4)) \
arg3359include/asm-sparc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3361include/asm-sparc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3373include/asm-sparc/unistd.h"=r" ((long)(arg3)), "=r" ((long)(arg4)), "=r" ((long)(arg5)) \
arg3375include/asm-sparc/unistd.h"3" ((long)(arg3)),"4" ((long)(arg4)),"5" ((long)(arg5)) \