Searched refs:update_emulated_instruction (Results 1 – 5 of 5) sorted by relevance
59 KVM_X86_OP_NULL(update_emulated_instruction)
1368 void (*update_emulated_instruction)(struct kvm_vcpu *vcpu); member
4574 .update_emulated_instruction = NULL,
7618 .update_emulated_instruction = vmx_update_emulated_instruction,
7986 if (kvm_x86_ops.update_emulated_instruction) in x86_emulate_instruction()