taglinefilesource code
arg351arch/mips/kernel/sysmips.csys_sysmips(int cmd, int arg1, int arg2, int arg3)
arg3194include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3195include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3200include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3201include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3206include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3208include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3213include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3214include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3220include/asm-i386/unistd.h"d" ((long)(arg3))); \
arg3227include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3228include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3234include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4))); \
arg3241include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3243include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3249include/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) \
arg3321include/asm-sparc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3322include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3335include/asm-sparc/unistd.h"=r" ((long)(arg3)) \
arg3337include/asm-sparc/unistd.h"3" ((long)(arg3)) \
arg3345include/asm-sparc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3346include/asm-sparc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3360include/asm-sparc/unistd.h"=r" ((long)(arg3)), "=r" ((long)(arg4)) \
arg3362include/asm-sparc/unistd.h"3" ((long)(arg3)),"4" ((long)(arg4)) \
arg3370include/asm-sparc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3372include/asm-sparc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3384include/asm-sparc/unistd.h"=r" ((long)(arg3)), "=r" ((long)(arg4)), "=r" ((long)(arg5)) \
arg3386include/asm-sparc/unistd.h"3" ((long)(arg3)),"4" ((long)(arg4)),"5" ((long)(arg5)) \