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

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h885 bool emulate_regs_need_sync_to_vcpu; member in struct:kvm_vcpu_arch
/linux-master/arch/x86/kvm/
H A Dx86.c9273 vcpu->arch.emulate_regs_need_sync_to_vcpu = false;
9301 vcpu->arch.emulate_regs_need_sync_to_vcpu = true;
11453 if (vcpu->arch.emulate_regs_need_sync_to_vcpu) {
11462 vcpu->arch.emulate_regs_need_sync_to_vcpu = false;
11498 vcpu->arch.emulate_regs_need_sync_to_vcpu = false;

Completed in 335 milliseconds