* Could you like to tell me that where I can find the definition of "struct pt_regs" in Linux/PPC?
@ 2004-07-10 13:42 Ming Chen
2004-07-10 14:48 ` Gary Thomas
0 siblings, 1 reply; 2+ messages in thread
From: Ming Chen @ 2004-07-10 13:42 UTC (permalink / raw)
To: linuxppc-dev
Hi, I am porting JikesRVM from PowerPC to ARM.
I can not find the source code of "asm/proc/ptrace.h" and the definition of
"struct pt_regs" in it.
Could you like to tell me that where I can find the definition of "struct
pt_regs" in Linux/PPC?
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Could you like to tell me that where I can find the definition of "struct pt_regs" in Linux/PPC?
2004-07-10 13:42 Could you like to tell me that where I can find the definition of "struct pt_regs" in Linux/PPC? Ming Chen
@ 2004-07-10 14:48 ` Gary Thomas
0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2004-07-10 14:48 UTC (permalink / raw)
To: chenm; +Cc: linuxppc-dev
On Sat, 2004-07-10 at 07:42, Ming Chen wrote:
> Hi, I am porting JikesRVM from PowerPC to ARM.
>
> I can not find the source code of "asm/proc/ptrace.h" and the definition of
> "struct pt_regs" in it.
>
> Could you like to tell me that where I can find the definition of "struct
> pt_regs" in Linux/PPC?
Use the source :-) In the Linux source tree:
% grep -r pt_regs include
...
include/asm-ppc/ptrace.h:struct pt_regs {
...
--
Gary Thomas <gary@mlbassoc.com>
MLB Associates
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-10 14:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-10 13:42 Could you like to tell me that where I can find the definition of "struct pt_regs" in Linux/PPC? Ming Chen
2004-07-10 14:48 ` Gary Thomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).