tag | line | file | source code |
arg2 | 148 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_div(FPU_REG const *arg1, FPU_REG const *arg2, |
arg2 | 150 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_sub(FPU_REG const *arg1, FPU_REG const *arg2, |
arg2 | 152 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_mul(FPU_REG const *arg1, FPU_REG const *arg2, |
arg2 | 154 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_div(FPU_REG const *arg1, FPU_REG const *arg2, |
arg2 | 156 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_add(FPU_REG const *arg1, FPU_REG const *arg2, |
arg2 | 81 | arch/i386/math-emu/fpu_proto.h | extern void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result); |
arg2 | 60 | arch/i386/math-emu/poly.h | const unsigned long arg2, |
arg2 | 65 | arch/i386/math-emu/poly.h | :"g" (arg1), "g" (arg2) \ |
arg2 | 54 | arch/i386/math-emu/poly_atan.c | void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result) |
arg2 | 57 | arch/i386/math-emu/poly_atan.c | sign1 = arg1->sign, sign2 = arg2->sign; |
arg2 | 63 | arch/i386/math-emu/poly_atan.c | arg1->sign = arg2->sign = SIGN_POS; |
arg2 | 64 | arch/i386/math-emu/poly_atan.c | if ( (compare(arg2) & ~COMP_Denormal) == COMP_A_lt_B ) |
arg2 | 67 | arch/i386/math-emu/poly_atan.c | exponent = arg1->exp - arg2->exp; |
arg2 | 70 | arch/i386/math-emu/poly_atan.c | XSIG_LL(Denom) = significand(arg2); |
arg2 | 75 | arch/i386/math-emu/poly_atan.c | exponent = arg2->exp - arg1->exp; |
arg2 | 77 | arch/i386/math-emu/poly_atan.c | XSIG_LL(Numer) = significand(arg2); |
arg2 | 51 | arch/mips/kernel/sysmips.c | sys_sysmips(int cmd, int arg1, int arg2, int arg3) |
arg2 | 80 | arch/mips/kernel/sysmips.c | *p = arg2; |
arg2 | 159 | include/asm-alpha/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg2 | 160 | include/asm-alpha/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg2 | 165 | include/asm-alpha/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg2 | 166 | include/asm-alpha/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg2 | 171 | include/asm-alpha/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg2 | 172 | include/asm-alpha/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg2 | 177 | include/asm-alpha/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg2 | 179 | include/asm-alpha/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg2 | 189 | include/asm-i386/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg2 | 190 | include/asm-i386/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg2 | 195 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2))); \ |
arg2 | 202 | include/asm-i386/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg2 | 203 | include/asm-i386/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg2 | 208 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \ |
arg2 | 216 | include/asm-i386/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg2 | 217 | include/asm-i386/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg2 | 222 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \ |
arg2 | 230 | include/asm-i386/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg2 | 232 | include/asm-i386/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg2 | 237 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \ |
arg2 | 189 | include/asm-ppc/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg2 | 190 | include/asm-ppc/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg2 | 203 | include/asm-ppc/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg2 | 204 | include/asm-ppc/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg2 | 217 | include/asm-ppc/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg2 | 218 | include/asm-ppc/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg2 | 231 | include/asm-ppc/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg2 | 233 | include/asm-ppc/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg2 | 298 | include/asm-sparc/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg2 | 299 | include/asm-sparc/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg2 | 307 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)) \ |
arg2 | 308 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)) \ |
arg2 | 316 | include/asm-sparc/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg2 | 317 | include/asm-sparc/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg2 | 326 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \ |
arg2 | 328 | include/asm-sparc/unistd.h | : "0" (__NR_##name), "1" ((long)(arg1)), "2" ((long)(arg2)), \ |
arg2 | 337 | include/asm-sparc/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg2 | 338 | include/asm-sparc/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg2 | 348 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \ |
arg2 | 350 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \ |
arg2 | 359 | include/asm-sparc/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg2 | 361 | include/asm-sparc/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg2 | 372 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \ |
arg2 | 374 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \ |