pub fn cpuid(leaf: u32, subleaf: u32) -> Option<CpuidResult>
Expand description
Executes the CPUID instruction for the given leaf and subleaf.
This method will return None
if the leaf is not supported.
pub fn cpuid(leaf: u32, subleaf: u32) -> Option<CpuidResult>
Executes the CPUID instruction for the given leaf and subleaf.
This method will return None
if the leaf is not supported.