pub fn __cpuid(leaf: u32) -> CpuidResultAvailable on x86-64 only.
Expand description
Calls CPUID with the provided leaf value, with sub_leaf set to 0.
See __cpuid_count.
pub fn __cpuid(leaf: u32) -> CpuidResultCalls CPUID with the provided leaf value, with sub_leaf set to 0.
See __cpuid_count.