Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dkvm-x86-ops.h63 KVM_X86_OP_OPTIONAL(update_emulated_instruction)
Dkvm_host.h1470 void (*update_emulated_instruction)(struct kvm_vcpu *vcpu); member
/linux-5.19.10/arch/x86/kvm/svm/
Dsvm.c4670 .update_emulated_instruction = NULL,
/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.c7857 .update_emulated_instruction = vmx_update_emulated_instruction,