C++ Crashkurs
cpuid.h File Reference
CPUID queries information about the processor More...
#include "types.h"
Include dependency graph for cpuid.h:Classes | |
| union | CPUID::Reg |
Structure for register values returned by cpuid instruction. More... | |
Structs | |
| struct | CPUID::Reg.__unnamed__ |
Namespaces | |
| CPUID | |
| Query information about the processor. | |
Functions | |
| Reg | CPUID::get (Function eax) |
| Get CPU identification and feature information. More... | |
| bool | CPUID::has (enum FeatureECX feature) |
| Check if feature is provided by this system. More... | |
| bool | CPUID::has (enum FeatureEDX feature) |
| Check if feature is provided by this system. More... | |
| bool | CPUID::has (enum ExtendedFeatureEDX feature) |
| Check if feature is provided by this system. More... | |
Detailed Description
CPUID queries information about the processor
Class Documentation
| union CPUID::Reg |
Structure for register values returned by cpuid instruction.
| Class Members | ||
|---|---|---|
| struct Reg | __unnamed__ | |
| char | value[16] | |