MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / common_cpuid

Method common_cpuid

vmm/src/cpu.rs:1651–1654  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1649
1650 #[cfg(target_arch = "x86_64")]
1651 pub fn common_cpuid(&self) -> Vec<CpuIdEntry> {
1652 assert!(!self.cpuid.is_empty());
1653 self.cpuid.clone()
1654 }
1655
1656 /// Locks the vCPU states and calls [`Self::active_vcpus`].
1657 fn present_vcpus(&self) -> u32 {

Callers 2

init_tdx_if_enabledMethod · 0.80
load_igvmFunction · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected