Go to the source code of this file.
|
| X86ISA |
| This is exposed globally, independent of the ISA.
|
|
|
enum | X86ISA::StandardCpuidFunction {
X86ISA::VendorAndLargestStdFunc,
X86ISA::FamilyModelStepping,
X86ISA::CacheAndTLB,
X86ISA::SerialNumber,
X86ISA::CacheParams,
X86ISA::MonitorMwait,
X86ISA::ThermalPowerMgmt,
X86ISA::ExtendedFeatures,
X86ISA::NumStandardCpuidFuncs
} |
|
enum | X86ISA::ExtendedCpuidFunctions {
X86ISA::VendorAndLargestExtFunc,
X86ISA::FamilyModelSteppingBrandFeatures,
X86ISA::NameString1,
X86ISA::NameString2,
X86ISA::NameString3,
X86ISA::L1CacheAndTLB,
X86ISA::L2L3CacheAndL2TLB,
X86ISA::APMInfo,
X86ISA::LongModeAddressSize,
X86ISA::NumExtendedCpuidFuncs
} |
|