Syscall with 7 args...

Garst R. Reese (Fabian.Frederick@prov-liege.be)
Thu, 30 Sep 1999 08:30:11 +0200


Hi !

Someone could tell me what mean 0,b,c,d,S,D ...
in syscall implementation ?

__asm__ volatile ("int $0x80"
:"=a" (__res) \
:"0" (__NR__##name), "b" ((long)(......

In fact I need some _syscall7 declaration and dunno
which operand to use as maximum declared is s4 : /

Regards, Fabian

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/