Home
last modified time | relevance | path

Searched refs:update_emulated_instruction (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dkvm-x86-ops.h66 KVM_X86_OP_OPTIONAL(update_emulated_instruction)
Dkvm_host.h1629 void (*update_emulated_instruction)(struct kvm_vcpu *vcpu); member
/arch/x86/kvm/svm/
Dsvm.c4988 .update_emulated_instruction = NULL,
/arch/x86/kvm/vmx/
Dvmx.c8309 .update_emulated_instruction = vmx_update_emulated_instruction,