| To: | Rich Felker <dalias@aerifal.cx> |
|---|---|
| Subject: | Re: Is r25 saved across syscalls? |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Tue, 11 Sep 2012 10:12:56 +0200 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <20120909193008.GA15157@brightrain.aerifal.cx> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <20120909193008.GA15157@brightrain.aerifal.cx> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v2 3/3] pwm: Add Ingenic JZ4740 support, Thierry Reding |
|---|---|
| Next by Date: | Re: Is r25 saved across syscalls?, Ralf Baechle |
| Previous by Thread: | Re: Is r25 saved across syscalls?, Ralf Baechle |
| Next by Thread: | Re: Is r25 saved across syscalls?, Rich Felker |
| Indexes: | [Date] [Thread] [Top] [All Lists] |