Rev 4377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4377 | Rev 4692 | ||
---|---|---|---|
Line 84... | Line 84... | ||
84 | #define EOFFSET_LO 0x50 |
84 | #define EOFFSET_LO 0x50 |
85 | #define EOFFSET_HI 0x54 |
85 | #define EOFFSET_HI 0x54 |
86 | #define EOFFSET_STATUS 0x58 |
86 | #define EOFFSET_STATUS 0x58 |
87 | #define EOFFSET_EPC 0x5c |
87 | #define EOFFSET_EPC 0x5c |
88 | #define EOFFSET_K1 0x60 |
88 | #define EOFFSET_K1 0x60 |
89 | #define REGISTER_SPACE 100 |
89 | #define REGISTER_SPACE 104 /* respect stack alignment */ |
90 | 90 | ||
91 | #ifdef __ASM__ |
91 | #ifdef __ASM__ |
92 | 92 | ||
93 | #include <arch/asm/regname.h> |
93 | #include <arch/asm/regname.h> |
94 | 94 |