Searched refs:update_emulated_instruction (Results 1 – 4 of 4) sorted by relevance
1154 void (*update_emulated_instruction)(struct kvm_vcpu *vcpu); member
4240 .update_emulated_instruction = NULL,
7437 if (kvm_x86_ops.update_emulated_instruction) in x86_emulate_instruction()7438 kvm_x86_ops.update_emulated_instruction(vcpu); in x86_emulate_instruction()
7639 .update_emulated_instruction = vmx_update_emulated_instruction,