1 #ifndef _ASM_M32R_SIGCONTEXT_H
2 #define _ASM_M32R_SIGCONTEXT_H
6 /* Saved main processor registers. */
10 struct pt_regs
*sc_pt_regs
;
22 /* Saved main processor status and miscellaneous context registers. */
23 unsigned long sc_acc0h
;
24 unsigned long sc_acc0l
;
25 unsigned long sc_acc1h
; /* ISA_DSP_LEVEL2 only */
26 unsigned long sc_acc1l
; /* ISA_DSP_LEVEL2 only */
28 unsigned long sc_bpc
; /* saved PC for TRAP syscalls */
29 unsigned long sc_bbpsw
;
30 unsigned long sc_bbpc
;
31 unsigned long sc_spu
; /* saved user stack */
33 unsigned long sc_lr
; /* saved PC for JL syscalls */
34 unsigned long sc_spi
; /* saved kernel stack */
36 unsigned long oldmask
;
39 #endif /* _ASM_M32R_SIGCONTEXT_H */