Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h925 bool emulate_regs_need_sync_to_vcpu; member
/linux/arch/x86/kvm/
H A Dx86.c9192 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in x86_emulate_instruction()
9220 vcpu->arch.emulate_regs_need_sync_to_vcpu = true; in x86_emulate_instruction()
11580 if (vcpu->arch.emulate_regs_need_sync_to_vcpu) { in __get_regs()
11589 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in __get_regs()
11629 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in __set_regs()