__cpuid

Function __cpuid 

1.27.0 ยท Source
pub fn __cpuid(leaf: u32) -> CpuidResult
Available on x86-64 only.
Expand description

Calls CPUID with the provided leaf value, with sub_leaf set to 0. See __cpuid_count.