Re: [Clax86list] Syscall interface



On Tue, 25 Apr 2006 06:27:31 +0100, Robert Redelmeier <redelm@xxxxxxxxxxxxxxx> wrote:


I believe he's talking about the SYSENTER/SYSEXIT instructions
(SYSCALL/SYSRET on AMD). There's lots on Google:
http://www.ussg.iu.edu/hypermail/linux/kernel/0105.0/0727.html

And you can find /usr/src/linux/arch/i386/kernel/sysenter.c and
/usr/src/linux/arch/x86_64/kernel/syscall.c


Thanks, that's a big help - I wasn't sure what the new mechanism was called. Searching for syscall was almost futile on Google; sysenter is a much more useful keyword.

TWW

.