Rev 883 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 883 | Rev 897 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __sparc64_EXCEPTION_H__ |
29 | #ifndef __sparc64_EXCEPTION_H__ |
30 | #define __sparc64_EXCEPTION_H__ |
30 | #define __sparc64_EXCEPTION_H__ |
31 | 31 | ||
32 | #define TT_INSTRUCTION_ACCESS_EXCEPTION 0x08 |
32 | #define TT_INSTRUCTION_ACCESS_EXCEPTION 0x08 |
33 | #define TT_ILLEGAL_INSTRUCTION 0x10 |
33 | #define TT_ILLEGAL_INSTRUCTION 0x10 |
- | 34 | #define TT_DATA_ACCESS_ERROR 0x32 |
|
34 | #define TT_MEM_ADDRESS_NOT_ALIGNED 0x34 |
35 | #define TT_MEM_ADDRESS_NOT_ALIGNED 0x34 |
35 | 36 | ||
36 | #ifndef __ASM__ |
37 | #ifndef __ASM__ |
37 | extern void do_instruction_access_exc(void); |
38 | extern void do_instruction_access_exc(void); |
38 | extern void do_mem_address_not_aligned(void); |
39 | extern void do_mem_address_not_aligned(void); |
- | 40 | extern void do_data_access_error(void); |
|
39 | extern void do_illegal_instruction(void); |
41 | extern void do_illegal_instruction(void); |
40 | #endif /* !__ASM__ */ |
42 | #endif /* !__ASM__ */ |
41 | 43 | ||
42 | #endif |
44 | #endif |