Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dkvm-x86-ops.h59 KVM_X86_OP_NULL(update_emulated_instruction)
Dkvm_host.h1368 void (*update_emulated_instruction)(struct kvm_vcpu *vcpu); member
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c4574 .update_emulated_instruction = NULL,
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c7618 .update_emulated_instruction = vmx_update_emulated_instruction,
/Linux-v5.15/arch/x86/kvm/
Dx86.c7986 if (kvm_x86_ops.update_emulated_instruction) in x86_emulate_instruction()