Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h428 bool emulate_regs_need_sync_from_vcpu; member
/arch/x86/kvm/
Dx86.c5071 vcpu->arch.emulate_regs_need_sync_from_vcpu = false; in init_emulate_ctxt()
5395 if (vcpu->arch.emulate_regs_need_sync_from_vcpu) { in x86_emulate_instruction()
5396 vcpu->arch.emulate_regs_need_sync_from_vcpu = false; in x86_emulate_instruction()
6624 vcpu->arch.emulate_regs_need_sync_from_vcpu = true; in kvm_arch_vcpu_ioctl_set_regs()