tag | line | file | source code |
arg1 | 148 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_div(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 150 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_sub(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 152 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_mul(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 154 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_div(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 156 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_add(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 81 | arch/i386/math-emu/fpu_proto.h | extern void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result); |
arg1 | 59 | arch/i386/math-emu/poly.h | extern inline void mul_32_32(const unsigned long arg1, |
arg1 | 65 | arch/i386/math-emu/poly.h | :"g" (arg1), "g" (arg2) \ |
arg1 | 54 | arch/i386/math-emu/poly_atan.c | void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result) |
arg1 | 57 | arch/i386/math-emu/poly_atan.c | sign1 = arg1->sign, sign2 = arg2->sign; |
arg1 | 63 | arch/i386/math-emu/poly_atan.c | arg1->sign = arg2->sign = SIGN_POS; |
arg1 | 67 | arch/i386/math-emu/poly_atan.c | exponent = arg1->exp - arg2->exp; |
arg1 | 69 | arch/i386/math-emu/poly_atan.c | XSIG_LL(Numer) = significand(arg1); |
arg1 | 75 | arch/i386/math-emu/poly_atan.c | exponent = arg2->exp - arg1->exp; |
arg1 | 78 | arch/i386/math-emu/poly_atan.c | XSIG_LL(Denom) = significand(arg1); |
arg1 | 51 | arch/mips/kernel/sysmips.c | sys_sysmips(int cmd, int arg1, int arg2, int arg3) |
arg1 | 62 | arch/mips/kernel/sysmips.c | name = (char *) arg1; |
arg1 | 73 | arch/mips/kernel/sysmips.c | p = (int *) arg1; |
arg1 | 84 | arch/mips/kernel/sysmips.c | if (arg1) |
arg1 | 144 | include/asm-alpha/unistd.h | #define _syscall1(type,name,type1,arg1) \ |
arg1 | 145 | include/asm-alpha/unistd.h | type name(type1 arg1) \ |
arg1 | 150 | include/asm-alpha/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg1 | 151 | include/asm-alpha/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg1 | 156 | include/asm-alpha/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg1 | 157 | include/asm-alpha/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg1 | 162 | include/asm-alpha/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg1 | 163 | include/asm-alpha/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg1 | 168 | include/asm-alpha/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg1 | 170 | include/asm-alpha/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg1 | 176 | include/asm-i386/unistd.h | #define _syscall1(type,name,type1,arg1) \ |
arg1 | 177 | include/asm-i386/unistd.h | type name(type1 arg1) \ |
arg1 | 182 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1))); \ |
arg1 | 189 | include/asm-i386/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg1 | 190 | include/asm-i386/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg1 | 195 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2))); \ |
arg1 | 202 | include/asm-i386/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg1 | 203 | include/asm-i386/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg1 | 208 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \ |
arg1 | 216 | include/asm-i386/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg1 | 217 | include/asm-i386/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg1 | 222 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \ |
arg1 | 230 | include/asm-i386/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg1 | 232 | include/asm-i386/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg1 | 237 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \ |
arg1 | 175 | include/asm-ppc/unistd.h | #define _syscall1(type,name,type1,arg1) \ |
arg1 | 176 | include/asm-ppc/unistd.h | type name(type1 arg1) \ |
arg1 | 189 | include/asm-ppc/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg1 | 190 | include/asm-ppc/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg1 | 203 | include/asm-ppc/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg1 | 204 | include/asm-ppc/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg1 | 217 | include/asm-ppc/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg1 | 218 | include/asm-ppc/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg1 | 231 | include/asm-ppc/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg1 | 233 | include/asm-ppc/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg1 | 281 | include/asm-sparc/unistd.h | #define _syscall1(type,name,type1,arg1) \ |
arg1 | 282 | include/asm-sparc/unistd.h | type name(type1 arg1) \ |
arg1 | 289 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)) \ |
arg1 | 290 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)) \ |
arg1 | 298 | include/asm-sparc/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg1 | 299 | include/asm-sparc/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg1 | 307 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)) \ |
arg1 | 308 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)) \ |
arg1 | 316 | include/asm-sparc/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg1 | 317 | include/asm-sparc/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg1 | 326 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \ |
arg1 | 328 | include/asm-sparc/unistd.h | : "0" (__NR_##name), "1" ((long)(arg1)), "2" ((long)(arg2)), \ |
arg1 | 337 | include/asm-sparc/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg1 | 338 | include/asm-sparc/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg1 | 348 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \ |
arg1 | 350 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \ |
arg1 | 359 | include/asm-sparc/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg1 | 361 | include/asm-sparc/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg1 | 372 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \ |
arg1 | 374 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \ |