Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h427 bool emulate_regs_need_sync_to_vcpu; member
/arch/x86/kvm/
Dx86.c5440 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in x86_emulate_instruction()
5455 vcpu->arch.emulate_regs_need_sync_to_vcpu = true; in x86_emulate_instruction()
6586 if (vcpu->arch.emulate_regs_need_sync_to_vcpu) { in kvm_arch_vcpu_ioctl_get_regs()
6595 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in kvm_arch_vcpu_ioctl_get_regs()
6625 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in kvm_arch_vcpu_ioctl_set_regs()