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