Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1154 void (*update_emulated_instruction)(struct kvm_vcpu *vcpu); member
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c4240 .update_emulated_instruction = NULL,
/Linux-v5.10/arch/x86/kvm/
Dx86.c7437 if (kvm_x86_ops.update_emulated_instruction) in x86_emulate_instruction()
7438 kvm_x86_ops.update_emulated_instruction(vcpu); in x86_emulate_instruction()
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c7639 .update_emulated_instruction = vmx_update_emulated_instruction,