Skip to main content

Module cpuid

Module cpuid 

Source
Available on x86 or x86-64 only.
Expand description

cpuid intrinsics

Structs§

CpuidResult
Result of the cpuid instruction.

Functions§

__cpuid
Calls CPUID with the provided leaf value, with sub_leaf set to 0. See __cpuid_count.
__cpuid_count
Returns the result of the cpuid instruction for a given leaf (EAX) and sub_leaf (ECX).
__get_cpuid_max
Returns the EAX and EBX register after calling CPUID with the provided leaf, with sub_leaf set to 0.