From: Ralf Baechle <ralf@linux-mips.org>
To: Rich Felker <dalias@aerifal.cx>
Cc: linux-mips@linux-mips.org
Subject: Re: Is r25 saved across syscalls?
Date: Tue, 11 Sep 2012 10:12:56 +0200 [thread overview]
Message-ID: <20120911081256.GD24448@linux-mips.org> (raw)
In-Reply-To: <20120909193008.GA15157@brightrain.aerifal.cx>
On Sun, Sep 09, 2012 at 03:30:08PM -0400, Rich Felker wrote:
> Hi all,
> The kernel syscall entry/exit code seems to always save and restore
> r25. Is this stable/documented behavior I can rely on? If there's a
> reason it _needs_ to be preserved, knowing that would help convince me
> it's safe to assume it will always be done. The intended usage is to
> be able to make syscalls (where the syscall # is not a constant that
> could be loaded with lwi) without a stack frame, as in "move $2,$25 ;
> syscall".
Since there is no place where the syscall interface is documented other
than in the code itself, I've written a new wiki article
http://www.linux-mips.org/wiki/Syscall
as start. It's still lacking on the more obscure points but it at least
should have have answered your question, had it already existed when you
asked.
Ralf
next prev parent reply other threads:[~2012-09-11 8:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-09 19:30 Is r25 saved across syscalls? Rich Felker
2012-09-10 17:08 ` Ralf Baechle
2012-09-10 17:22 ` Rich Felker
2012-09-10 18:04 ` David Daney
2012-09-10 18:37 ` Rich Felker
2012-09-11 8:48 ` Ralf Baechle
2012-09-11 13:32 ` Rich Felker
2012-09-11 0:29 ` Maciej W. Rozycki
2012-09-11 1:04 ` Kevin D. Kissell
2012-09-11 1:27 ` David Daney
2012-09-11 2:28 ` Rich Felker
2012-09-11 8:58 ` Ralf Baechle
2012-09-11 8:12 ` Ralf Baechle [this message]
2012-09-11 13:44 ` Rich Felker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120911081256.GD24448@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=dalias@aerifal.cx \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.