Searched refs:VcpuContextFrame (Results 1 – 2 of 2) sorted by relevance
1 use crate::arch::kvm::vmx::vcpu::VcpuContextFrame;171 let mut kvm_regs = VcpuContextFrame::default(); in ioctl()176 core::mem::size_of::<VcpuContextFrame>(), in ioctl()
63 pub struct VcpuContextFrame { struct81 pub vcpu_ctx: VcpuContextFrame, // 保存vcpu切换时的上下文,如通用寄存器等 argument159 vcpu_ctx: VcpuContextFrame { in new()410 pub fn set_regs(&mut self, regs: VcpuContextFrame) -> Result<(), SystemError> { in set_regs()