Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h438 bool emulate_regs_need_sync_to_vcpu; member
/linux-4.1.27/arch/x86/kvm/
Dx86.c5478 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in x86_emulate_instruction()
5495 vcpu->arch.emulate_regs_need_sync_to_vcpu = true; in x86_emulate_instruction()
6650 if (vcpu->arch.emulate_regs_need_sync_to_vcpu) { in kvm_arch_vcpu_ioctl_get_regs()
6659 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in kvm_arch_vcpu_ioctl_get_regs()
6689 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in kvm_arch_vcpu_ioctl_set_regs()