Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h405 bool emulate_regs_need_sync_from_vcpu; member
/linux-3.4.99/arch/x86/kvm/
Dx86.c4405 vcpu->arch.emulate_regs_need_sync_from_vcpu = false; in init_emulate_ctxt()
4570 if (vcpu->arch.emulate_regs_need_sync_from_vcpu) { in x86_emulate_instruction()
4571 vcpu->arch.emulate_regs_need_sync_from_vcpu = false; in x86_emulate_instruction()
5535 vcpu->arch.emulate_regs_need_sync_from_vcpu = true; in kvm_arch_vcpu_ioctl_set_regs()