Function __cpuid
pub fn __cpuid(leaf: u32) -> CpuidResult
Calls CPUID with the provided leaf value, with sub_leaf set to 0.
See __cpuid_count.
__cpuidpub fn __cpuid(leaf: u32) -> CpuidResult
Calls CPUID with the provided leaf value, with sub_leaf set to 0.
See __cpuid_count.