Function x86_64::cpuid::filter_cpuid
source · pub fn filter_cpuid(cpuid: &mut CpuId, ctx: &CpuIdContext)
Expand description
Adjust all the entries in cpuid
based on crosvm’s cpuid logic and ctx
. Calls adjust_cpuid
on each entry in cpuid
, and adds any entries that should exist and are missing from cpuid
.