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

/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.c9298 vcpu->arch.emulate_regs_need_sync_to_vcpu = false;
9326 vcpu->arch.emulate_regs_need_sync_to_vcpu = true;
11503 if (vcpu->arch.emulate_regs_need_sync_to_vcpu) {
11512 vcpu->arch.emulate_regs_need_sync_to_vcpu = false;
11552 vcpu->arch.emulate_regs_need_sync_to_vcpu = false;

Completed in 216 milliseconds