2 #define UNAME_MACHINE "cris"
4 /* pt_regs not only specifices the format in the user-struct during
5 * ptrace but is also the frame format used in the kernel prologue/epilogues
9 struct target_pt_regs
{
10 unsigned long orig_r10
;
11 /* pushed by movem r13, [sp] in SAVE_ALL. */
32 unsigned long erp
; /* This is actually the debugged process' PC */
33 /* For debugging purposes; saved only when needed. */