Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dkvm-x86-ops.h66 KVM_X86_OP_OPTIONAL(update_emulated_instruction)
Dkvm_host.h1628 void (*update_emulated_instruction)(struct kvm_vcpu *vcpu); member
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.c4968 .update_emulated_instruction = NULL,
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c8270 .update_emulated_instruction = vmx_update_emulated_instruction,