traps.h 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. /*
  2. * linux/include/asm/traps.h
  3. *
  4. * Copyright (C) 1993 Hamish Macdonald
  5. *
  6. * This file is subject to the terms and conditions of the GNU General Public
  7. * License. See the file COPYING in the main directory of this archive
  8. * for more details.
  9. */
  10. #ifndef _M68K_TRAPS_H
  11. #define _M68K_TRAPS_H
  12. #ifndef __ASSEMBLY__
  13. #include <linux/linkage.h>
  14. #include <asm/ptrace.h>
  15. typedef void (*e_vector)(void);
  16. extern e_vector vectors[];
  17. extern e_vector *_ramvec;
  18. asmlinkage void auto_inthandler(void);
  19. asmlinkage void user_inthandler(void);
  20. asmlinkage void bad_inthandler(void);
  21. #endif
  22. #define VEC_RESETSP (0)
  23. #define VEC_RESETPC (1)
  24. #define VEC_BUSERR (2)
  25. #define VEC_ADDRERR (3)
  26. #define VEC_ILLEGAL (4)
  27. #define VEC_ZERODIV (5)
  28. #define VEC_CHK (6)
  29. #define VEC_TRAP (7)
  30. #define VEC_PRIV (8)
  31. #define VEC_TRACE (9)
  32. #define VEC_LINE10 (10)
  33. #define VEC_LINE11 (11)
  34. #define VEC_RESV12 (12)
  35. #define VEC_COPROC (13)
  36. #define VEC_FORMAT (14)
  37. #define VEC_UNINT (15)
  38. #define VEC_RESV16 (16)
  39. #define VEC_RESV17 (17)
  40. #define VEC_RESV18 (18)
  41. #define VEC_RESV19 (19)
  42. #define VEC_RESV20 (20)
  43. #define VEC_RESV21 (21)
  44. #define VEC_RESV22 (22)
  45. #define VEC_RESV23 (23)
  46. #define VEC_SPUR (24)
  47. #define VEC_INT1 (25)
  48. #define VEC_INT2 (26)
  49. #define VEC_INT3 (27)
  50. #define VEC_INT4 (28)
  51. #define VEC_INT5 (29)
  52. #define VEC_INT6 (30)
  53. #define VEC_INT7 (31)
  54. #define VEC_SYS (32)
  55. #define VEC_TRAP1 (33)
  56. #define VEC_TRAP2 (34)
  57. #define VEC_TRAP3 (35)
  58. #define VEC_TRAP4 (36)
  59. #define VEC_TRAP5 (37)
  60. #define VEC_TRAP6 (38)
  61. #define VEC_TRAP7 (39)
  62. #define VEC_TRAP8 (40)
  63. #define VEC_TRAP9 (41)
  64. #define VEC_TRAP10 (42)
  65. #define VEC_TRAP11 (43)
  66. #define VEC_TRAP12 (44)
  67. #define VEC_TRAP13 (45)
  68. #define VEC_TRAP14 (46)
  69. #define VEC_TRAP15 (47)
  70. #define VEC_FPBRUC (48)
  71. #define VEC_FPIR (49)
  72. #define VEC_FPDIVZ (50)
  73. #define VEC_FPUNDER (51)
  74. #define VEC_FPOE (52)
  75. #define VEC_FPOVER (53)
  76. #define VEC_FPNAN (54)
  77. #define VEC_FPUNSUP (55)
  78. #define VEC_MMUCFG (56)
  79. #define VEC_MMUILL (57)
  80. #define VEC_MMUACC (58)
  81. #define VEC_RESV59 (59)
  82. #define VEC_UNIMPEA (60)
  83. #define VEC_UNIMPII (61)
  84. #define VEC_RESV62 (62)
  85. #define VEC_RESV63 (63)
  86. #define VEC_USER (64)
  87. #define VECOFF(vec) ((vec)<<2)
  88. #ifndef __ASSEMBLY__
  89. /* Status register bits */
  90. #define PS_T (0x8000)
  91. #define PS_S (0x2000)
  92. #define PS_M (0x1000)
  93. #define PS_C (0x0001)
  94. /* bits for 68020/68030 special status word */
  95. #define FC (0x8000)
  96. #define FB (0x4000)
  97. #define RC (0x2000)
  98. #define RB (0x1000)
  99. #define DF (0x0100)
  100. #define RM (0x0080)
  101. #define RW (0x0040)
  102. #define SZ (0x0030)
  103. #define DFC (0x0007)
  104. /* bits for 68030 MMU status register (mmusr,psr) */
  105. #define MMU_B (0x8000) /* bus error */
  106. #define MMU_L (0x4000) /* limit violation */
  107. #define MMU_S (0x2000) /* supervisor violation */
  108. #define MMU_WP (0x0800) /* write-protected */
  109. #define MMU_I (0x0400) /* invalid descriptor */
  110. #define MMU_M (0x0200) /* ATC entry modified */
  111. #define MMU_T (0x0040) /* transparent translation */
  112. #define MMU_NUM (0x0007) /* number of levels traversed */
  113. /* bits for 68040 special status word */
  114. #define CP_040 (0x8000)
  115. #define CU_040 (0x4000)
  116. #define CT_040 (0x2000)
  117. #define CM_040 (0x1000)
  118. #define MA_040 (0x0800)
  119. #define ATC_040 (0x0400)
  120. #define LK_040 (0x0200)
  121. #define RW_040 (0x0100)
  122. #define SIZ_040 (0x0060)
  123. #define TT_040 (0x0018)
  124. #define TM_040 (0x0007)
  125. /* bits for 68040 write back status word */
  126. #define WBV_040 (0x80)
  127. #define WBSIZ_040 (0x60)
  128. #define WBBYT_040 (0x20)
  129. #define WBWRD_040 (0x40)
  130. #define WBLNG_040 (0x00)
  131. #define WBTT_040 (0x18)
  132. #define WBTM_040 (0x07)
  133. /* bus access size codes */
  134. #define BA_SIZE_BYTE (0x20)
  135. #define BA_SIZE_WORD (0x40)
  136. #define BA_SIZE_LONG (0x00)
  137. #define BA_SIZE_LINE (0x60)
  138. /* bus access transfer type codes */
  139. #define BA_TT_MOVE16 (0x08)
  140. /* bits for 68040 MMU status register (mmusr) */
  141. #define MMU_B_040 (0x0800)
  142. #define MMU_G_040 (0x0400)
  143. #define MMU_S_040 (0x0080)
  144. #define MMU_CM_040 (0x0060)
  145. #define MMU_M_040 (0x0010)
  146. #define MMU_WP_040 (0x0004)
  147. #define MMU_T_040 (0x0002)
  148. #define MMU_R_040 (0x0001)
  149. /* bits in the 68060 fault status long word (FSLW) */
  150. #define MMU060_MA (0x08000000) /* misaligned */
  151. #define MMU060_LK (0x02000000) /* locked transfer */
  152. #define MMU060_RW (0x01800000) /* read/write */
  153. # define MMU060_RW_W (0x00800000) /* write */
  154. # define MMU060_RW_R (0x01000000) /* read */
  155. # define MMU060_RW_RMW (0x01800000) /* read/modify/write */
  156. # define MMU060_W (0x00800000) /* general write, includes rmw */
  157. #define MMU060_SIZ (0x00600000) /* transfer size */
  158. #define MMU060_TT (0x00180000) /* transfer type (TT) bits */
  159. #define MMU060_TM (0x00070000) /* transfer modifier (TM) bits */
  160. #define MMU060_IO (0x00008000) /* instruction or operand */
  161. #define MMU060_PBE (0x00004000) /* push buffer bus error */
  162. #define MMU060_SBE (0x00002000) /* store buffer bus error */
  163. #define MMU060_PTA (0x00001000) /* pointer A fault */
  164. #define MMU060_PTB (0x00000800) /* pointer B fault */
  165. #define MMU060_IL (0x00000400) /* double indirect descr fault */
  166. #define MMU060_PF (0x00000200) /* page fault (invalid descr) */
  167. #define MMU060_SP (0x00000100) /* supervisor protection */
  168. #define MMU060_WP (0x00000080) /* write protection */
  169. #define MMU060_TWE (0x00000040) /* bus error on table search */
  170. #define MMU060_RE (0x00000020) /* bus error on read */
  171. #define MMU060_WE (0x00000010) /* bus error on write */
  172. #define MMU060_TTR (0x00000008) /* error caused by TTR translation */
  173. #define MMU060_BPE (0x00000004) /* branch prediction error */
  174. #define MMU060_SEE (0x00000001) /* software emulated error */
  175. /* cases of missing or invalid descriptors */
  176. #define MMU060_DESC_ERR (MMU060_PTA | MMU060_PTB | \
  177. MMU060_IL | MMU060_PF)
  178. /* bits that indicate real errors */
  179. #define MMU060_ERR_BITS (MMU060_PBE | MMU060_SBE | MMU060_DESC_ERR | MMU060_SP | \
  180. MMU060_WP | MMU060_TWE | MMU060_RE | MMU060_WE)
  181. /* structure for stack frames */
  182. struct frame {
  183. struct pt_regs ptregs;
  184. union {
  185. struct {
  186. unsigned long iaddr; /* instruction address */
  187. } fmt2;
  188. struct {
  189. unsigned long effaddr; /* effective address */
  190. } fmt3;
  191. struct {
  192. unsigned long effaddr; /* effective address */
  193. unsigned long pc; /* pc of faulted instr */
  194. } fmt4;
  195. struct {
  196. unsigned long effaddr; /* effective address */
  197. unsigned short ssw; /* special status word */
  198. unsigned short wb3s; /* write back 3 status */
  199. unsigned short wb2s; /* write back 2 status */
  200. unsigned short wb1s; /* write back 1 status */
  201. unsigned long faddr; /* fault address */
  202. unsigned long wb3a; /* write back 3 address */
  203. unsigned long wb3d; /* write back 3 data */
  204. unsigned long wb2a; /* write back 2 address */
  205. unsigned long wb2d; /* write back 2 data */
  206. unsigned long wb1a; /* write back 1 address */
  207. unsigned long wb1dpd0; /* write back 1 data/push data 0*/
  208. unsigned long pd1; /* push data 1*/
  209. unsigned long pd2; /* push data 2*/
  210. unsigned long pd3; /* push data 3*/
  211. } fmt7;
  212. struct {
  213. unsigned long iaddr; /* instruction address */
  214. unsigned short int1[4]; /* internal registers */
  215. } fmt9;
  216. struct {
  217. unsigned short int1;
  218. unsigned short ssw; /* special status word */
  219. unsigned short isc; /* instruction stage c */
  220. unsigned short isb; /* instruction stage b */
  221. unsigned long daddr; /* data cycle fault address */
  222. unsigned short int2[2];
  223. unsigned long dobuf; /* data cycle output buffer */
  224. unsigned short int3[2];
  225. } fmta;
  226. struct {
  227. unsigned short int1;
  228. unsigned short ssw; /* special status word */
  229. unsigned short isc; /* instruction stage c */
  230. unsigned short isb; /* instruction stage b */
  231. unsigned long daddr; /* data cycle fault address */
  232. unsigned short int2[2];
  233. unsigned long dobuf; /* data cycle output buffer */
  234. unsigned short int3[4];
  235. unsigned long baddr; /* stage B address */
  236. unsigned short int4[2];
  237. unsigned long dibuf; /* data cycle input buffer */
  238. unsigned short int5[3];
  239. unsigned ver : 4; /* stack frame version # */
  240. unsigned int6:12;
  241. unsigned short int7[18];
  242. } fmtb;
  243. } un;
  244. };
  245. #endif /* __ASSEMBLY__ */
  246. #endif /* _M68K_TRAPS_H */