(&self)
| 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"))] |
no outgoing calls
no test coverage detected