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);
arg118include/asm-alpha/unistd.h#define _syscall1(type,name,type1,arg1) \
arg119include/asm-alpha/unistd.htype name(type1 arg1) \
arg124include/asm-alpha/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
arg125include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2) \
arg130include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg131include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg136include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg137include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg142include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg144include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg118include/asm-i386/unistd.h#define _syscall1(type,name,type1,arg1) \
arg119include/asm-i386/unistd.htype name(type1 arg1) \
arg124include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1))); \
arg131include/asm-i386/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
arg132include/asm-i386/unistd.htype name(type1 arg1,type2 arg2) \
arg137include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2))); \
arg144include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg145include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg150include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
arg158include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg159include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg164include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
arg172include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg174include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg179include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
arg130include/asm-sparc/unistd.h#define _syscall1(type,name,type1,arg1) \
arg131include/asm-sparc/unistd.htype name(type1 arg1) \
arg137include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)) \
arg138include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)) \
arg146include/asm-sparc/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
arg147include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2) \
arg154include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(args)) \
arg155include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)) \
arg163include/asm-sparc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg164include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg172include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \
arg174include/asm-sparc/unistd.h: "0" (__NR_##name), "1" ((long)(arg1)), "2" ((long)(arg2)), \
arg183include/asm-sparc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg184include/asm-sparc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg193include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \
arg195include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \
arg1104include/asm-sparc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg1106include/asm-sparc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg1116include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \
arg1118include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \