StuBS
|
CPUID queries information about the processor More...
#include "types.h"
Classes | |
union | CPUID::Reg |
Structure for register values returned by cpuid instruction. More... | |
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