Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h858 bool emulate_regs_need_sync_to_vcpu; member
/openbmc/linux/arch/x86/kvm/
H A Dx86.c9043 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in x86_emulate_instruction()
9071 vcpu->arch.emulate_regs_need_sync_to_vcpu = true; in x86_emulate_instruction()
11233 if (vcpu->arch.emulate_regs_need_sync_to_vcpu) { in __get_regs()
11242 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in __get_regs()
11278 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in __set_regs()