1 | /* |
2 | * Copyright (C) 2007-2017 Free Software Foundation, Inc. |
3 | * |
4 | * This file is free software; you can redistribute it and/or modify it |
5 | * under the terms of the GNU General Public License as published by the |
6 | * Free Software Foundation; either version 3, or (at your option) any |
7 | * later version. |
8 | * |
9 | * This file is distributed in the hope that it will be useful, but |
10 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
12 | * General Public License for more details. |
13 | * |
14 | * Under Section 7 of GPL version 3, you are granted additional |
15 | * permissions described in the GCC Runtime Library Exception, version |
16 | * 3.1, as published by the Free Software Foundation. |
17 | * |
18 | * You should have received a copy of the GNU General Public License and |
19 | * a copy of the GCC Runtime Library Exception along with this program; |
20 | * see the files COPYING3 and COPYING.RUNTIME respectively. If not, see |
21 | * <http://www.gnu.org/licenses/>. |
22 | */ |
23 | |
24 | /* %ecx */ |
25 | #define bit_SSE3 (1 << 0) |
26 | #define bit_PCLMUL (1 << 1) |
27 | #define bit_LZCNT (1 << 5) |
28 | #define bit_SSSE3 (1 << 9) |
29 | #define bit_FMA (1 << 12) |
30 | #define bit_CMPXCHG16B (1 << 13) |
31 | #define bit_SSE4_1 (1 << 19) |
32 | #define bit_SSE4_2 (1 << 20) |
33 | #define bit_MOVBE (1 << 22) |
34 | #define bit_POPCNT (1 << 23) |
35 | #define bit_AES (1 << 25) |
36 | #define bit_XSAVE (1 << 26) |
37 | #define bit_OSXSAVE (1 << 27) |
38 | #define bit_AVX (1 << 28) |
39 | #define bit_F16C (1 << 29) |
40 | #define bit_RDRND (1 << 30) |
41 | |
42 | /* %edx */ |
43 | #define bit_CMPXCHG8B (1 << 8) |
44 | #define bit_CMOV (1 << 15) |
45 | #define bit_MMX (1 << 23) |
46 | #define bit_FXSAVE (1 << 24) |
47 | #define bit_SSE (1 << 25) |
48 | #define bit_SSE2 (1 << 26) |
49 | |
50 | /* Extended Features (%eax == 0x80000001) */ |
51 | /* %ecx */ |
52 | #define bit_LAHF_LM (1 << 0) |
53 | #define bit_ABM (1 << 5) |
54 | #define bit_SSE4a (1 << 6) |
55 | #define bit_PRFCHW (1 << 8) |
56 | #define bit_XOP (1 << 11) |
57 | #define bit_LWP (1 << 15) |
58 | #define bit_FMA4 (1 << 16) |
59 | #define bit_TBM (1 << 21) |
60 | #define bit_MWAITX (1 << 29) |
61 | |
62 | /* %edx */ |
63 | #define bit_MMXEXT (1 << 22) |
64 | #define bit_LM (1 << 29) |
65 | #define bit_3DNOWP (1 << 30) |
66 | #define bit_3DNOW (1u << 31) |
67 | |
68 | /* %ebx */ |
69 | #define bit_CLZERO (1 << 0) |
70 | |
71 | /* Extended Features (%eax == 7) */ |
72 | /* %ebx */ |
73 | #define bit_FSGSBASE (1 << 0) |
74 | #define bit_SGX (1 << 2) |
75 | #define bit_BMI (1 << 3) |
76 | #define bit_HLE (1 << 4) |
77 | #define bit_AVX2 (1 << 5) |
78 | #define bit_BMI2 (1 << 8) |
79 | #define bit_RTM (1 << 11) |
80 | #define bit_MPX (1 << 14) |
81 | #define bit_AVX512F (1 << 16) |
82 | #define bit_AVX512DQ (1 << 17) |
83 | #define bit_RDSEED (1 << 18) |
84 | #define bit_ADX (1 << 19) |
85 | #define bit_AVX512IFMA (1 << 21) |
86 | #define bit_CLFLUSHOPT (1 << 23) |
87 | #define bit_CLWB (1 << 24) |
88 | #define bit_AVX512PF (1 << 26) |
89 | #define bit_AVX512ER (1 << 27) |
90 | #define bit_AVX512CD (1 << 28) |
91 | #define bit_SHA (1 << 29) |
92 | #define bit_AVX512BW (1 << 30) |
93 | #define bit_AVX512VL (1u << 31) |
94 | |
95 | /* %ecx */ |
96 | #define bit_PREFETCHWT1 (1 << 0) |
97 | #define bit_AVX512VBMI (1 << 1) |
98 | #define bit_PKU (1 << 3) |
99 | #define bit_OSPKE (1 << 4) |
100 | #define bit_AVX512VBMI2 (1 << 6) |
101 | #define bit_SHSTK (1 << 7) |
102 | #define bit_GFNI (1 << 8) |
103 | #define bit_VAES (1 << 9) |
104 | #define bit_AVX512VNNI (1 << 11) |
105 | #define bit_AVX512VPOPCNTDQ (1 << 14) |
106 | #define bit_RDPID (1 << 22) |
107 | |
108 | /* %edx */ |
109 | #define bit_AVX5124VNNIW (1 << 2) |
110 | #define bit_AVX5124FMAPS (1 << 3) |
111 | #define bit_IBT (1 << 20) |
112 | |
113 | /* XFEATURE_ENABLED_MASK register bits (%eax == 13, %ecx == 0) */ |
114 | #define bit_BNDREGS (1 << 3) |
115 | #define bit_BNDCSR (1 << 4) |
116 | |
117 | /* Extended State Enumeration Sub-leaf (%eax == 13, %ecx == 1) */ |
118 | #define bit_XSAVEOPT (1 << 0) |
119 | #define bit_XSAVEC (1 << 1) |
120 | #define bit_XSAVES (1 << 3) |
121 | |
122 | /* Signatures for different CPU implementations as returned in uses |
123 | of cpuid with level 0. */ |
124 | #define signature_AMD_ebx 0x68747541 |
125 | #define signature_AMD_ecx 0x444d4163 |
126 | #define signature_AMD_edx 0x69746e65 |
127 | |
128 | #define signature_CENTAUR_ebx 0x746e6543 |
129 | #define signature_CENTAUR_ecx 0x736c7561 |
130 | #define signature_CENTAUR_edx 0x48727561 |
131 | |
132 | #define signature_CYRIX_ebx 0x69727943 |
133 | #define signature_CYRIX_ecx 0x64616574 |
134 | #define signature_CYRIX_edx 0x736e4978 |
135 | |
136 | #define signature_INTEL_ebx 0x756e6547 |
137 | #define signature_INTEL_ecx 0x6c65746e |
138 | #define signature_INTEL_edx 0x49656e69 |
139 | |
140 | #define signature_TM1_ebx 0x6e617254 |
141 | #define signature_TM1_ecx 0x55504361 |
142 | #define signature_TM1_edx 0x74656d73 |
143 | |
144 | #define signature_TM2_ebx 0x756e6547 |
145 | #define signature_TM2_ecx 0x3638784d |
146 | #define signature_TM2_edx 0x54656e69 |
147 | |
148 | #define signature_NSC_ebx 0x646f6547 |
149 | #define signature_NSC_ecx 0x43534e20 |
150 | #define signature_NSC_edx 0x79622065 |
151 | |
152 | #define signature_NEXGEN_ebx 0x4778654e |
153 | #define signature_NEXGEN_ecx 0x6e657669 |
154 | #define signature_NEXGEN_edx 0x72446e65 |
155 | |
156 | #define signature_RISE_ebx 0x65736952 |
157 | #define signature_RISE_ecx 0x65736952 |
158 | #define signature_RISE_edx 0x65736952 |
159 | |
160 | #define signature_SIS_ebx 0x20536953 |
161 | #define signature_SIS_ecx 0x20536953 |
162 | #define signature_SIS_edx 0x20536953 |
163 | |
164 | #define signature_UMC_ebx 0x20434d55 |
165 | #define signature_UMC_ecx 0x20434d55 |
166 | #define signature_UMC_edx 0x20434d55 |
167 | |
168 | #define signature_VIA_ebx 0x20414956 |
169 | #define signature_VIA_ecx 0x20414956 |
170 | #define signature_VIA_edx 0x20414956 |
171 | |
172 | #define signature_VORTEX_ebx 0x74726f56 |
173 | #define signature_VORTEX_ecx 0x436f5320 |
174 | #define signature_VORTEX_edx 0x36387865 |
175 | |
176 | #define __cpuid(level, a, b, c, d) \ |
177 | __asm__ ("cpuid\n\t" \ |
178 | : "=a" (a), "=b" (b), "=c" (c), "=d" (d) \ |
179 | : "0" (level)) |
180 | |
181 | #define __cpuid_count(level, count, a, b, c, d) \ |
182 | __asm__ ("cpuid\n\t" \ |
183 | : "=a" (a), "=b" (b), "=c" (c), "=d" (d) \ |
184 | : "0" (level), "2" (count)) |
185 | |
186 | |
187 | /* Return highest supported input value for cpuid instruction. ext can |
188 | be either 0x0 or 0x80000000 to return highest supported value for |
189 | basic or extended cpuid information. Function returns 0 if cpuid |
190 | is not supported or whatever cpuid returns in eax register. If sig |
191 | pointer is non-null, then first four bytes of the signature |
192 | (as found in ebx register) are returned in location pointed by sig. */ |
193 | |
194 | static __inline unsigned int |
195 | __get_cpuid_max (unsigned int __ext, unsigned int *__sig) |
196 | { |
197 | unsigned int __eax, __ebx, __ecx, __edx; |
198 | |
199 | #ifndef __x86_64__ |
200 | /* See if we can use cpuid. On AMD64 we always can. */ |
201 | #if __GNUC__ >= 3 |
202 | __asm__ ("pushf{l|d}\n\t" |
203 | "pushf{l|d}\n\t" |
204 | "pop{l}\t%0\n\t" |
205 | "mov{l}\t{%0, %1|%1, %0}\n\t" |
206 | "xor{l}\t{%2, %0|%0, %2}\n\t" |
207 | "push{l}\t%0\n\t" |
208 | "popf{l|d}\n\t" |
209 | "pushf{l|d}\n\t" |
210 | "pop{l}\t%0\n\t" |
211 | "popf{l|d}\n\t" |
212 | : "=&r" (__eax), "=&r" (__ebx) |
213 | : "i" (0x00200000)); |
214 | #else |
215 | /* Host GCCs older than 3.0 weren't supporting Intel asm syntax |
216 | nor alternatives in i386 code. */ |
217 | __asm__ ("pushfl\n\t" |
218 | "pushfl\n\t" |
219 | "popl\t%0\n\t" |
220 | "movl\t%0, %1\n\t" |
221 | "xorl\t%2, %0\n\t" |
222 | "pushl\t%0\n\t" |
223 | "popfl\n\t" |
224 | "pushfl\n\t" |
225 | "popl\t%0\n\t" |
226 | "popfl\n\t" |
227 | : "=&r" (__eax), "=&r" (__ebx) |
228 | : "i" (0x00200000)); |
229 | #endif |
230 | |
231 | if (!((__eax ^ __ebx) & 0x00200000)) |
232 | return 0; |
233 | #endif |
234 | |
235 | /* Host supports cpuid. Return highest supported cpuid input value. */ |
236 | __cpuid (__ext, __eax, __ebx, __ecx, __edx); |
237 | |
238 | if (__sig) |
239 | *__sig = __ebx; |
240 | |
241 | return __eax; |
242 | } |
243 | |
244 | /* Return cpuid data for requested cpuid leaf, as found in returned |
245 | eax, ebx, ecx and edx registers. The function checks if cpuid is |
246 | supported and returns 1 for valid cpuid information or 0 for |
247 | unsupported cpuid leaf. All pointers are required to be non-null. */ |
248 | |
249 | static __inline int |
250 | __get_cpuid (unsigned int __leaf, |
251 | unsigned int *__eax, unsigned int *__ebx, |
252 | unsigned int *__ecx, unsigned int *__edx) |
253 | { |
254 | unsigned int __ext = __leaf & 0x80000000; |
255 | unsigned int __maxlevel = __get_cpuid_max (__ext, 0); |
256 | |
257 | if (__maxlevel == 0 || __maxlevel < __leaf) |
258 | return 0; |
259 | |
260 | __cpuid (__leaf, *__eax, *__ebx, *__ecx, *__edx); |
261 | return 1; |
262 | } |
263 | |
264 | /* Same as above, but sub-leaf can be specified. */ |
265 | |
266 | static __inline int |
267 | __get_cpuid_count (unsigned int __leaf, unsigned int __subleaf, |
268 | unsigned int *__eax, unsigned int *__ebx, |
269 | unsigned int *__ecx, unsigned int *__edx) |
270 | { |
271 | unsigned int __ext = __leaf & 0x80000000; |
272 | unsigned int __maxlevel = __get_cpuid_max (__ext, 0); |
273 | |
274 | if (__maxlevel == 0 || __maxlevel < __leaf) |
275 | return 0; |
276 | |
277 | __cpuid_count (__leaf, __subleaf, *__eax, *__ebx, *__ecx, *__edx); |
278 | return 1; |
279 | } |
280 | |