Skip to main content

cpuid

Function cpuid 

Source
pub fn cpuid(leaf: u32, sub_leaf: u32) -> (u32, u32, u32, u32)
Expand description

Execute CPUID instruction.

rbx is reserved by LLVM, so we save/restore it manually.