taglinefilesource code
arg1148arch/i386/math-emu/fpu_emu.hasmlinkage int reg_div(FPU_REG const *arg1, FPU_REG const *arg2,
arg1150arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_sub(FPU_REG const *arg1, FPU_REG const *arg2,
arg1152arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_mul(FPU_REG const *arg1, FPU_REG const *arg2,
arg1154arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_div(FPU_REG const *arg1, FPU_REG const *arg2,
arg1156arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
arg181arch/i386/math-emu/fpu_proto.hextern void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result);
arg159arch/i386/math-emu/poly.hextern inline void mul_32_32(const unsigned long arg1,
arg165arch/i386/math-emu/poly.h:"g" (arg1), "g" (arg2) \
arg154arch/i386/math-emu/poly_atan.cvoid  poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result)
arg157arch/i386/math-emu/poly_atan.csign1 = arg1->sign, sign2 = arg2->sign;
arg163arch/i386/math-emu/poly_atan.carg1->sign = arg2->sign = SIGN_POS;
arg167arch/i386/math-emu/poly_atan.cexponent = arg1->exp - arg2->exp;
arg169arch/i386/math-emu/poly_atan.cXSIG_LL(Numer) = significand(arg1);
arg175arch/i386/math-emu/poly_atan.cexponent = arg2->exp - arg1->exp;
arg178arch/i386/math-emu/poly_atan.cXSIG_LL(Denom) = significand(arg1);
arg1143include/asm-alpha/unistd.h#define _syscall1(type,name,type1,arg1) \
arg1144include/asm-alpha/unistd.htype name(type1 arg1) \
arg1149include/asm-alpha/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
arg1150include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2) \
arg1155include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg1156include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg1161include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg1162include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg1167include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg1169include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg1170include/asm-i386/unistd.h#define _syscall1(type,name,type1,arg1) \
arg1171include/asm-i386/unistd.htype name(type1 arg1) \
arg1176include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1))); \
arg1183include/asm-i386/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
arg1184include/asm-i386/unistd.htype name(type1 arg1,type2 arg2) \
arg1189include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2))); \
arg1196include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg1197include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg1202include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
arg1210include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg1211include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg1216include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
arg1224include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg1226include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg1231include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
arg132include/asm-sparc/unistd.h#define _syscall1(type,name,type1,arg1) \
arg133include/asm-sparc/unistd.htype name(type1 arg1) \
arg141include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)) \
arg142include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)) \
arg150include/asm-sparc/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
arg151include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2) \
arg160include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(args)) \
arg161include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)) \
arg169include/asm-sparc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg170include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg180include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \
arg182include/asm-sparc/unistd.h: "0" (__NR_##name), "1" ((long)(arg1)), "2" ((long)(arg2)), \
arg191include/asm-sparc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg192include/asm-sparc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg1103include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \
arg1105include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \
arg1114include/asm-sparc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg1116include/asm-sparc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg1128include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \
arg1130include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \