Include dependency graph for cpuid.h:

Go to the source code of this file.
Data Structures | |
| struct | cpu_info |
Defines | |
| #define | AMD_CPUID_EXTENDED 0x80000001 |
| #define | AMD_EXT_NOEXECUTE 20 |
| #define | INTEL_CPUID_STANDARD 0x1 |
| #define | INTEL_SSE2 26 |
| #define | INTEL_FXSAVE 24 |
Functions | |
| int | has_cpuid (void) |
| void | cpuid (__u32 cmd, cpu_info_t *info) |
| __u64 | rdtsc (void) |
Variables | |
| cpu_info | packed |
Definition in file cpuid.h.
1.4.6