Rev 2079 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2079 | Rev 2692 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #ifndef KERN_amd64_CPUID_H_ |
35 | #ifndef KERN_amd64_CPUID_H_ |
| 36 | #define KERN_amd64_CPUID_H_ |
36 | #define KERN_amd64_CPUID_H_ |
| 37 | 37 | ||
| 38 | #define AMD_CPUID_EXTENDED 0x80000001 |
38 | #define AMD_CPUID_EXTENDED 0x80000001 |
| 39 | #define AMD_EXT_NOEXECUTE 20 |
39 | #define AMD_EXT_NOEXECUTE 20 |
| - | 40 | #define AMD_EXT_LONG_MODE 29 |
|
| 40 | 41 | ||
| 41 | #define INTEL_CPUID_STANDARD 0x1 |
42 | #define INTEL_CPUID_STANDARD 0x00000001 |
| - | 43 | #define INTEL_CPUID_EXTENDED 0x80000000 |
|
| 42 | #define INTEL_SSE2 26 |
44 | #define INTEL_SSE2 26 |
| 43 | #define INTEL_FXSAVE 24 |
45 | #define INTEL_FXSAVE 24 |
| 44 | 46 | ||
| 45 | #ifndef __ASM__ |
47 | #ifndef __ASM__ |
| 46 | 48 | ||