Home
last modified time | relevance | path

Searched refs:vmx_update_emulated_instruction (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c81 .update_emulated_instruction = vmx_update_emulated_instruction,
H A Dx86_ops.h32 void vmx_update_emulated_instruction(struct kvm_vcpu *vcpu);
H A Dvmx.c1783 void vmx_update_emulated_instruction(struct kvm_vcpu *vcpu) in vmx_update_emulated_instruction() function
1816 vmx_update_emulated_instruction(vcpu); in vmx_skip_emulated_instruction()