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.h888 bool emulate_regs_need_sync_to_vcpu; member in struct:kvm_vcpu_arch
/linux-master/arch/x86/kvm/
H A Dx86.c9289 vcpu->arch.emulate_regs_need_sync_to_vcpu = false;
9317 vcpu->arch.emulate_regs_need_sync_to_vcpu = true;
11494 if (vcpu->arch.emulate_regs_need_sync_to_vcpu) {
11503 vcpu->arch.emulate_regs_need_sync_to_vcpu = false;
11543 vcpu->arch.emulate_regs_need_sync_to_vcpu = false;

Completed in 288 milliseconds