Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/
Driscv64.rs37 fn snapshot(&self) -> anyhow::Result<VcpuSnapshot> { in snapshot()
51 pub struct VcpuSnapshot { struct
52 pub vcpu_id: usize,
Dx86_64.rs219 fn snapshot(&self) -> anyhow::Result<VcpuSnapshot> { in snapshot()
235 snapshot: &VcpuSnapshot, in restore()
292 pub struct VcpuSnapshot { struct
293 pub vcpu_id: usize,
294 regs: Regs,
295 sregs: Sregs,
296 debug_regs: DebugRegs,
297 xcrs: BTreeMap<u32, u64>,
298 msrs: BTreeMap<u32, u64>,
299 xsave: Xsave,
[all …]
Daarch64.rs162 fn snapshot(&self) -> anyhow::Result<VcpuSnapshot> { in snapshot()
176 pub struct VcpuSnapshot { struct
177 pub vcpu_id: usize,
/external/crosvm/devices/tests/irqchip/
Duserspace.rs782 fn snapshot(&self) -> anyhow::Result<VcpuSnapshot> { in snapshot()
787 _snapshot: &VcpuSnapshot, in restore()