1 #ifndef _UAPI_ASM_S390_SIE_H 2 #define _UAPI_ASM_S390_SIE_H 3 4 #define diagnose_codes \ 5 { 0x10, "DIAG (0x10) release pages" }, \ 6 { 0x44, "DIAG (0x44) time slice end" }, \ 7 { 0x9c, "DIAG (0x9c) time slice end directed" }, \ 8 { 0x204, "DIAG (0x204) logical-cpu utilization" }, \ 9 { 0x258, "DIAG (0x258) page-reference services" }, \ 10 { 0x308, "DIAG (0x308) ipl functions" }, \ 11 { 0x500, "DIAG (0x500) KVM virtio functions" }, \ 12 { 0x501, "DIAG (0x501) KVM breakpoint" } 13 14 #define sigp_order_codes \ 15 { 0x01, "SIGP sense" }, \ 16 { 0x02, "SIGP external call" }, \ 17 { 0x03, "SIGP emergency signal" }, \ 18 { 0x05, "SIGP stop" }, \ 19 { 0x06, "SIGP restart" }, \ 20 { 0x09, "SIGP stop and store status" }, \ 21 { 0x0b, "SIGP initial cpu reset" }, \ 22 { 0x0d, "SIGP set prefix" }, \ 23 { 0x0e, "SIGP store status at address" }, \ 24 { 0x12, "SIGP set architecture" }, \ 25 { 0x15, "SIGP sense running" } 26 27 #define icpt_prog_codes \ 28 { 0x0001, "Prog Operation" }, \ 29 { 0x0002, "Prog Privileged Operation" }, \ 30 { 0x0003, "Prog Execute" }, \ 31 { 0x0004, "Prog Protection" }, \ 32 { 0x0005, "Prog Addressing" }, \ 33 { 0x0006, "Prog Specification" }, \ 34 { 0x0007, "Prog Data" }, \ 35 { 0x0008, "Prog Fixedpoint overflow" }, \ 36 { 0x0009, "Prog Fixedpoint divide" }, \ 37 { 0x000A, "Prog Decimal overflow" }, \ 38 { 0x000B, "Prog Decimal divide" }, \ 39 { 0x000C, "Prog HFP exponent overflow" }, \ 40 { 0x000D, "Prog HFP exponent underflow" }, \ 41 { 0x000E, "Prog HFP significance" }, \ 42 { 0x000F, "Prog HFP divide" }, \ 43 { 0x0010, "Prog Segment translation" }, \ 44 { 0x0011, "Prog Page translation" }, \ 45 { 0x0012, "Prog Translation specification" }, \ 46 { 0x0013, "Prog Special operation" }, \ 47 { 0x0015, "Prog Operand" }, \ 48 { 0x0016, "Prog Trace table" }, \ 49 { 0x0017, "Prog ASNtranslation specification" }, \ 50 { 0x001C, "Prog Spaceswitch event" }, \ 51 { 0x001D, "Prog HFP square root" }, \ 52 { 0x001F, "Prog PCtranslation specification" }, \ 53 { 0x0020, "Prog AFX translation" }, \ 54 { 0x0021, "Prog ASX translation" }, \ 55 { 0x0022, "Prog LX translation" }, \ 56 { 0x0023, "Prog EX translation" }, \ 57 { 0x0024, "Prog Primary authority" }, \ 58 { 0x0025, "Prog Secondary authority" }, \ 59 { 0x0026, "Prog LFXtranslation exception" }, \ 60 { 0x0027, "Prog LSXtranslation exception" }, \ 61 { 0x0028, "Prog ALET specification" }, \ 62 { 0x0029, "Prog ALEN translation" }, \ 63 { 0x002A, "Prog ALE sequence" }, \ 64 { 0x002B, "Prog ASTE validity" }, \ 65 { 0x002C, "Prog ASTE sequence" }, \ 66 { 0x002D, "Prog Extended authority" }, \ 67 { 0x002E, "Prog LSTE sequence" }, \ 68 { 0x002F, "Prog ASTE instance" }, \ 69 { 0x0030, "Prog Stack full" }, \ 70 { 0x0031, "Prog Stack empty" }, \ 71 { 0x0032, "Prog Stack specification" }, \ 72 { 0x0033, "Prog Stack type" }, \ 73 { 0x0034, "Prog Stack operation" }, \ 74 { 0x0039, "Prog Region first translation" }, \ 75 { 0x003A, "Prog Region second translation" }, \ 76 { 0x003B, "Prog Region third translation" }, \ 77 { 0x0040, "Prog Monitor event" }, \ 78 { 0x0080, "Prog PER event" }, \ 79 { 0x0119, "Prog Crypto operation" } 80 81 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ 82 { (ipa0 << 8 | opcode), #ipa0 " " mnemonic } 83 #define exit_code(opcode, mnemonic) \ 84 { opcode, mnemonic } 85 86 #define icpt_insn_codes \ 87 exit_code_ipa0(0x01, 0x01, "PR"), \ 88 exit_code_ipa0(0x01, 0x04, "PTFF"), \ 89 exit_code_ipa0(0x01, 0x07, "SCKPF"), \ 90 exit_code_ipa0(0xAA, 0x00, "RINEXT"), \ 91 exit_code_ipa0(0xAA, 0x01, "RION"), \ 92 exit_code_ipa0(0xAA, 0x02, "TRIC"), \ 93 exit_code_ipa0(0xAA, 0x03, "RIOFF"), \ 94 exit_code_ipa0(0xAA, 0x04, "RIEMIT"), \ 95 exit_code_ipa0(0xB2, 0x02, "STIDP"), \ 96 exit_code_ipa0(0xB2, 0x04, "SCK"), \ 97 exit_code_ipa0(0xB2, 0x05, "STCK"), \ 98 exit_code_ipa0(0xB2, 0x06, "SCKC"), \ 99 exit_code_ipa0(0xB2, 0x07, "STCKC"), \ 100 exit_code_ipa0(0xB2, 0x08, "SPT"), \ 101 exit_code_ipa0(0xB2, 0x09, "STPT"), \ 102 exit_code_ipa0(0xB2, 0x0d, "PTLB"), \ 103 exit_code_ipa0(0xB2, 0x10, "SPX"), \ 104 exit_code_ipa0(0xB2, 0x11, "STPX"), \ 105 exit_code_ipa0(0xB2, 0x12, "STAP"), \ 106 exit_code_ipa0(0xB2, 0x14, "SIE"), \ 107 exit_code_ipa0(0xB2, 0x16, "SETR"), \ 108 exit_code_ipa0(0xB2, 0x17, "STETR"), \ 109 exit_code_ipa0(0xB2, 0x18, "PC"), \ 110 exit_code_ipa0(0xB2, 0x20, "SERVC"), \ 111 exit_code_ipa0(0xB2, 0x21, "IPTE"), \ 112 exit_code_ipa0(0xB2, 0x28, "PT"), \ 113 exit_code_ipa0(0xB2, 0x29, "ISKE"), \ 114 exit_code_ipa0(0xB2, 0x2a, "RRBE"), \ 115 exit_code_ipa0(0xB2, 0x2b, "SSKE"), \ 116 exit_code_ipa0(0xB2, 0x2c, "TB"), \ 117 exit_code_ipa0(0xB2, 0x2e, "PGIN"), \ 118 exit_code_ipa0(0xB2, 0x2f, "PGOUT"), \ 119 exit_code_ipa0(0xB2, 0x30, "CSCH"), \ 120 exit_code_ipa0(0xB2, 0x31, "HSCH"), \ 121 exit_code_ipa0(0xB2, 0x32, "MSCH"), \ 122 exit_code_ipa0(0xB2, 0x33, "SSCH"), \ 123 exit_code_ipa0(0xB2, 0x34, "STSCH"), \ 124 exit_code_ipa0(0xB2, 0x35, "TSCH"), \ 125 exit_code_ipa0(0xB2, 0x36, "TPI"), \ 126 exit_code_ipa0(0xB2, 0x37, "SAL"), \ 127 exit_code_ipa0(0xB2, 0x38, "RSCH"), \ 128 exit_code_ipa0(0xB2, 0x39, "STCRW"), \ 129 exit_code_ipa0(0xB2, 0x3a, "STCPS"), \ 130 exit_code_ipa0(0xB2, 0x3b, "RCHP"), \ 131 exit_code_ipa0(0xB2, 0x3c, "SCHM"), \ 132 exit_code_ipa0(0xB2, 0x40, "BAKR"), \ 133 exit_code_ipa0(0xB2, 0x48, "PALB"), \ 134 exit_code_ipa0(0xB2, 0x4c, "TAR"), \ 135 exit_code_ipa0(0xB2, 0x50, "CSP"), \ 136 exit_code_ipa0(0xB2, 0x54, "MVPG"), \ 137 exit_code_ipa0(0xB2, 0x58, "BSG"), \ 138 exit_code_ipa0(0xB2, 0x5a, "BSA"), \ 139 exit_code_ipa0(0xB2, 0x5f, "CHSC"), \ 140 exit_code_ipa0(0xB2, 0x74, "SIGA"), \ 141 exit_code_ipa0(0xB2, 0x76, "XSCH"), \ 142 exit_code_ipa0(0xB2, 0x78, "STCKE"), \ 143 exit_code_ipa0(0xB2, 0x7c, "STCKF"), \ 144 exit_code_ipa0(0xB2, 0x7d, "STSI"), \ 145 exit_code_ipa0(0xB2, 0xb0, "STFLE"), \ 146 exit_code_ipa0(0xB2, 0xb1, "STFL"), \ 147 exit_code_ipa0(0xB2, 0xb2, "LPSWE"), \ 148 exit_code_ipa0(0xB2, 0xf8, "TEND"), \ 149 exit_code_ipa0(0xB2, 0xfc, "TABORT"), \ 150 exit_code_ipa0(0xB9, 0x1e, "KMAC"), \ 151 exit_code_ipa0(0xB9, 0x28, "PCKMO"), \ 152 exit_code_ipa0(0xB9, 0x2a, "KMF"), \ 153 exit_code_ipa0(0xB9, 0x2b, "KMO"), \ 154 exit_code_ipa0(0xB9, 0x2d, "KMCTR"), \ 155 exit_code_ipa0(0xB9, 0x2e, "KM"), \ 156 exit_code_ipa0(0xB9, 0x2f, "KMC"), \ 157 exit_code_ipa0(0xB9, 0x3e, "KIMD"), \ 158 exit_code_ipa0(0xB9, 0x3f, "KLMD"), \ 159 exit_code_ipa0(0xB9, 0x8a, "CSPG"), \ 160 exit_code_ipa0(0xB9, 0x8d, "EPSW"), \ 161 exit_code_ipa0(0xB9, 0x8e, "IDTE"), \ 162 exit_code_ipa0(0xB9, 0x8f, "CRDTE"), \ 163 exit_code_ipa0(0xB9, 0x9c, "EQBS"), \ 164 exit_code_ipa0(0xB9, 0xa2, "PTF"), \ 165 exit_code_ipa0(0xB9, 0xab, "ESSA"), \ 166 exit_code_ipa0(0xB9, 0xae, "RRBM"), \ 167 exit_code_ipa0(0xB9, 0xaf, "PFMF"), \ 168 exit_code_ipa0(0xE3, 0x03, "LRAG"), \ 169 exit_code_ipa0(0xE3, 0x13, "LRAY"), \ 170 exit_code_ipa0(0xE3, 0x25, "NTSTG"), \ 171 exit_code_ipa0(0xE5, 0x00, "LASP"), \ 172 exit_code_ipa0(0xE5, 0x01, "TPROT"), \ 173 exit_code_ipa0(0xE5, 0x60, "TBEGIN"), \ 174 exit_code_ipa0(0xE5, 0x61, "TBEGINC"), \ 175 exit_code_ipa0(0xEB, 0x25, "STCTG"), \ 176 exit_code_ipa0(0xEB, 0x2f, "LCTLG"), \ 177 exit_code_ipa0(0xEB, 0x60, "LRIC"), \ 178 exit_code_ipa0(0xEB, 0x61, "STRIC"), \ 179 exit_code_ipa0(0xEB, 0x62, "MRIC"), \ 180 exit_code_ipa0(0xEB, 0x8a, "SQBS"), \ 181 exit_code_ipa0(0xC8, 0x01, "ECTG"), \ 182 exit_code(0x0a, "SVC"), \ 183 exit_code(0x80, "SSM"), \ 184 exit_code(0x82, "LPSW"), \ 185 exit_code(0x83, "DIAG"), \ 186 exit_code(0xae, "SIGP"), \ 187 exit_code(0xac, "STNSM"), \ 188 exit_code(0xad, "STOSM"), \ 189 exit_code(0xb1, "LRA"), \ 190 exit_code(0xb6, "STCTL"), \ 191 exit_code(0xb7, "LCTL"), \ 192 exit_code(0xee, "PLO") 193 194 #define sie_intercept_code \ 195 { 0x00, "Host interruption" }, \ 196 { 0x04, "Instruction" }, \ 197 { 0x08, "Program interruption" }, \ 198 { 0x0c, "Instruction and program interruption" }, \ 199 { 0x10, "External request" }, \ 200 { 0x14, "External interruption" }, \ 201 { 0x18, "I/O request" }, \ 202 { 0x1c, "Wait state" }, \ 203 { 0x20, "Validity" }, \ 204 { 0x28, "Stop request" }, \ 205 { 0x2c, "Operation exception" }, \ 206 { 0x38, "Partial-execution" }, \ 207 { 0x3c, "I/O interruption" }, \ 208 { 0x40, "I/O instruction" }, \ 209 { 0x48, "Timing subset" } 210 211 /* 212 * This is the simple interceptable instructions decoder. 213 * 214 * It will be used as userspace interface and it can be used in places 215 * that does not allow to use general decoder functions, 216 * such as trace events declarations. 217 * 218 * Some userspace tools may want to parse this code 219 * and would be confused by switch(), if() and other statements, 220 * but they can understand conditional operator. 221 */ 222 #define INSN_DECODE_IPA0(ipa0, insn, rshift, mask) \ 223 (insn >> 56) == (ipa0) ? \ 224 ((ipa0 << 8) | ((insn >> rshift) & mask)) : 225 226 #define INSN_DECODE(insn) (insn >> 56) 227 228 /* 229 * The macro icpt_insn_decoder() takes an intercepted instruction 230 * and returns a key, which can be used to find a mnemonic name 231 * of the instruction in the icpt_insn_codes table. 232 */ 233 #define icpt_insn_decoder(insn) ( \ 234 INSN_DECODE_IPA0(0x01, insn, 48, 0xff) \ 235 INSN_DECODE_IPA0(0xaa, insn, 48, 0x0f) \ 236 INSN_DECODE_IPA0(0xb2, insn, 48, 0xff) \ 237 INSN_DECODE_IPA0(0xb9, insn, 48, 0xff) \ 238 INSN_DECODE_IPA0(0xe3, insn, 48, 0xff) \ 239 INSN_DECODE_IPA0(0xe5, insn, 48, 0xff) \ 240 INSN_DECODE_IPA0(0xeb, insn, 16, 0xff) \ 241 INSN_DECODE_IPA0(0xc8, insn, 48, 0x0f) \ 242 INSN_DECODE(insn)) 243 244 #endif /* _UAPI_ASM_S390_SIE_H */ 245