2 #define CRIS_SYSCALL_H 1
5 #define UNAME_MACHINE "cris"
7 /* pt_regs not only specifices the format in the user-struct during
8 * ptrace but is also the frame format used in the kernel prologue/epilogues
12 struct target_pt_regs
{
13 unsigned long orig_r10
;
14 /* pushed by movem r13, [sp] in SAVE_ALL. */
35 unsigned long erp
; /* This is actually the debugged process' PC */
36 /* For debugging purposes; saved only when needed. */