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

Method create_vcpu_init

hypervisor/src/kvm/mod.rs:2671–2673  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2669 ///
2670 #[cfg(target_arch = "aarch64")]
2671 fn create_vcpu_init(&self) -> crate::VcpuInit {
2672 kvm_bindings::kvm_vcpu_init::default().into()
2673 }
2674
2675 #[cfg(target_arch = "aarch64")]
2676 fn vcpu_init(&self, kvi: &crate::VcpuInit) -> cpu::Result<()> {

Callers 5

initMethod · 0.45
test_setup_regsFunction · 0.45
test_read_mpidrFunction · 0.45
test_get_set_mpstateFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_setup_regsFunction · 0.36
test_read_mpidrFunction · 0.36
test_get_set_mpstateFunction · 0.36