Module cpuid
cpuid intrinsics
Structs
-
CpuidResult
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.