Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/include/asm/
Dkvm_host.h907 bool emulate_regs_need_sync_to_vcpu; member
/linux-6.14.4/arch/x86/kvm/
Dx86.c9267 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in x86_emulate_instruction()
9295 vcpu->arch.emulate_regs_need_sync_to_vcpu = true; in x86_emulate_instruction()
11600 if (vcpu->arch.emulate_regs_need_sync_to_vcpu) { in __get_regs()
11609 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in __get_regs()
11649 vcpu->arch.emulate_regs_need_sync_to_vcpu = false; in __set_regs()