Available on x86 or x86-64 only.
Expand description
cpuid intrinsics
Structs§
- Cpuid
Result - Result of the
cpuidinstruction.
Functions§
- __cpuid
- Calls CPUID with the provided
leafvalue, withsub_leafset to 0. See__cpuid_count. - __
cpuid_ count - Returns the result of the
cpuidinstruction for a givenleaf(EAX) andsub_leaf(ECX). - __
get_ cpuid_ max - Returns the EAX and EBX register after calling CPUID with the provided
leaf, withsub_leafset to 0.