traps.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:8k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

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