Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dkvm-x86-ops.h58 KVM_X86_OP_NULL(skip_emulated_instruction)
Dkvm_host.h1367 int (*skip_emulated_instruction)(struct kvm_vcpu *vcpu); member
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c343 static int skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function
391 (void)skip_emulated_instruction(vcpu); in svm_queue_exception()
2391 if (!skip_emulated_instruction(vcpu)) in task_switch_interception()
4573 .skip_emulated_instruction = skip_emulated_instruction,
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c1490 static int skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function
1584 return skip_emulated_instruction(vcpu); in vmx_skip_emulated_instruction()
4837 WARN_ON(!skip_emulated_instruction(vcpu)); in handle_exception_nmi()
5261 WARN_ON(!skip_emulated_instruction(vcpu)); in handle_task_switch()
7617 .skip_emulated_instruction = vmx_skip_emulated_instruction,