Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h476 bool emulate_regs_need_sync_to_vcpu; member
/linux-4.4.14/arch/x86/kvm/
Dx86.c5454 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in x86_emulate_instruction()
5473 vcpu->arch.emulate_regs_need_sync_to_vcpu = true; in x86_emulate_instruction()
6839 if (vcpu->arch.emulate_regs_need_sync_to_vcpu) { in kvm_arch_vcpu_ioctl_get_regs()
6848 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in kvm_arch_vcpu_ioctl_get_regs()
6878 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in kvm_arch_vcpu_ioctl_set_regs()