esr.h 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2013 - ARM Ltd
  4. * Author: Marc Zyngier <marc.zyngier@arm.com>
  5. */
  6. #ifndef __ASM_ESR_H
  7. #define __ASM_ESR_H
  8. #include <asm/memory.h>
  9. #include <asm/sysreg.h>
  10. #define ESR_ELx_EC_UNKNOWN UL(0x00)
  11. #define ESR_ELx_EC_WFx UL(0x01)
  12. /* Unallocated EC: 0x02 */
  13. #define ESR_ELx_EC_CP15_32 UL(0x03)
  14. #define ESR_ELx_EC_CP15_64 UL(0x04)
  15. #define ESR_ELx_EC_CP14_MR UL(0x05)
  16. #define ESR_ELx_EC_CP14_LS UL(0x06)
  17. #define ESR_ELx_EC_FP_ASIMD UL(0x07)
  18. #define ESR_ELx_EC_CP10_ID UL(0x08) /* EL2 only */
  19. #define ESR_ELx_EC_PAC UL(0x09) /* EL2 and above */
  20. #define ESR_ELx_EC_OTHER UL(0x0A)
  21. /* Unallocated EC: 0x0B */
  22. #define ESR_ELx_EC_CP14_64 UL(0x0C)
  23. #define ESR_ELx_EC_BTI UL(0x0D)
  24. #define ESR_ELx_EC_ILL UL(0x0E)
  25. /* Unallocated EC: 0x0F - 0x10 */
  26. #define ESR_ELx_EC_SVC32 UL(0x11)
  27. #define ESR_ELx_EC_HVC32 UL(0x12) /* EL2 only */
  28. #define ESR_ELx_EC_SMC32 UL(0x13) /* EL2 and above */
  29. /* Unallocated EC: 0x14 */
  30. #define ESR_ELx_EC_SVC64 UL(0x15)
  31. #define ESR_ELx_EC_HVC64 UL(0x16) /* EL2 and above */
  32. #define ESR_ELx_EC_SMC64 UL(0x17) /* EL2 and above */
  33. #define ESR_ELx_EC_SYS64 UL(0x18)
  34. #define ESR_ELx_EC_SVE UL(0x19)
  35. #define ESR_ELx_EC_ERET UL(0x1a) /* EL2 only */
  36. /* Unallocated EC: 0x1B */
  37. #define ESR_ELx_EC_FPAC UL(0x1C) /* EL1 and above */
  38. #define ESR_ELx_EC_SME UL(0x1D)
  39. /* Unallocated EC: 0x1E */
  40. #define ESR_ELx_EC_IMP_DEF UL(0x1f) /* EL3 only */
  41. #define ESR_ELx_EC_IABT_LOW UL(0x20)
  42. #define ESR_ELx_EC_IABT_CUR UL(0x21)
  43. #define ESR_ELx_EC_PC_ALIGN UL(0x22)
  44. /* Unallocated EC: 0x23 */
  45. #define ESR_ELx_EC_DABT_LOW UL(0x24)
  46. #define ESR_ELx_EC_DABT_CUR UL(0x25)
  47. #define ESR_ELx_EC_SP_ALIGN UL(0x26)
  48. #define ESR_ELx_EC_MOPS UL(0x27)
  49. #define ESR_ELx_EC_FP_EXC32 UL(0x28)
  50. /* Unallocated EC: 0x29 - 0x2B */
  51. #define ESR_ELx_EC_FP_EXC64 UL(0x2C)
  52. #define ESR_ELx_EC_GCS UL(0x2D)
  53. /* Unallocated EC: 0x2E */
  54. #define ESR_ELx_EC_SERROR UL(0x2F)
  55. #define ESR_ELx_EC_BREAKPT_LOW UL(0x30)
  56. #define ESR_ELx_EC_BREAKPT_CUR UL(0x31)
  57. #define ESR_ELx_EC_SOFTSTP_LOW UL(0x32)
  58. #define ESR_ELx_EC_SOFTSTP_CUR UL(0x33)
  59. #define ESR_ELx_EC_WATCHPT_LOW UL(0x34)
  60. #define ESR_ELx_EC_WATCHPT_CUR UL(0x35)
  61. /* Unallocated EC: 0x36 - 0x37 */
  62. #define ESR_ELx_EC_BKPT32 UL(0x38)
  63. /* Unallocated EC: 0x39 */
  64. #define ESR_ELx_EC_VECTOR32 UL(0x3A) /* EL2 only */
  65. /* Unallocated EC: 0x3B */
  66. #define ESR_ELx_EC_BRK64 UL(0x3C)
  67. /* Unallocated EC: 0x3D - 0x3F */
  68. #define ESR_ELx_EC_MAX UL(0x3F)
  69. #define ESR_ELx_EC_SHIFT (26)
  70. #define ESR_ELx_EC_WIDTH (6)
  71. #define ESR_ELx_EC_MASK (UL(0x3F) << ESR_ELx_EC_SHIFT)
  72. #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT)
  73. #define ESR_ELx_IL_SHIFT (25)
  74. #define ESR_ELx_IL (UL(1) << ESR_ELx_IL_SHIFT)
  75. #define ESR_ELx_ISS_MASK (GENMASK(24, 0))
  76. #define ESR_ELx_ISS(esr) ((esr) & ESR_ELx_ISS_MASK)
  77. #define ESR_ELx_ISS2_SHIFT (32)
  78. #define ESR_ELx_ISS2_MASK (GENMASK_ULL(55, 32))
  79. #define ESR_ELx_ISS2(esr) (((esr) & ESR_ELx_ISS2_MASK) >> ESR_ELx_ISS2_SHIFT)
  80. /* ISS field definitions shared by different classes */
  81. #define ESR_ELx_WNR_SHIFT (6)
  82. #define ESR_ELx_WNR (UL(1) << ESR_ELx_WNR_SHIFT)
  83. /* Asynchronous Error Type */
  84. #define ESR_ELx_IDS_SHIFT (24)
  85. #define ESR_ELx_IDS (UL(1) << ESR_ELx_IDS_SHIFT)
  86. #define ESR_ELx_AET_SHIFT (10)
  87. #define ESR_ELx_AET (UL(0x7) << ESR_ELx_AET_SHIFT)
  88. #define ESR_ELx_AET_UC (UL(0) << ESR_ELx_AET_SHIFT)
  89. #define ESR_ELx_AET_UEU (UL(1) << ESR_ELx_AET_SHIFT)
  90. #define ESR_ELx_AET_UEO (UL(2) << ESR_ELx_AET_SHIFT)
  91. #define ESR_ELx_AET_UER (UL(3) << ESR_ELx_AET_SHIFT)
  92. #define ESR_ELx_AET_CE (UL(6) << ESR_ELx_AET_SHIFT)
  93. /* Shared ISS field definitions for Data/Instruction aborts */
  94. #define ESR_ELx_VNCR_SHIFT (13)
  95. #define ESR_ELx_VNCR (UL(1) << ESR_ELx_VNCR_SHIFT)
  96. #define ESR_ELx_SET_SHIFT (11)
  97. #define ESR_ELx_SET_MASK (UL(3) << ESR_ELx_SET_SHIFT)
  98. #define ESR_ELx_FnV_SHIFT (10)
  99. #define ESR_ELx_FnV (UL(1) << ESR_ELx_FnV_SHIFT)
  100. #define ESR_ELx_EA_SHIFT (9)
  101. #define ESR_ELx_EA (UL(1) << ESR_ELx_EA_SHIFT)
  102. #define ESR_ELx_S1PTW_SHIFT (7)
  103. #define ESR_ELx_S1PTW (UL(1) << ESR_ELx_S1PTW_SHIFT)
  104. /* Shared ISS fault status code(IFSC/DFSC) for Data/Instruction aborts */
  105. #define ESR_ELx_FSC (0x3F)
  106. #define ESR_ELx_FSC_TYPE (0x3C)
  107. #define ESR_ELx_FSC_LEVEL (0x03)
  108. #define ESR_ELx_FSC_EXTABT (0x10)
  109. #define ESR_ELx_FSC_MTE (0x11)
  110. #define ESR_ELx_FSC_SERROR (0x11)
  111. #define ESR_ELx_FSC_ACCESS (0x08)
  112. #define ESR_ELx_FSC_FAULT (0x04)
  113. #define ESR_ELx_FSC_PERM (0x0C)
  114. #define ESR_ELx_FSC_SEA_TTW(n) (0x14 + (n))
  115. #define ESR_ELx_FSC_SECC (0x18)
  116. #define ESR_ELx_FSC_SECC_TTW(n) (0x1c + (n))
  117. #define ESR_ELx_FSC_EXCL_ATOMIC (0x35)
  118. #define ESR_ELx_FSC_ADDRSZ (0x00)
  119. /*
  120. * Annoyingly, the negative levels for Address size faults aren't laid out
  121. * contiguously (or in the desired order)
  122. */
  123. #define ESR_ELx_FSC_ADDRSZ_nL(n) ((n) == -1 ? 0x25 : 0x2C)
  124. #define ESR_ELx_FSC_ADDRSZ_L(n) ((n) < 0 ? ESR_ELx_FSC_ADDRSZ_nL(n) : \
  125. (ESR_ELx_FSC_ADDRSZ + (n)))
  126. /* Status codes for individual page table levels */
  127. #define ESR_ELx_FSC_ACCESS_L(n) (ESR_ELx_FSC_ACCESS + (n))
  128. #define ESR_ELx_FSC_PERM_L(n) (ESR_ELx_FSC_PERM + (n))
  129. #define ESR_ELx_FSC_FAULT_nL (0x2C)
  130. #define ESR_ELx_FSC_FAULT_L(n) (((n) < 0 ? ESR_ELx_FSC_FAULT_nL : \
  131. ESR_ELx_FSC_FAULT) + (n))
  132. /* ISS field definitions for Data Aborts */
  133. #define ESR_ELx_ISV_SHIFT (24)
  134. #define ESR_ELx_ISV (UL(1) << ESR_ELx_ISV_SHIFT)
  135. #define ESR_ELx_SAS_SHIFT (22)
  136. #define ESR_ELx_SAS (UL(3) << ESR_ELx_SAS_SHIFT)
  137. #define ESR_ELx_SSE_SHIFT (21)
  138. #define ESR_ELx_SSE (UL(1) << ESR_ELx_SSE_SHIFT)
  139. #define ESR_ELx_SRT_SHIFT (16)
  140. #define ESR_ELx_SRT_MASK (UL(0x1F) << ESR_ELx_SRT_SHIFT)
  141. #define ESR_ELx_SF_SHIFT (15)
  142. #define ESR_ELx_SF (UL(1) << ESR_ELx_SF_SHIFT)
  143. #define ESR_ELx_AR_SHIFT (14)
  144. #define ESR_ELx_AR (UL(1) << ESR_ELx_AR_SHIFT)
  145. #define ESR_ELx_CM_SHIFT (8)
  146. #define ESR_ELx_CM (UL(1) << ESR_ELx_CM_SHIFT)
  147. /* ISS2 field definitions for Data Aborts */
  148. #define ESR_ELx_TnD_SHIFT (10)
  149. #define ESR_ELx_TnD (UL(1) << ESR_ELx_TnD_SHIFT)
  150. #define ESR_ELx_TagAccess_SHIFT (9)
  151. #define ESR_ELx_TagAccess (UL(1) << ESR_ELx_TagAccess_SHIFT)
  152. #define ESR_ELx_GCS_SHIFT (8)
  153. #define ESR_ELx_GCS (UL(1) << ESR_ELx_GCS_SHIFT)
  154. #define ESR_ELx_Overlay_SHIFT (6)
  155. #define ESR_ELx_Overlay (UL(1) << ESR_ELx_Overlay_SHIFT)
  156. #define ESR_ELx_DirtyBit_SHIFT (5)
  157. #define ESR_ELx_DirtyBit (UL(1) << ESR_ELx_DirtyBit_SHIFT)
  158. #define ESR_ELx_Xs_SHIFT (0)
  159. #define ESR_ELx_Xs_MASK (GENMASK_ULL(4, 0))
  160. /* ISS field definitions for exceptions taken in to Hyp */
  161. #define ESR_ELx_CV (UL(1) << 24)
  162. #define ESR_ELx_COND_SHIFT (20)
  163. #define ESR_ELx_COND_MASK (UL(0xF) << ESR_ELx_COND_SHIFT)
  164. #define ESR_ELx_WFx_ISS_RN (UL(0x1F) << 5)
  165. #define ESR_ELx_WFx_ISS_RV (UL(1) << 2)
  166. #define ESR_ELx_WFx_ISS_TI (UL(3) << 0)
  167. #define ESR_ELx_WFx_ISS_WFxT (UL(2) << 0)
  168. #define ESR_ELx_WFx_ISS_WFI (UL(0) << 0)
  169. #define ESR_ELx_WFx_ISS_WFE (UL(1) << 0)
  170. #define ESR_ELx_xVC_IMM_MASK ((UL(1) << 16) - 1)
  171. /* ISS definitions for LD64B/ST64B/{T,P}SBCSYNC instructions */
  172. #define ESR_ELx_ISS_OTHER_ST64BV (0)
  173. #define ESR_ELx_ISS_OTHER_ST64BV0 (1)
  174. #define ESR_ELx_ISS_OTHER_LDST64B (2)
  175. #define ESR_ELx_ISS_OTHER_TSBCSYNC (3)
  176. #define ESR_ELx_ISS_OTHER_PSBCSYNC (4)
  177. #define DISR_EL1_IDS (UL(1) << 24)
  178. /*
  179. * DISR_EL1 and ESR_ELx share the bottom 13 bits, but the RES0 bits may mean
  180. * different things in the future...
  181. */
  182. #define DISR_EL1_ESR_MASK (ESR_ELx_AET | ESR_ELx_EA | ESR_ELx_FSC)
  183. /* ESR value templates for specific events */
  184. #define ESR_ELx_WFx_MASK (ESR_ELx_EC_MASK | \
  185. (ESR_ELx_WFx_ISS_TI & ~ESR_ELx_WFx_ISS_WFxT))
  186. #define ESR_ELx_WFx_WFI_VAL ((ESR_ELx_EC_WFx << ESR_ELx_EC_SHIFT) | \
  187. ESR_ELx_WFx_ISS_WFI)
  188. /* BRK instruction trap from AArch64 state */
  189. #define ESR_ELx_BRK64_ISS_COMMENT_MASK 0xffff
  190. /* ISS field definitions for System instruction traps */
  191. #define ESR_ELx_SYS64_ISS_RES0_SHIFT 22
  192. #define ESR_ELx_SYS64_ISS_RES0_MASK (UL(0x7) << ESR_ELx_SYS64_ISS_RES0_SHIFT)
  193. #define ESR_ELx_SYS64_ISS_DIR_MASK 0x1
  194. #define ESR_ELx_SYS64_ISS_DIR_READ 0x1
  195. #define ESR_ELx_SYS64_ISS_DIR_WRITE 0x0
  196. #define ESR_ELx_SYS64_ISS_RT_SHIFT 5
  197. #define ESR_ELx_SYS64_ISS_RT_MASK (UL(0x1f) << ESR_ELx_SYS64_ISS_RT_SHIFT)
  198. #define ESR_ELx_SYS64_ISS_CRM_SHIFT 1
  199. #define ESR_ELx_SYS64_ISS_CRM_MASK (UL(0xf) << ESR_ELx_SYS64_ISS_CRM_SHIFT)
  200. #define ESR_ELx_SYS64_ISS_CRN_SHIFT 10
  201. #define ESR_ELx_SYS64_ISS_CRN_MASK (UL(0xf) << ESR_ELx_SYS64_ISS_CRN_SHIFT)
  202. #define ESR_ELx_SYS64_ISS_OP1_SHIFT 14
  203. #define ESR_ELx_SYS64_ISS_OP1_MASK (UL(0x7) << ESR_ELx_SYS64_ISS_OP1_SHIFT)
  204. #define ESR_ELx_SYS64_ISS_OP2_SHIFT 17
  205. #define ESR_ELx_SYS64_ISS_OP2_MASK (UL(0x7) << ESR_ELx_SYS64_ISS_OP2_SHIFT)
  206. #define ESR_ELx_SYS64_ISS_OP0_SHIFT 20
  207. #define ESR_ELx_SYS64_ISS_OP0_MASK (UL(0x3) << ESR_ELx_SYS64_ISS_OP0_SHIFT)
  208. #define ESR_ELx_SYS64_ISS_SYS_MASK (ESR_ELx_SYS64_ISS_OP0_MASK | \
  209. ESR_ELx_SYS64_ISS_OP1_MASK | \
  210. ESR_ELx_SYS64_ISS_OP2_MASK | \
  211. ESR_ELx_SYS64_ISS_CRN_MASK | \
  212. ESR_ELx_SYS64_ISS_CRM_MASK)
  213. #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \
  214. (((op0) << ESR_ELx_SYS64_ISS_OP0_SHIFT) | \
  215. ((op1) << ESR_ELx_SYS64_ISS_OP1_SHIFT) | \
  216. ((op2) << ESR_ELx_SYS64_ISS_OP2_SHIFT) | \
  217. ((crn) << ESR_ELx_SYS64_ISS_CRN_SHIFT) | \
  218. ((crm) << ESR_ELx_SYS64_ISS_CRM_SHIFT))
  219. #define ESR_ELx_SYS64_ISS_SYS_OP_MASK (ESR_ELx_SYS64_ISS_SYS_MASK | \
  220. ESR_ELx_SYS64_ISS_DIR_MASK)
  221. #define ESR_ELx_SYS64_ISS_RT(esr) \
  222. (((esr) & ESR_ELx_SYS64_ISS_RT_MASK) >> ESR_ELx_SYS64_ISS_RT_SHIFT)
  223. /*
  224. * User space cache operations have the following sysreg encoding
  225. * in System instructions.
  226. * op0=1, op1=3, op2=1, crn=7, crm={ 5, 10, 11, 12, 13, 14 }, WRITE (L=0)
  227. */
  228. #define ESR_ELx_SYS64_ISS_CRM_DC_CIVAC 14
  229. #define ESR_ELx_SYS64_ISS_CRM_DC_CVADP 13
  230. #define ESR_ELx_SYS64_ISS_CRM_DC_CVAP 12
  231. #define ESR_ELx_SYS64_ISS_CRM_DC_CVAU 11
  232. #define ESR_ELx_SYS64_ISS_CRM_DC_CVAC 10
  233. #define ESR_ELx_SYS64_ISS_CRM_IC_IVAU 5
  234. #define ESR_ELx_SYS64_ISS_EL0_CACHE_OP_MASK (ESR_ELx_SYS64_ISS_OP0_MASK | \
  235. ESR_ELx_SYS64_ISS_OP1_MASK | \
  236. ESR_ELx_SYS64_ISS_OP2_MASK | \
  237. ESR_ELx_SYS64_ISS_CRN_MASK | \
  238. ESR_ELx_SYS64_ISS_DIR_MASK)
  239. #define ESR_ELx_SYS64_ISS_EL0_CACHE_OP_VAL \
  240. (ESR_ELx_SYS64_ISS_SYS_VAL(1, 3, 1, 7, 0) | \
  241. ESR_ELx_SYS64_ISS_DIR_WRITE)
  242. /*
  243. * User space MRS operations which are supported for emulation
  244. * have the following sysreg encoding in System instructions.
  245. * op0 = 3, op1= 0, crn = 0, {crm = 0, 4-7}, READ (L = 1)
  246. */
  247. #define ESR_ELx_SYS64_ISS_SYS_MRS_OP_MASK (ESR_ELx_SYS64_ISS_OP0_MASK | \
  248. ESR_ELx_SYS64_ISS_OP1_MASK | \
  249. ESR_ELx_SYS64_ISS_CRN_MASK | \
  250. ESR_ELx_SYS64_ISS_DIR_MASK)
  251. #define ESR_ELx_SYS64_ISS_SYS_MRS_OP_VAL \
  252. (ESR_ELx_SYS64_ISS_SYS_VAL(3, 0, 0, 0, 0) | \
  253. ESR_ELx_SYS64_ISS_DIR_READ)
  254. #define ESR_ELx_SYS64_ISS_SYS_CTR ESR_ELx_SYS64_ISS_SYS_VAL(3, 3, 1, 0, 0)
  255. #define ESR_ELx_SYS64_ISS_SYS_CTR_READ (ESR_ELx_SYS64_ISS_SYS_CTR | \
  256. ESR_ELx_SYS64_ISS_DIR_READ)
  257. #define ESR_ELx_SYS64_ISS_SYS_CNTVCT (ESR_ELx_SYS64_ISS_SYS_VAL(3, 3, 2, 14, 0) | \
  258. ESR_ELx_SYS64_ISS_DIR_READ)
  259. #define ESR_ELx_SYS64_ISS_SYS_CNTVCTSS (ESR_ELx_SYS64_ISS_SYS_VAL(3, 3, 6, 14, 0) | \
  260. ESR_ELx_SYS64_ISS_DIR_READ)
  261. #define ESR_ELx_SYS64_ISS_SYS_CNTFRQ (ESR_ELx_SYS64_ISS_SYS_VAL(3, 3, 0, 14, 0) | \
  262. ESR_ELx_SYS64_ISS_DIR_READ)
  263. #define esr_sys64_to_sysreg(e) \
  264. sys_reg((((e) & ESR_ELx_SYS64_ISS_OP0_MASK) >> \
  265. ESR_ELx_SYS64_ISS_OP0_SHIFT), \
  266. (((e) & ESR_ELx_SYS64_ISS_OP1_MASK) >> \
  267. ESR_ELx_SYS64_ISS_OP1_SHIFT), \
  268. (((e) & ESR_ELx_SYS64_ISS_CRN_MASK) >> \
  269. ESR_ELx_SYS64_ISS_CRN_SHIFT), \
  270. (((e) & ESR_ELx_SYS64_ISS_CRM_MASK) >> \
  271. ESR_ELx_SYS64_ISS_CRM_SHIFT), \
  272. (((e) & ESR_ELx_SYS64_ISS_OP2_MASK) >> \
  273. ESR_ELx_SYS64_ISS_OP2_SHIFT))
  274. #define esr_cp15_to_sysreg(e) \
  275. sys_reg(3, \
  276. (((e) & ESR_ELx_SYS64_ISS_OP1_MASK) >> \
  277. ESR_ELx_SYS64_ISS_OP1_SHIFT), \
  278. (((e) & ESR_ELx_SYS64_ISS_CRN_MASK) >> \
  279. ESR_ELx_SYS64_ISS_CRN_SHIFT), \
  280. (((e) & ESR_ELx_SYS64_ISS_CRM_MASK) >> \
  281. ESR_ELx_SYS64_ISS_CRM_SHIFT), \
  282. (((e) & ESR_ELx_SYS64_ISS_OP2_MASK) >> \
  283. ESR_ELx_SYS64_ISS_OP2_SHIFT))
  284. /* ISS field definitions for ERET/ERETAA/ERETAB trapping */
  285. #define ESR_ELx_ERET_ISS_ERET 0x2
  286. #define ESR_ELx_ERET_ISS_ERETA 0x1
  287. /*
  288. * ISS field definitions for floating-point exception traps
  289. * (FP_EXC_32/FP_EXC_64).
  290. *
  291. * (The FPEXC_* constants are used instead for common bits.)
  292. */
  293. #define ESR_ELx_FP_EXC_TFV (UL(1) << 23)
  294. /*
  295. * ISS field definitions for CP15 accesses
  296. */
  297. #define ESR_ELx_CP15_32_ISS_DIR_MASK 0x1
  298. #define ESR_ELx_CP15_32_ISS_DIR_READ 0x1
  299. #define ESR_ELx_CP15_32_ISS_DIR_WRITE 0x0
  300. #define ESR_ELx_CP15_32_ISS_RT_SHIFT 5
  301. #define ESR_ELx_CP15_32_ISS_RT_MASK (UL(0x1f) << ESR_ELx_CP15_32_ISS_RT_SHIFT)
  302. #define ESR_ELx_CP15_32_ISS_CRM_SHIFT 1
  303. #define ESR_ELx_CP15_32_ISS_CRM_MASK (UL(0xf) << ESR_ELx_CP15_32_ISS_CRM_SHIFT)
  304. #define ESR_ELx_CP15_32_ISS_CRN_SHIFT 10
  305. #define ESR_ELx_CP15_32_ISS_CRN_MASK (UL(0xf) << ESR_ELx_CP15_32_ISS_CRN_SHIFT)
  306. #define ESR_ELx_CP15_32_ISS_OP1_SHIFT 14
  307. #define ESR_ELx_CP15_32_ISS_OP1_MASK (UL(0x7) << ESR_ELx_CP15_32_ISS_OP1_SHIFT)
  308. #define ESR_ELx_CP15_32_ISS_OP2_SHIFT 17
  309. #define ESR_ELx_CP15_32_ISS_OP2_MASK (UL(0x7) << ESR_ELx_CP15_32_ISS_OP2_SHIFT)
  310. #define ESR_ELx_CP15_32_ISS_SYS_MASK (ESR_ELx_CP15_32_ISS_OP1_MASK | \
  311. ESR_ELx_CP15_32_ISS_OP2_MASK | \
  312. ESR_ELx_CP15_32_ISS_CRN_MASK | \
  313. ESR_ELx_CP15_32_ISS_CRM_MASK | \
  314. ESR_ELx_CP15_32_ISS_DIR_MASK)
  315. #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \
  316. (((op1) << ESR_ELx_CP15_32_ISS_OP1_SHIFT) | \
  317. ((op2) << ESR_ELx_CP15_32_ISS_OP2_SHIFT) | \
  318. ((crn) << ESR_ELx_CP15_32_ISS_CRN_SHIFT) | \
  319. ((crm) << ESR_ELx_CP15_32_ISS_CRM_SHIFT))
  320. #define ESR_ELx_CP15_64_ISS_DIR_MASK 0x1
  321. #define ESR_ELx_CP15_64_ISS_DIR_READ 0x1
  322. #define ESR_ELx_CP15_64_ISS_DIR_WRITE 0x0
  323. #define ESR_ELx_CP15_64_ISS_RT_SHIFT 5
  324. #define ESR_ELx_CP15_64_ISS_RT_MASK (UL(0x1f) << ESR_ELx_CP15_64_ISS_RT_SHIFT)
  325. #define ESR_ELx_CP15_64_ISS_RT2_SHIFT 10
  326. #define ESR_ELx_CP15_64_ISS_RT2_MASK (UL(0x1f) << ESR_ELx_CP15_64_ISS_RT2_SHIFT)
  327. #define ESR_ELx_CP15_64_ISS_OP1_SHIFT 16
  328. #define ESR_ELx_CP15_64_ISS_OP1_MASK (UL(0xf) << ESR_ELx_CP15_64_ISS_OP1_SHIFT)
  329. #define ESR_ELx_CP15_64_ISS_CRM_SHIFT 1
  330. #define ESR_ELx_CP15_64_ISS_CRM_MASK (UL(0xf) << ESR_ELx_CP15_64_ISS_CRM_SHIFT)
  331. #define ESR_ELx_CP15_64_ISS_SYS_VAL(op1, crm) \
  332. (((op1) << ESR_ELx_CP15_64_ISS_OP1_SHIFT) | \
  333. ((crm) << ESR_ELx_CP15_64_ISS_CRM_SHIFT))
  334. #define ESR_ELx_CP15_64_ISS_SYS_MASK (ESR_ELx_CP15_64_ISS_OP1_MASK | \
  335. ESR_ELx_CP15_64_ISS_CRM_MASK | \
  336. ESR_ELx_CP15_64_ISS_DIR_MASK)
  337. #define ESR_ELx_CP15_64_ISS_SYS_CNTVCT (ESR_ELx_CP15_64_ISS_SYS_VAL(1, 14) | \
  338. ESR_ELx_CP15_64_ISS_DIR_READ)
  339. #define ESR_ELx_CP15_64_ISS_SYS_CNTVCTSS (ESR_ELx_CP15_64_ISS_SYS_VAL(9, 14) | \
  340. ESR_ELx_CP15_64_ISS_DIR_READ)
  341. #define ESR_ELx_CP15_32_ISS_SYS_CNTFRQ (ESR_ELx_CP15_32_ISS_SYS_VAL(0, 0, 14, 0) |\
  342. ESR_ELx_CP15_32_ISS_DIR_READ)
  343. /*
  344. * ISS values for SME traps
  345. */
  346. #define ESR_ELx_SME_ISS_SMTC_MASK GENMASK(2, 0)
  347. #define ESR_ELx_SME_ISS_SMTC(esr) ((esr) & ESR_ELx_SME_ISS_SMTC_MASK)
  348. #define ESR_ELx_SME_ISS_SMTC_SME_DISABLED 0
  349. #define ESR_ELx_SME_ISS_SMTC_ILL 1
  350. #define ESR_ELx_SME_ISS_SMTC_SM_DISABLED 2
  351. #define ESR_ELx_SME_ISS_SMTC_ZA_DISABLED 3
  352. #define ESR_ELx_SME_ISS_SMTC_ZT_DISABLED 4
  353. /* ISS field definitions for MOPS exceptions */
  354. #define ESR_ELx_MOPS_ISS_MEM_INST (UL(1) << 24)
  355. #define ESR_ELx_MOPS_ISS_FROM_EPILOGUE (UL(1) << 18)
  356. #define ESR_ELx_MOPS_ISS_WRONG_OPTION (UL(1) << 17)
  357. #define ESR_ELx_MOPS_ISS_OPTION_A (UL(1) << 16)
  358. #define ESR_ELx_MOPS_ISS_DESTREG(esr) (((esr) & (UL(0x1f) << 10)) >> 10)
  359. #define ESR_ELx_MOPS_ISS_SRCREG(esr) (((esr) & (UL(0x1f) << 5)) >> 5)
  360. #define ESR_ELx_MOPS_ISS_SIZEREG(esr) (((esr) & (UL(0x1f) << 0)) >> 0)
  361. /* ISS field definitions for GCS */
  362. #define ESR_ELx_ExType_SHIFT (20)
  363. #define ESR_ELx_ExType_MASK GENMASK(23, 20)
  364. #define ESR_ELx_Raddr_SHIFT (10)
  365. #define ESR_ELx_Raddr_MASK GENMASK(14, 10)
  366. #define ESR_ELx_Rn_SHIFT (5)
  367. #define ESR_ELx_Rn_MASK GENMASK(9, 5)
  368. #define ESR_ELx_Rvalue_SHIFT 5
  369. #define ESR_ELx_Rvalue_MASK GENMASK(9, 5)
  370. #define ESR_ELx_IT_SHIFT (0)
  371. #define ESR_ELx_IT_MASK GENMASK(4, 0)
  372. #define ESR_ELx_ExType_DATA_CHECK 0
  373. #define ESR_ELx_ExType_EXLOCK 1
  374. #define ESR_ELx_ExType_STR 2
  375. #define ESR_ELx_IT_RET 0
  376. #define ESR_ELx_IT_GCSPOPM 1
  377. #define ESR_ELx_IT_RET_KEYA 2
  378. #define ESR_ELx_IT_RET_KEYB 3
  379. #define ESR_ELx_IT_GCSSS1 4
  380. #define ESR_ELx_IT_GCSSS2 5
  381. #define ESR_ELx_IT_GCSPOPCX 6
  382. #define ESR_ELx_IT_GCSPOPX 7
  383. #ifndef __ASSEMBLER__
  384. #include <asm/types.h>
  385. static inline unsigned long esr_brk_comment(unsigned long esr)
  386. {
  387. return esr & ESR_ELx_BRK64_ISS_COMMENT_MASK;
  388. }
  389. static inline bool esr_is_data_abort(unsigned long esr)
  390. {
  391. const unsigned long ec = ESR_ELx_EC(esr);
  392. return ec == ESR_ELx_EC_DABT_LOW || ec == ESR_ELx_EC_DABT_CUR;
  393. }
  394. static inline bool esr_is_cfi_brk(unsigned long esr)
  395. {
  396. return ESR_ELx_EC(esr) == ESR_ELx_EC_BRK64 &&
  397. (esr_brk_comment(esr) & ~CFI_BRK_IMM_MASK) == CFI_BRK_IMM_BASE;
  398. }
  399. static inline bool esr_is_ubsan_brk(unsigned long esr)
  400. {
  401. return (esr_brk_comment(esr) & ~UBSAN_BRK_MASK) == UBSAN_BRK_IMM;
  402. }
  403. static inline bool esr_fsc_is_translation_fault(unsigned long esr)
  404. {
  405. esr = esr & ESR_ELx_FSC;
  406. return (esr == ESR_ELx_FSC_FAULT_L(3)) ||
  407. (esr == ESR_ELx_FSC_FAULT_L(2)) ||
  408. (esr == ESR_ELx_FSC_FAULT_L(1)) ||
  409. (esr == ESR_ELx_FSC_FAULT_L(0)) ||
  410. (esr == ESR_ELx_FSC_FAULT_L(-1));
  411. }
  412. static inline bool esr_fsc_is_permission_fault(unsigned long esr)
  413. {
  414. esr = esr & ESR_ELx_FSC;
  415. return (esr == ESR_ELx_FSC_PERM_L(3)) ||
  416. (esr == ESR_ELx_FSC_PERM_L(2)) ||
  417. (esr == ESR_ELx_FSC_PERM_L(1)) ||
  418. (esr == ESR_ELx_FSC_PERM_L(0));
  419. }
  420. static inline bool esr_fsc_is_access_flag_fault(unsigned long esr)
  421. {
  422. esr = esr & ESR_ELx_FSC;
  423. return (esr == ESR_ELx_FSC_ACCESS_L(3)) ||
  424. (esr == ESR_ELx_FSC_ACCESS_L(2)) ||
  425. (esr == ESR_ELx_FSC_ACCESS_L(1)) ||
  426. (esr == ESR_ELx_FSC_ACCESS_L(0));
  427. }
  428. static inline bool esr_fsc_is_excl_atomic_fault(unsigned long esr)
  429. {
  430. esr = esr & ESR_ELx_FSC;
  431. return esr == ESR_ELx_FSC_EXCL_ATOMIC;
  432. }
  433. static inline bool esr_fsc_is_addr_sz_fault(unsigned long esr)
  434. {
  435. esr &= ESR_ELx_FSC;
  436. return (esr == ESR_ELx_FSC_ADDRSZ_L(3)) ||
  437. (esr == ESR_ELx_FSC_ADDRSZ_L(2)) ||
  438. (esr == ESR_ELx_FSC_ADDRSZ_L(1)) ||
  439. (esr == ESR_ELx_FSC_ADDRSZ_L(0)) ||
  440. (esr == ESR_ELx_FSC_ADDRSZ_L(-1));
  441. }
  442. static inline bool esr_fsc_is_sea_ttw(unsigned long esr)
  443. {
  444. esr = esr & ESR_ELx_FSC;
  445. return (esr == ESR_ELx_FSC_SEA_TTW(3)) ||
  446. (esr == ESR_ELx_FSC_SEA_TTW(2)) ||
  447. (esr == ESR_ELx_FSC_SEA_TTW(1)) ||
  448. (esr == ESR_ELx_FSC_SEA_TTW(0)) ||
  449. (esr == ESR_ELx_FSC_SEA_TTW(-1));
  450. }
  451. static inline bool esr_fsc_is_secc_ttw(unsigned long esr)
  452. {
  453. esr = esr & ESR_ELx_FSC;
  454. return (esr == ESR_ELx_FSC_SECC_TTW(3)) ||
  455. (esr == ESR_ELx_FSC_SECC_TTW(2)) ||
  456. (esr == ESR_ELx_FSC_SECC_TTW(1)) ||
  457. (esr == ESR_ELx_FSC_SECC_TTW(0)) ||
  458. (esr == ESR_ELx_FSC_SECC_TTW(-1));
  459. }
  460. /* Indicate whether ESR.EC==0x1A is for an ERETAx instruction */
  461. static inline bool esr_iss_is_eretax(unsigned long esr)
  462. {
  463. return esr & ESR_ELx_ERET_ISS_ERET;
  464. }
  465. /* Indicate which key is used for ERETAx (false: A-Key, true: B-Key) */
  466. static inline bool esr_iss_is_eretab(unsigned long esr)
  467. {
  468. return esr & ESR_ELx_ERET_ISS_ERETA;
  469. }
  470. const char *esr_get_class_string(unsigned long esr);
  471. #endif /* __ASSEMBLER__ */
  472. #endif /* __ASM_ESR_H */