Home
last modified time | relevance | path

Searched defs:VcpuSnapshot (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/hypervisor/src/
Daarch64.rs149 fn snapshot(&self) -> anyhow::Result<VcpuSnapshot> { in snapshot()
163 pub struct VcpuSnapshot { struct
164 pub vcpu_id: usize,
Dx86_64.rs141 fn snapshot(&self) -> anyhow::Result<VcpuSnapshot> { in snapshot()
171 pub struct VcpuSnapshot { struct
172 pub vcpu_id: usize,
173 regs: Regs,
174 sregs: Sregs,
175 debug_regs: DebugRegs,
176 xcrs: Vec<Register>,
177 msrs: Vec<Register>,
178 xsave: Xsave,
179 vcpu_events: VcpuEvents,
[all …]