spr_defs.h 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. /*
  2. * OpenRISC Linux
  3. *
  4. * SPR Definitions
  5. *
  6. * Copyright (C) 2000 Damjan Lampret
  7. * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com>
  8. * Copyright (C) 2008, 2010 Embecosm Limited
  9. * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
  10. * et al.
  11. *
  12. * This program is free software; you can redistribute it and/or modify
  13. * it under the terms of the GNU General Public License as published by
  14. * the Free Software Foundation; either version 2 of the License, or
  15. * (at your option) any later version.
  16. *
  17. * This file is part of OpenRISC 1000 Architectural Simulator.
  18. */
  19. #ifndef SPR_DEFS__H
  20. #define SPR_DEFS__H
  21. /* Definition of special-purpose registers (SPRs). */
  22. #define MAX_GRPS (32)
  23. #define MAX_SPRS_PER_GRP_BITS (11)
  24. #define MAX_SPRS_PER_GRP (1 << MAX_SPRS_PER_GRP_BITS)
  25. #define MAX_SPRS (0x10000)
  26. /* Base addresses for the groups */
  27. #define SPRGROUP_SYS (0 << MAX_SPRS_PER_GRP_BITS)
  28. #define SPRGROUP_DMMU (1 << MAX_SPRS_PER_GRP_BITS)
  29. #define SPRGROUP_IMMU (2 << MAX_SPRS_PER_GRP_BITS)
  30. #define SPRGROUP_DC (3 << MAX_SPRS_PER_GRP_BITS)
  31. #define SPRGROUP_IC (4 << MAX_SPRS_PER_GRP_BITS)
  32. #define SPRGROUP_MAC (5 << MAX_SPRS_PER_GRP_BITS)
  33. #define SPRGROUP_D (6 << MAX_SPRS_PER_GRP_BITS)
  34. #define SPRGROUP_PC (7 << MAX_SPRS_PER_GRP_BITS)
  35. #define SPRGROUP_PM (8 << MAX_SPRS_PER_GRP_BITS)
  36. #define SPRGROUP_PIC (9 << MAX_SPRS_PER_GRP_BITS)
  37. #define SPRGROUP_TT (10 << MAX_SPRS_PER_GRP_BITS)
  38. #define SPRGROUP_FP (11 << MAX_SPRS_PER_GRP_BITS)
  39. /* System control and status group */
  40. #define SPR_VR (SPRGROUP_SYS + 0)
  41. #define SPR_UPR (SPRGROUP_SYS + 1)
  42. #define SPR_CPUCFGR (SPRGROUP_SYS + 2)
  43. #define SPR_DMMUCFGR (SPRGROUP_SYS + 3)
  44. #define SPR_IMMUCFGR (SPRGROUP_SYS + 4)
  45. #define SPR_DCCFGR (SPRGROUP_SYS + 5)
  46. #define SPR_ICCFGR (SPRGROUP_SYS + 6)
  47. #define SPR_DCFGR (SPRGROUP_SYS + 7)
  48. #define SPR_PCCFGR (SPRGROUP_SYS + 8)
  49. #define SPR_NPC (SPRGROUP_SYS + 16) /* CZ 21/06/01 */
  50. #define SPR_SR (SPRGROUP_SYS + 17) /* CZ 21/06/01 */
  51. #define SPR_PPC (SPRGROUP_SYS + 18) /* CZ 21/06/01 */
  52. #define SPR_FPCSR (SPRGROUP_SYS + 20) /* CZ 21/06/01 */
  53. #define SPR_EPCR_BASE (SPRGROUP_SYS + 32) /* CZ 21/06/01 */
  54. #define SPR_EPCR_LAST (SPRGROUP_SYS + 47) /* CZ 21/06/01 */
  55. #define SPR_EEAR_BASE (SPRGROUP_SYS + 48)
  56. #define SPR_EEAR_LAST (SPRGROUP_SYS + 63)
  57. #define SPR_ESR_BASE (SPRGROUP_SYS + 64)
  58. #define SPR_ESR_LAST (SPRGROUP_SYS + 79)
  59. #define SPR_GPR_BASE (SPRGROUP_SYS + 1024)
  60. /* Data MMU group */
  61. #define SPR_DMMUCR (SPRGROUP_DMMU + 0)
  62. #define SPR_DTLBEIR (SPRGROUP_DMMU + 2)
  63. #define SPR_DTLBMR_BASE(WAY) (SPRGROUP_DMMU + 0x200 + (WAY) * 0x100)
  64. #define SPR_DTLBMR_LAST(WAY) (SPRGROUP_DMMU + 0x27f + (WAY) * 0x100)
  65. #define SPR_DTLBTR_BASE(WAY) (SPRGROUP_DMMU + 0x280 + (WAY) * 0x100)
  66. #define SPR_DTLBTR_LAST(WAY) (SPRGROUP_DMMU + 0x2ff + (WAY) * 0x100)
  67. /* Instruction MMU group */
  68. #define SPR_IMMUCR (SPRGROUP_IMMU + 0)
  69. #define SPR_ITLBEIR (SPRGROUP_IMMU + 2)
  70. #define SPR_ITLBMR_BASE(WAY) (SPRGROUP_IMMU + 0x200 + (WAY) * 0x100)
  71. #define SPR_ITLBMR_LAST(WAY) (SPRGROUP_IMMU + 0x27f + (WAY) * 0x100)
  72. #define SPR_ITLBTR_BASE(WAY) (SPRGROUP_IMMU + 0x280 + (WAY) * 0x100)
  73. #define SPR_ITLBTR_LAST(WAY) (SPRGROUP_IMMU + 0x2ff + (WAY) * 0x100)
  74. /* Data cache group */
  75. #define SPR_DCCR (SPRGROUP_DC + 0)
  76. #define SPR_DCBPR (SPRGROUP_DC + 1)
  77. #define SPR_DCBFR (SPRGROUP_DC + 2)
  78. #define SPR_DCBIR (SPRGROUP_DC + 3)
  79. #define SPR_DCBWR (SPRGROUP_DC + 4)
  80. #define SPR_DCBLR (SPRGROUP_DC + 5)
  81. #define SPR_DCR_BASE(WAY) (SPRGROUP_DC + 0x200 + (WAY) * 0x200)
  82. #define SPR_DCR_LAST(WAY) (SPRGROUP_DC + 0x3ff + (WAY) * 0x200)
  83. /* Instruction cache group */
  84. #define SPR_ICCR (SPRGROUP_IC + 0)
  85. #define SPR_ICBPR (SPRGROUP_IC + 1)
  86. #define SPR_ICBIR (SPRGROUP_IC + 2)
  87. #define SPR_ICBLR (SPRGROUP_IC + 3)
  88. #define SPR_ICR_BASE(WAY) (SPRGROUP_IC + 0x200 + (WAY) * 0x200)
  89. #define SPR_ICR_LAST(WAY) (SPRGROUP_IC + 0x3ff + (WAY) * 0x200)
  90. /* MAC group */
  91. #define SPR_MACLO (SPRGROUP_MAC + 1)
  92. #define SPR_MACHI (SPRGROUP_MAC + 2)
  93. /* Debug group */
  94. #define SPR_DVR(N) (SPRGROUP_D + (N))
  95. #define SPR_DCR(N) (SPRGROUP_D + 8 + (N))
  96. #define SPR_DMR1 (SPRGROUP_D + 16)
  97. #define SPR_DMR2 (SPRGROUP_D + 17)
  98. #define SPR_DWCR0 (SPRGROUP_D + 18)
  99. #define SPR_DWCR1 (SPRGROUP_D + 19)
  100. #define SPR_DSR (SPRGROUP_D + 20)
  101. #define SPR_DRR (SPRGROUP_D + 21)
  102. /* Performance counters group */
  103. #define SPR_PCCR(N) (SPRGROUP_PC + (N))
  104. #define SPR_PCMR(N) (SPRGROUP_PC + 8 + (N))
  105. /* Power management group */
  106. #define SPR_PMR (SPRGROUP_PM + 0)
  107. /* PIC group */
  108. #define SPR_PICMR (SPRGROUP_PIC + 0)
  109. #define SPR_PICPR (SPRGROUP_PIC + 1)
  110. #define SPR_PICSR (SPRGROUP_PIC + 2)
  111. /* Tick Timer group */
  112. #define SPR_TTMR (SPRGROUP_TT + 0)
  113. #define SPR_TTCR (SPRGROUP_TT + 1)
  114. /*
  115. * Bit definitions for the Version Register
  116. *
  117. */
  118. #define SPR_VR_VER 0xff000000 /* Processor version */
  119. #define SPR_VR_CFG 0x00ff0000 /* Processor configuration */
  120. #define SPR_VR_RES 0x0000ffc0 /* Reserved */
  121. #define SPR_VR_REV 0x0000003f /* Processor revision */
  122. #define SPR_VR_VER_OFF 24
  123. #define SPR_VR_CFG_OFF 16
  124. #define SPR_VR_REV_OFF 0
  125. /*
  126. * Bit definitions for the Unit Present Register
  127. *
  128. */
  129. #define SPR_UPR_UP 0x00000001 /* UPR present */
  130. #define SPR_UPR_DCP 0x00000002 /* Data cache present */
  131. #define SPR_UPR_ICP 0x00000004 /* Instruction cache present */
  132. #define SPR_UPR_DMP 0x00000008 /* Data MMU present */
  133. #define SPR_UPR_IMP 0x00000010 /* Instruction MMU present */
  134. #define SPR_UPR_MP 0x00000020 /* MAC present */
  135. #define SPR_UPR_DUP 0x00000040 /* Debug unit present */
  136. #define SPR_UPR_PCUP 0x00000080 /* Performance counters unit present */
  137. #define SPR_UPR_PMP 0x00000100 /* Power management present */
  138. #define SPR_UPR_PICP 0x00000200 /* PIC present */
  139. #define SPR_UPR_TTP 0x00000400 /* Tick timer present */
  140. #define SPR_UPR_RES 0x00fe0000 /* Reserved */
  141. #define SPR_UPR_CUP 0xff000000 /* Context units present */
  142. /*
  143. * JPB: Bit definitions for the CPU configuration register
  144. *
  145. */
  146. #define SPR_CPUCFGR_NSGF 0x0000000f /* Number of shadow GPR files */
  147. #define SPR_CPUCFGR_CGF 0x00000010 /* Custom GPR file */
  148. #define SPR_CPUCFGR_OB32S 0x00000020 /* ORBIS32 supported */
  149. #define SPR_CPUCFGR_OB64S 0x00000040 /* ORBIS64 supported */
  150. #define SPR_CPUCFGR_OF32S 0x00000080 /* ORFPX32 supported */
  151. #define SPR_CPUCFGR_OF64S 0x00000100 /* ORFPX64 supported */
  152. #define SPR_CPUCFGR_OV64S 0x00000200 /* ORVDX64 supported */
  153. #define SPR_CPUCFGR_RES 0xfffffc00 /* Reserved */
  154. /*
  155. * JPB: Bit definitions for the Debug configuration register and other
  156. * constants.
  157. *
  158. */
  159. #define SPR_DCFGR_NDP 0x00000007 /* Number of matchpoints mask */
  160. #define SPR_DCFGR_NDP1 0x00000000 /* One matchpoint supported */
  161. #define SPR_DCFGR_NDP2 0x00000001 /* Two matchpoints supported */
  162. #define SPR_DCFGR_NDP3 0x00000002 /* Three matchpoints supported */
  163. #define SPR_DCFGR_NDP4 0x00000003 /* Four matchpoints supported */
  164. #define SPR_DCFGR_NDP5 0x00000004 /* Five matchpoints supported */
  165. #define SPR_DCFGR_NDP6 0x00000005 /* Six matchpoints supported */
  166. #define SPR_DCFGR_NDP7 0x00000006 /* Seven matchpoints supported */
  167. #define SPR_DCFGR_NDP8 0x00000007 /* Eight matchpoints supported */
  168. #define SPR_DCFGR_WPCI 0x00000008 /* Watchpoint counters implemented */
  169. #define MATCHPOINTS_TO_NDP(n) (1 == n ? SPR_DCFGR_NDP1 : \
  170. 2 == n ? SPR_DCFGR_NDP2 : \
  171. 3 == n ? SPR_DCFGR_NDP3 : \
  172. 4 == n ? SPR_DCFGR_NDP4 : \
  173. 5 == n ? SPR_DCFGR_NDP5 : \
  174. 6 == n ? SPR_DCFGR_NDP6 : \
  175. 7 == n ? SPR_DCFGR_NDP7 : SPR_DCFGR_NDP8)
  176. #define MAX_MATCHPOINTS 8
  177. #define MAX_WATCHPOINTS (MAX_MATCHPOINTS + 2)
  178. /*
  179. * Bit definitions for the Supervision Register
  180. *
  181. */
  182. #define SPR_SR_SM 0x00000001 /* Supervisor Mode */
  183. #define SPR_SR_TEE 0x00000002 /* Tick timer Exception Enable */
  184. #define SPR_SR_IEE 0x00000004 /* Interrupt Exception Enable */
  185. #define SPR_SR_DCE 0x00000008 /* Data Cache Enable */
  186. #define SPR_SR_ICE 0x00000010 /* Instruction Cache Enable */
  187. #define SPR_SR_DME 0x00000020 /* Data MMU Enable */
  188. #define SPR_SR_IME 0x00000040 /* Instruction MMU Enable */
  189. #define SPR_SR_LEE 0x00000080 /* Little Endian Enable */
  190. #define SPR_SR_CE 0x00000100 /* CID Enable */
  191. #define SPR_SR_F 0x00000200 /* Condition Flag */
  192. #define SPR_SR_CY 0x00000400 /* Carry flag */
  193. #define SPR_SR_OV 0x00000800 /* Overflow flag */
  194. #define SPR_SR_OVE 0x00001000 /* Overflow flag Exception */
  195. #define SPR_SR_DSX 0x00002000 /* Delay Slot Exception */
  196. #define SPR_SR_EPH 0x00004000 /* Exception Prefix High */
  197. #define SPR_SR_FO 0x00008000 /* Fixed one */
  198. #define SPR_SR_SUMRA 0x00010000 /* Supervisor SPR read access */
  199. #define SPR_SR_RES 0x0ffe0000 /* Reserved */
  200. #define SPR_SR_CID 0xf0000000 /* Context ID */
  201. /*
  202. * Bit definitions for the Data MMU Control Register
  203. *
  204. */
  205. #define SPR_DMMUCR_P2S 0x0000003e /* Level 2 Page Size */
  206. #define SPR_DMMUCR_P1S 0x000007c0 /* Level 1 Page Size */
  207. #define SPR_DMMUCR_VADDR_WIDTH 0x0000f800 /* Virtual ADDR Width */
  208. #define SPR_DMMUCR_PADDR_WIDTH 0x000f0000 /* Physical ADDR Width */
  209. /*
  210. * Bit definitions for the Instruction MMU Control Register
  211. *
  212. */
  213. #define SPR_IMMUCR_P2S 0x0000003e /* Level 2 Page Size */
  214. #define SPR_IMMUCR_P1S 0x000007c0 /* Level 1 Page Size */
  215. #define SPR_IMMUCR_VADDR_WIDTH 0x0000f800 /* Virtual ADDR Width */
  216. #define SPR_IMMUCR_PADDR_WIDTH 0x000f0000 /* Physical ADDR Width */
  217. /*
  218. * Bit definitions for the Data TLB Match Register
  219. *
  220. */
  221. #define SPR_DTLBMR_V 0x00000001 /* Valid */
  222. #define SPR_DTLBMR_PL1 0x00000002 /* Page Level 1 (if 0 then PL2) */
  223. #define SPR_DTLBMR_CID 0x0000003c /* Context ID */
  224. #define SPR_DTLBMR_LRU 0x000000c0 /* Least Recently Used */
  225. #define SPR_DTLBMR_VPN 0xfffff000 /* Virtual Page Number */
  226. /*
  227. * Bit definitions for the Data TLB Translate Register
  228. *
  229. */
  230. #define SPR_DTLBTR_CC 0x00000001 /* Cache Coherency */
  231. #define SPR_DTLBTR_CI 0x00000002 /* Cache Inhibit */
  232. #define SPR_DTLBTR_WBC 0x00000004 /* Write-Back Cache */
  233. #define SPR_DTLBTR_WOM 0x00000008 /* Weakly-Ordered Memory */
  234. #define SPR_DTLBTR_A 0x00000010 /* Accessed */
  235. #define SPR_DTLBTR_D 0x00000020 /* Dirty */
  236. #define SPR_DTLBTR_URE 0x00000040 /* User Read Enable */
  237. #define SPR_DTLBTR_UWE 0x00000080 /* User Write Enable */
  238. #define SPR_DTLBTR_SRE 0x00000100 /* Supervisor Read Enable */
  239. #define SPR_DTLBTR_SWE 0x00000200 /* Supervisor Write Enable */
  240. #define SPR_DTLBTR_PPN 0xfffff000 /* Physical Page Number */
  241. /*
  242. * Bit definitions for the Instruction TLB Match Register
  243. *
  244. */
  245. #define SPR_ITLBMR_V 0x00000001 /* Valid */
  246. #define SPR_ITLBMR_PL1 0x00000002 /* Page Level 1 (if 0 then PL2) */
  247. #define SPR_ITLBMR_CID 0x0000003c /* Context ID */
  248. #define SPR_ITLBMR_LRU 0x000000c0 /* Least Recently Used */
  249. #define SPR_ITLBMR_VPN 0xfffff000 /* Virtual Page Number */
  250. /*
  251. * Bit definitions for the Instruction TLB Translate Register
  252. *
  253. */
  254. #define SPR_ITLBTR_CC 0x00000001 /* Cache Coherency */
  255. #define SPR_ITLBTR_CI 0x00000002 /* Cache Inhibit */
  256. #define SPR_ITLBTR_WBC 0x00000004 /* Write-Back Cache */
  257. #define SPR_ITLBTR_WOM 0x00000008 /* Weakly-Ordered Memory */
  258. #define SPR_ITLBTR_A 0x00000010 /* Accessed */
  259. #define SPR_ITLBTR_D 0x00000020 /* Dirty */
  260. #define SPR_ITLBTR_SXE 0x00000040 /* User Read Enable */
  261. #define SPR_ITLBTR_UXE 0x00000080 /* User Write Enable */
  262. #define SPR_ITLBTR_PPN 0xfffff000 /* Physical Page Number */
  263. /*
  264. * Bit definitions for Data Cache Control register
  265. *
  266. */
  267. #define SPR_DCCR_EW 0x000000ff /* Enable ways */
  268. /*
  269. * Bit definitions for Insn Cache Control register
  270. *
  271. */
  272. #define SPR_ICCR_EW 0x000000ff /* Enable ways */
  273. /*
  274. * Bit definitions for Data Cache Configuration Register
  275. *
  276. */
  277. #define SPR_DCCFGR_NCW 0x00000007
  278. #define SPR_DCCFGR_NCS 0x00000078
  279. #define SPR_DCCFGR_CBS 0x00000080
  280. #define SPR_DCCFGR_CWS 0x00000100
  281. #define SPR_DCCFGR_CCRI 0x00000200
  282. #define SPR_DCCFGR_CBIRI 0x00000400
  283. #define SPR_DCCFGR_CBPRI 0x00000800
  284. #define SPR_DCCFGR_CBLRI 0x00001000
  285. #define SPR_DCCFGR_CBFRI 0x00002000
  286. #define SPR_DCCFGR_CBWBRI 0x00004000
  287. #define SPR_DCCFGR_NCW_OFF 0
  288. #define SPR_DCCFGR_NCS_OFF 3
  289. #define SPR_DCCFGR_CBS_OFF 7
  290. /*
  291. * Bit definitions for Instruction Cache Configuration Register
  292. *
  293. */
  294. #define SPR_ICCFGR_NCW 0x00000007
  295. #define SPR_ICCFGR_NCS 0x00000078
  296. #define SPR_ICCFGR_CBS 0x00000080
  297. #define SPR_ICCFGR_CCRI 0x00000200
  298. #define SPR_ICCFGR_CBIRI 0x00000400
  299. #define SPR_ICCFGR_CBPRI 0x00000800
  300. #define SPR_ICCFGR_CBLRI 0x00001000
  301. #define SPR_ICCFGR_NCW_OFF 0
  302. #define SPR_ICCFGR_NCS_OFF 3
  303. #define SPR_ICCFGR_CBS_OFF 7
  304. /*
  305. * Bit definitions for Data MMU Configuration Register
  306. *
  307. */
  308. #define SPR_DMMUCFGR_NTW 0x00000003
  309. #define SPR_DMMUCFGR_NTS 0x0000001C
  310. #define SPR_DMMUCFGR_NAE 0x000000E0
  311. #define SPR_DMMUCFGR_CRI 0x00000100
  312. #define SPR_DMMUCFGR_PRI 0x00000200
  313. #define SPR_DMMUCFGR_TEIRI 0x00000400
  314. #define SPR_DMMUCFGR_HTR 0x00000800
  315. #define SPR_DMMUCFGR_NTW_OFF 0
  316. #define SPR_DMMUCFGR_NTS_OFF 2
  317. /*
  318. * Bit definitions for Instruction MMU Configuration Register
  319. *
  320. */
  321. #define SPR_IMMUCFGR_NTW 0x00000003
  322. #define SPR_IMMUCFGR_NTS 0x0000001C
  323. #define SPR_IMMUCFGR_NAE 0x000000E0
  324. #define SPR_IMMUCFGR_CRI 0x00000100
  325. #define SPR_IMMUCFGR_PRI 0x00000200
  326. #define SPR_IMMUCFGR_TEIRI 0x00000400
  327. #define SPR_IMMUCFGR_HTR 0x00000800
  328. #define SPR_IMMUCFGR_NTW_OFF 0
  329. #define SPR_IMMUCFGR_NTS_OFF 2
  330. /*
  331. * Bit definitions for Debug Control registers
  332. *
  333. */
  334. #define SPR_DCR_DP 0x00000001 /* DVR/DCR present */
  335. #define SPR_DCR_CC 0x0000000e /* Compare condition */
  336. #define SPR_DCR_SC 0x00000010 /* Signed compare */
  337. #define SPR_DCR_CT 0x000000e0 /* Compare to */
  338. /* Bit results with SPR_DCR_CC mask */
  339. #define SPR_DCR_CC_MASKED 0x00000000
  340. #define SPR_DCR_CC_EQUAL 0x00000002
  341. #define SPR_DCR_CC_LESS 0x00000004
  342. #define SPR_DCR_CC_LESSE 0x00000006
  343. #define SPR_DCR_CC_GREAT 0x00000008
  344. #define SPR_DCR_CC_GREATE 0x0000000a
  345. #define SPR_DCR_CC_NEQUAL 0x0000000c
  346. /* Bit results with SPR_DCR_CT mask */
  347. #define SPR_DCR_CT_DISABLED 0x00000000
  348. #define SPR_DCR_CT_IFEA 0x00000020
  349. #define SPR_DCR_CT_LEA 0x00000040
  350. #define SPR_DCR_CT_SEA 0x00000060
  351. #define SPR_DCR_CT_LD 0x00000080
  352. #define SPR_DCR_CT_SD 0x000000a0
  353. #define SPR_DCR_CT_LSEA 0x000000c0
  354. #define SPR_DCR_CT_LSD 0x000000e0
  355. /* SPR_DCR_CT_LSD doesn't seem to be implemented anywhere in or1ksim. 2004-1-30 HP */
  356. /*
  357. * Bit definitions for Debug Mode 1 register
  358. *
  359. */
  360. #define SPR_DMR1_CW 0x000fffff /* Chain register pair data */
  361. #define SPR_DMR1_CW0_AND 0x00000001
  362. #define SPR_DMR1_CW0_OR 0x00000002
  363. #define SPR_DMR1_CW0 (SPR_DMR1_CW0_AND | SPR_DMR1_CW0_OR)
  364. #define SPR_DMR1_CW1_AND 0x00000004
  365. #define SPR_DMR1_CW1_OR 0x00000008
  366. #define SPR_DMR1_CW1 (SPR_DMR1_CW1_AND | SPR_DMR1_CW1_OR)
  367. #define SPR_DMR1_CW2_AND 0x00000010
  368. #define SPR_DMR1_CW2_OR 0x00000020
  369. #define SPR_DMR1_CW2 (SPR_DMR1_CW2_AND | SPR_DMR1_CW2_OR)
  370. #define SPR_DMR1_CW3_AND 0x00000040
  371. #define SPR_DMR1_CW3_OR 0x00000080
  372. #define SPR_DMR1_CW3 (SPR_DMR1_CW3_AND | SPR_DMR1_CW3_OR)
  373. #define SPR_DMR1_CW4_AND 0x00000100
  374. #define SPR_DMR1_CW4_OR 0x00000200
  375. #define SPR_DMR1_CW4 (SPR_DMR1_CW4_AND | SPR_DMR1_CW4_OR)
  376. #define SPR_DMR1_CW5_AND 0x00000400
  377. #define SPR_DMR1_CW5_OR 0x00000800
  378. #define SPR_DMR1_CW5 (SPR_DMR1_CW5_AND | SPR_DMR1_CW5_OR)
  379. #define SPR_DMR1_CW6_AND 0x00001000
  380. #define SPR_DMR1_CW6_OR 0x00002000
  381. #define SPR_DMR1_CW6 (SPR_DMR1_CW6_AND | SPR_DMR1_CW6_OR)
  382. #define SPR_DMR1_CW7_AND 0x00004000
  383. #define SPR_DMR1_CW7_OR 0x00008000
  384. #define SPR_DMR1_CW7 (SPR_DMR1_CW7_AND | SPR_DMR1_CW7_OR)
  385. #define SPR_DMR1_CW8_AND 0x00010000
  386. #define SPR_DMR1_CW8_OR 0x00020000
  387. #define SPR_DMR1_CW8 (SPR_DMR1_CW8_AND | SPR_DMR1_CW8_OR)
  388. #define SPR_DMR1_CW9_AND 0x00040000
  389. #define SPR_DMR1_CW9_OR 0x00080000
  390. #define SPR_DMR1_CW9 (SPR_DMR1_CW9_AND | SPR_DMR1_CW9_OR)
  391. #define SPR_DMR1_RES1 0x00300000 /* Reserved */
  392. #define SPR_DMR1_ST 0x00400000 /* Single-step trace*/
  393. #define SPR_DMR1_BT 0x00800000 /* Branch trace */
  394. #define SPR_DMR1_RES2 0xff000000 /* Reserved */
  395. /*
  396. * Bit definitions for Debug Mode 2 register. AWTC and WGB corrected by JPB
  397. *
  398. */
  399. #define SPR_DMR2_WCE0 0x00000001 /* Watchpoint counter 0 enable */
  400. #define SPR_DMR2_WCE1 0x00000002 /* Watchpoint counter 0 enable */
  401. #define SPR_DMR2_AWTC 0x00000ffc /* Assign watchpoints to counters */
  402. #define SPR_DMR2_AWTC_OFF 2 /* Bit offset to AWTC field */
  403. #define SPR_DMR2_WGB 0x003ff000 /* Watchpoints generating breakpoint */
  404. #define SPR_DMR2_WGB_OFF 12 /* Bit offset to WGB field */
  405. #define SPR_DMR2_WBS 0xffc00000 /* JPB: Watchpoint status */
  406. #define SPR_DMR2_WBS_OFF 22 /* Bit offset to WBS field */
  407. /*
  408. * Bit definitions for Debug watchpoint counter registers
  409. *
  410. */
  411. #define SPR_DWCR_COUNT 0x0000ffff /* Count */
  412. #define SPR_DWCR_MATCH 0xffff0000 /* Match */
  413. #define SPR_DWCR_MATCH_OFF 16 /* Match bit offset */
  414. /*
  415. * Bit definitions for Debug stop register
  416. *
  417. */
  418. #define SPR_DSR_RSTE 0x00000001 /* Reset exception */
  419. #define SPR_DSR_BUSEE 0x00000002 /* Bus error exception */
  420. #define SPR_DSR_DPFE 0x00000004 /* Data Page Fault exception */
  421. #define SPR_DSR_IPFE 0x00000008 /* Insn Page Fault exception */
  422. #define SPR_DSR_TTE 0x00000010 /* Tick Timer exception */
  423. #define SPR_DSR_AE 0x00000020 /* Alignment exception */
  424. #define SPR_DSR_IIE 0x00000040 /* Illegal Instruction exception */
  425. #define SPR_DSR_IE 0x00000080 /* Interrupt exception */
  426. #define SPR_DSR_DME 0x00000100 /* DTLB miss exception */
  427. #define SPR_DSR_IME 0x00000200 /* ITLB miss exception */
  428. #define SPR_DSR_RE 0x00000400 /* Range exception */
  429. #define SPR_DSR_SCE 0x00000800 /* System call exception */
  430. #define SPR_DSR_FPE 0x00001000 /* Floating Point Exception */
  431. #define SPR_DSR_TE 0x00002000 /* Trap exception */
  432. /*
  433. * Bit definitions for Debug reason register
  434. *
  435. */
  436. #define SPR_DRR_RSTE 0x00000001 /* Reset exception */
  437. #define SPR_DRR_BUSEE 0x00000002 /* Bus error exception */
  438. #define SPR_DRR_DPFE 0x00000004 /* Data Page Fault exception */
  439. #define SPR_DRR_IPFE 0x00000008 /* Insn Page Fault exception */
  440. #define SPR_DRR_TTE 0x00000010 /* Tick Timer exception */
  441. #define SPR_DRR_AE 0x00000020 /* Alignment exception */
  442. #define SPR_DRR_IIE 0x00000040 /* Illegal Instruction exception */
  443. #define SPR_DRR_IE 0x00000080 /* Interrupt exception */
  444. #define SPR_DRR_DME 0x00000100 /* DTLB miss exception */
  445. #define SPR_DRR_IME 0x00000200 /* ITLB miss exception */
  446. #define SPR_DRR_RE 0x00000400 /* Range exception */
  447. #define SPR_DRR_SCE 0x00000800 /* System call exception */
  448. #define SPR_DRR_FPE 0x00001000 /* Floating Point Exception */
  449. #define SPR_DRR_TE 0x00002000 /* Trap exception */
  450. /*
  451. * Bit definitions for Performance counters mode registers
  452. *
  453. */
  454. #define SPR_PCMR_CP 0x00000001 /* Counter present */
  455. #define SPR_PCMR_UMRA 0x00000002 /* User mode read access */
  456. #define SPR_PCMR_CISM 0x00000004 /* Count in supervisor mode */
  457. #define SPR_PCMR_CIUM 0x00000008 /* Count in user mode */
  458. #define SPR_PCMR_LA 0x00000010 /* Load access event */
  459. #define SPR_PCMR_SA 0x00000020 /* Store access event */
  460. #define SPR_PCMR_IF 0x00000040 /* Instruction fetch event*/
  461. #define SPR_PCMR_DCM 0x00000080 /* Data cache miss event */
  462. #define SPR_PCMR_ICM 0x00000100 /* Insn cache miss event */
  463. #define SPR_PCMR_IFS 0x00000200 /* Insn fetch stall event */
  464. #define SPR_PCMR_LSUS 0x00000400 /* LSU stall event */
  465. #define SPR_PCMR_BS 0x00000800 /* Branch stall event */
  466. #define SPR_PCMR_DTLBM 0x00001000 /* DTLB miss event */
  467. #define SPR_PCMR_ITLBM 0x00002000 /* ITLB miss event */
  468. #define SPR_PCMR_DDS 0x00004000 /* Data dependency stall event */
  469. #define SPR_PCMR_WPE 0x03ff8000 /* Watchpoint events */
  470. /*
  471. * Bit definitions for the Power management register
  472. *
  473. */
  474. #define SPR_PMR_SDF 0x0000000f /* Slow down factor */
  475. #define SPR_PMR_DME 0x00000010 /* Doze mode enable */
  476. #define SPR_PMR_SME 0x00000020 /* Sleep mode enable */
  477. #define SPR_PMR_DCGE 0x00000040 /* Dynamic clock gating enable */
  478. #define SPR_PMR_SUME 0x00000080 /* Suspend mode enable */
  479. /*
  480. * Bit definitions for PICMR
  481. *
  482. */
  483. #define SPR_PICMR_IUM 0xfffffffc /* Interrupt unmask */
  484. /*
  485. * Bit definitions for PICPR
  486. *
  487. */
  488. #define SPR_PICPR_IPRIO 0xfffffffc /* Interrupt priority */
  489. /*
  490. * Bit definitions for PICSR
  491. *
  492. */
  493. #define SPR_PICSR_IS 0xffffffff /* Interrupt status */
  494. /*
  495. * Bit definitions for Tick Timer Control Register
  496. *
  497. */
  498. #define SPR_TTCR_CNT 0xffffffff /* Count, time period */
  499. #define SPR_TTMR_TP 0x0fffffff /* Time period */
  500. #define SPR_TTMR_IP 0x10000000 /* Interrupt Pending */
  501. #define SPR_TTMR_IE 0x20000000 /* Interrupt Enable */
  502. #define SPR_TTMR_DI 0x00000000 /* Disabled */
  503. #define SPR_TTMR_RT 0x40000000 /* Restart tick */
  504. #define SPR_TTMR_SR 0x80000000 /* Single run */
  505. #define SPR_TTMR_CR 0xc0000000 /* Continuous run */
  506. #define SPR_TTMR_M 0xc0000000 /* Tick mode */
  507. /*
  508. * Bit definitions for the FP Control Status Register
  509. *
  510. */
  511. #define SPR_FPCSR_FPEE 0x00000001 /* Floating Point Exception Enable */
  512. #define SPR_FPCSR_RM 0x00000006 /* Rounding Mode */
  513. #define SPR_FPCSR_OVF 0x00000008 /* Overflow Flag */
  514. #define SPR_FPCSR_UNF 0x00000010 /* Underflow Flag */
  515. #define SPR_FPCSR_SNF 0x00000020 /* SNAN Flag */
  516. #define SPR_FPCSR_QNF 0x00000040 /* QNAN Flag */
  517. #define SPR_FPCSR_ZF 0x00000080 /* Zero Flag */
  518. #define SPR_FPCSR_IXF 0x00000100 /* Inexact Flag */
  519. #define SPR_FPCSR_IVF 0x00000200 /* Invalid Flag */
  520. #define SPR_FPCSR_INF 0x00000400 /* Infinity Flag */
  521. #define SPR_FPCSR_DZF 0x00000800 /* Divide By Zero Flag */
  522. #define SPR_FPCSR_ALLF (SPR_FPCSR_OVF | SPR_FPCSR_UNF | SPR_FPCSR_SNF | \
  523. SPR_FPCSR_QNF | SPR_FPCSR_ZF | SPR_FPCSR_IXF | \
  524. SPR_FPCSR_IVF | SPR_FPCSR_INF | SPR_FPCSR_DZF)
  525. #define FPCSR_RM_RN (0<<1)
  526. #define FPCSR_RM_RZ (1<<1)
  527. #define FPCSR_RM_RIP (2<<1)
  528. #define FPCSR_RM_RIN (3<<1)
  529. /*
  530. * l.nop constants
  531. *
  532. */
  533. #define NOP_NOP 0x0000 /* Normal nop instruction */
  534. #define NOP_EXIT 0x0001 /* End of simulation */
  535. #define NOP_REPORT 0x0002 /* Simple report */
  536. /*#define NOP_PRINTF 0x0003 Simprintf instruction (obsolete)*/
  537. #define NOP_PUTC 0x0004 /* JPB: Simputc instruction */
  538. #define NOP_CNT_RESET 0x0005 /* Reset statistics counters */
  539. #define NOP_GET_TICKS 0x0006 /* JPB: Get # ticks running */
  540. #define NOP_GET_PS 0x0007 /* JPB: Get picosecs/cycle */
  541. #define NOP_REPORT_FIRST 0x0400 /* Report with number */
  542. #define NOP_REPORT_LAST 0x03ff /* Report with number */
  543. #endif /* SPR_DEFS__H */