Searched refs:emulate_regs_need_sync_from_vcpu (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h477 bool emulate_regs_need_sync_from_vcpu; member in struct:kvm_vcpu_arch
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c5062 vcpu->arch.emulate_regs_need_sync_from_vcpu = false; init_emulate_ctxt()
5409 if (vcpu->arch.emulate_regs_need_sync_from_vcpu) { x86_emulate_instruction()
5410 vcpu->arch.emulate_regs_need_sync_from_vcpu = false; x86_emulate_instruction()
6877 vcpu->arch.emulate_regs_need_sync_from_vcpu = true; kvm_arch_vcpu_ioctl_set_regs()

Completed in 135 milliseconds