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

Method get_mpidr

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

Source from the content-addressed store, hash-verified

595 /// Gets the MPIDR register value.
596 #[cfg(target_arch = "aarch64")]
597 pub fn get_mpidr(&self) -> u64 {
598 self.mpidr
599 }
600
601 /// Gets the saved vCPU state.
602 #[cfg(any(target_arch = "aarch64", target_arch = "riscv64"))]

Callers 2

get_mpidrsMethod · 0.80
create_madtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected