Rev 534 | Rev 915 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 912 | ||
|---|---|---|---|
| Line 57... | Line 57... | ||
| 57 | cr_isr_t cr_isr; |
57 | cr_isr_t cr_isr; |
| 58 | __address cr_iipa; |
58 | __address cr_iipa; |
| 59 | __u64 cr_ips; |
59 | __u64 cr_ips; |
| 60 | __address cr_iip; |
60 | __address cr_iip; |
| 61 | __u64 pr; |
61 | __u64 pr; |
| - | 62 | __address sp; |
|
| 62 | } __attribute__ ((packed)); |
63 | } __attribute__ ((packed)); |
| 63 | 64 | ||
| 64 | extern void *ivt; |
65 | extern void *ivt; |
| 65 | 66 | ||
| 66 | extern void general_exception(__u64 vector, struct exception_regdump *pstate); |
67 | extern void general_exception(__u64 vector, struct exception_regdump *pstate); |