Function topology_cpuid

Source
pub fn topology_cpuid<'a>(
    topology: &'a ProcessorTopology,
    cpuid: CpuidFn<'a>,
    leaves: &mut Vec<CpuidLeaf>,
) -> Result<(), UnknownVendor>
Expand description

Adds appropriately masked leaves for reporting processor topology.

This includes some bits of leaves 01h and 04h, plus all of leaves 0Bh and 1Fh