00001
00002
00003
00004
00005 struct target_pt_regs {
00006
00007 target_ulong regs[32];
00008
00009
00010 target_ulong cp0_status;
00011 target_ulong lo;
00012 target_ulong hi;
00013 target_ulong cp0_badvaddr;
00014 target_ulong cp0_cause;
00015 target_ulong cp0_epc;
00016 };
00017
00018
00019 #undef TARGET_ENOMSG
00020 #define TARGET_ENOMSG 35
00021 #undef TARGET_EIDRM
00022 #define TARGET_EIDRM 36
00023 #undef TARGET_ECHRNG
00024 #define TARGET_ECHRNG 37
00025 #undef TARGET_EL2NSYNC
00026 #define TARGET_EL2NSYNC 38
00027 #undef TARGET_EL3HLT
00028 #define TARGET_EL3HLT 39
00029 #undef TARGET_EL3RST
00030 #define TARGET_EL3RST 40
00031 #undef TARGET_ELNRNG
00032 #define TARGET_ELNRNG 41
00033 #undef TARGET_EUNATCH
00034 #define TARGET_EUNATCH 42
00035 #undef TARGET_ENOCSI
00036 #define TARGET_ENOCSI 43
00037 #undef TARGET_EL2HLT
00038 #define TARGET_EL2HLT 44
00039 #undef TARGET_EDEADLK
00040 #define TARGET_EDEADLK 45
00041 #undef TARGET_ENOLCK
00042 #define TARGET_ENOLCK 46
00043 #undef TARGET_EBADE
00044 #define TARGET_EBADE 50
00045 #undef TARGET_EBADR
00046 #define TARGET_EBADR 51
00047 #undef TARGET_EXFULL
00048 #define TARGET_EXFULL 52
00049 #undef TARGET_ENOANO
00050 #define TARGET_ENOANO 53
00051 #undef TARGET_EBADRQC
00052 #define TARGET_EBADRQC 54
00053 #undef TARGET_EBADSLT
00054 #define TARGET_EBADSLT 55
00055 #undef TARGET_EDEADLOCK
00056 #define TARGET_EDEADLOCK 56
00057 #undef TARGET_EBFONT
00058 #define TARGET_EBFONT 59
00059 #undef TARGET_ENOSTR
00060 #define TARGET_ENOSTR 60
00061 #undef TARGET_ENODATA
00062 #define TARGET_ENODATA 61
00063 #undef TARGET_ETIME
00064 #define TARGET_ETIME 62
00065 #undef TARGET_ENOSR
00066 #define TARGET_ENOSR 63
00067 #undef TARGET_ENONET
00068 #define TARGET_ENONET 64
00069 #undef TARGET_ENOPKG
00070 #define TARGET_ENOPKG 65
00071 #undef TARGET_EREMOTE
00072 #define TARGET_EREMOTE 66
00073 #undef TARGET_ENOLINK
00074 #define TARGET_ENOLINK 67
00075 #undef TARGET_EADV
00076 #define TARGET_EADV 68
00077 #undef TARGET_ESRMNT
00078 #define TARGET_ESRMNT 69
00079 #undef TARGET_ECOMM
00080 #define TARGET_ECOMM 70
00081 #undef TARGET_EPROTO
00082 #define TARGET_EPROTO 71
00083 #undef TARGET_EDOTDOT
00084 #define TARGET_EDOTDOT 73
00085 #undef TARGET_EMULTIHOP
00086 #define TARGET_EMULTIHOP 74
00087 #undef TARGET_EBADMSG
00088 #define TARGET_EBADMSG 77
00089 #undef TARGET_ENAMETOOLONG
00090 #define TARGET_ENAMETOOLONG 78
00091 #undef TARGET_EOVERFLOW
00092 #define TARGET_EOVERFLOW 79
00093 #undef TARGET_ENOTUNIQ
00094 #define TARGET_ENOTUNIQ 80
00095 #undef TARGET_EBADFD
00096 #define TARGET_EBADFD 81
00097 #undef TARGET_EREMCHG
00098 #define TARGET_EREMCHG 82
00099 #undef TARGET_ELIBACC
00100 #define TARGET_ELIBACC 83
00101 #undef TARGET_ELIBBAD
00102 #define TARGET_ELIBBAD 84
00103 #undef TARGET_ELIBSCN
00104 #define TARGET_ELIBSCN 85
00105 #undef TARGET_ELIBMAX
00106 #define TARGET_ELIBMAX 86
00107 #undef TARGET_ELIBEXEC
00108 #define TARGET_ELIBEXEC 87
00109 #undef TARGET_EILSEQ
00110 #define TARGET_EILSEQ 88
00111 #undef TARGET_ENOSYS
00112 #define TARGET_ENOSYS 89
00113 #undef TARGET_ELOOP
00114 #define TARGET_ELOOP 90
00115 #undef TARGET_ERESTART
00116 #define TARGET_ERESTART 91
00117 #undef TARGET_ESTRPIPE
00118 #define TARGET_ESTRPIPE 92
00119 #undef TARGET_ENOTEMPTY
00120 #define TARGET_ENOTEMPTY 93
00121 #undef TARGET_EUSERS
00122 #define TARGET_EUSERS 94
00123 #undef TARGET_ENOTSOCK
00124 #define TARGET_ENOTSOCK 95
00125 #undef TARGET_EDESTADDRREQ
00126 #define TARGET_EDESTADDRREQ 96
00127 #undef TARGET_EMSGSIZE
00128 #define TARGET_EMSGSIZE 97
00129 #undef TARGET_EPROTOTYPE
00130 #define TARGET_EPROTOTYPE 98
00131 #undef TARGET_ENOPROTOOPT
00132 #define TARGET_ENOPROTOOPT 99
00133 #undef TARGET_EPROTONOSUPPORT
00134 #define TARGET_EPROTONOSUPPORT 120
00135 #undef TARGET_ESOCKTNOSUPPORT
00136 #define TARGET_ESOCKTNOSUPPORT 121
00137 #undef TARGET_EOPNOTSUPP
00138 #define TARGET_EOPNOTSUPP 122
00139 #undef TARGET_EPFNOSUPPORT
00140 #define TARGET_EPFNOSUPPORT 123
00141 #undef TARGET_EAFNOSUPPORT
00142 #define TARGET_EAFNOSUPPORT 124
00143 #undef TARGET_EADDRINUSE
00144 #define TARGET_EADDRINUSE 125
00145 #undef TARGET_EADDRNOTAVAIL
00146 #define TARGET_EADDRNOTAVAIL 126
00147 #undef TARGET_ENETDOWN
00148 #define TARGET_ENETDOWN 127
00149 #undef TARGET_ENETUNREACH
00150 #define TARGET_ENETUNREACH 128
00151 #undef TARGET_ENETRESET
00152 #define TARGET_ENETRESET 129
00153 #undef TARGET_ECONNABORTED
00154 #define TARGET_ECONNABORTED 130
00155 #undef TARGET_ECONNRESET
00156 #define TARGET_ECONNRESET 131
00157 #undef TARGET_ENOBUFS
00158 #define TARGET_ENOBUFS 132
00159 #undef TARGET_EISCONN
00160 #define TARGET_EISCONN 133
00161 #undef TARGET_ENOTCONN
00162 #define TARGET_ENOTCONN 134
00163 #undef TARGET_EUCLEAN
00164 #define TARGET_EUCLEAN 135
00165 #undef TARGET_ENOTNAM
00166 #define TARGET_ENOTNAM 137
00167 #undef TARGET_ENAVAIL
00168 #define TARGET_ENAVAIL 138
00169 #undef TARGET_EISNAM
00170 #define TARGET_EISNAM 139
00171 #undef TARGET_EREMOTEIO
00172 #define TARGET_EREMOTEIO 140
00173 #undef TARGET_EINIT
00174 #define TARGET_EINIT 141
00175 #undef TARGET_EREMDEV
00176 #define TARGET_EREMDEV 142
00177 #undef TARGET_ESHUTDOWN
00178 #define TARGET_ESHUTDOWN 143
00179 #undef TARGET_ETOOMANYREFS
00180 #define TARGET_ETOOMANYREFS 144
00181 #undef TARGET_ETIMEDOUT
00182 #define TARGET_ETIMEDOUT 145
00183 #undef TARGET_ECONNREFUSED
00184 #define TARGET_ECONNREFUSED 146
00185 #undef TARGET_EHOSTDOWN
00186 #define TARGET_EHOSTDOWN 147
00187 #undef TARGET_EHOSTUNREACH
00188 #define TARGET_EHOSTUNREACH 148
00189 #undef TARGET_EALREADY
00190 #define TARGET_EALREADY 149
00191 #undef TARGET_EINPROGRESS
00192 #define TARGET_EINPROGRESS 150
00193 #undef TARGET_ESTALE
00194 #define TARGET_ESTALE 151
00195 #undef TARGET_ECANCELED
00196 #define TARGET_ECANCELED 158
00197
00198
00199
00200 #undef TARGET_ENOMEDIUM
00201 #define TARGET_ENOMEDIUM 159
00202 #undef TARGET_EMEDIUMTYPE
00203 #define TARGET_EMEDIUMTYPE 160
00204 #undef TARGET_ENOKEY
00205 #define TARGET_ENOKEY 161
00206 #undef TARGET_EKEYEXPIRED
00207 #define TARGET_EKEYEXPIRED 162
00208 #undef TARGET_EKEYREVOKED
00209 #define TARGET_EKEYREVOKED 163
00210 #undef TARGET_EKEYREJECTED
00211 #define TARGET_EKEYREJECTED 164
00212
00213
00214 #undef TARGET_EOWNERDEAD
00215 #define TARGET_EOWNERDEAD 165
00216 #undef TARGET_ENOTRECOVERABLE
00217 #define TARGET_ENOTRECOVERABLE 166
00218
00219
00220
00221 #define UNAME_MACHINE "mips64"