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

Method nmi

vmm/src/cpu.rs:2247–2253  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2245 }
2246
2247 pub(crate) fn nmi(&mut self) -> Result<()> {
2248 self.vcpus_kick_signalled.store(true, Ordering::SeqCst);
2249 self.signal_vcpus()?;
2250 self.vcpus_kick_signalled.store(false, Ordering::SeqCst);
2251
2252 Ok(())
2253 }
2254}
2255
2256struct Cpu {

Callers 1

start_vcpuMethod · 0.45

Calls 1

signal_vcpusMethod · 0.80

Tested by

no test coverage detected