Rev 1787 | Rev 1852 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1787 | Rev 1851 | ||
|---|---|---|---|
| Line 75... | Line 75... | ||
| 75 | mov %l5, %g5 |
75 | mov %l5, %g5 |
| 76 | mov %l6, %g6 |
76 | mov %l6, %g6 |
| 77 | mov %l7, %g7 |
77 | mov %l7, %g7 |
| 78 | .endm |
78 | .endm |
| 79 | 79 | ||
| - | 80 | /* |
|
| - | 81 | * The following needs to be in sync with the |
|
| - | 82 | * definition of the istate structure. |
|
| - | 83 | */ |
|
| 80 | #define PREEMPTIBLE_HANDLER_STACK_FRAME_SIZE (STACK_WINDOW_SAVE_AREA_SIZE+(4*8)) |
84 | #define PREEMPTIBLE_HANDLER_STACK_FRAME_SIZE (STACK_WINDOW_SAVE_AREA_SIZE+(4*8)) |
| 81 | #define SAVED_TSTATE -(1*8) |
85 | #define SAVED_TSTATE -(1*8) |
| 82 | #define SAVED_TPC -(2*8) |
86 | #define SAVED_TPC -(2*8) |
| 83 | #define SAVED_TNPC -(3*8) |
87 | #define SAVED_TNPC -(3*8) |
| 84 | #define SAVED_PSTATE -(4*8) |
88 | #define SAVED_PSTATE -(4*8) |