Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c329 static int skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function
368 (void)skip_emulated_instruction(&svm->vcpu); in svm_queue_exception()
2257 if (!skip_emulated_instruction(&svm->vcpu)) in task_switch_interception()
4251 .skip_emulated_instruction = skip_emulated_instruction,
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c1646 static int skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function
1713 return skip_emulated_instruction(vcpu); in vmx_skip_emulated_instruction()
4961 WARN_ON(!skip_emulated_instruction(vcpu)); in handle_exception_nmi()
5417 WARN_ON(!skip_emulated_instruction(vcpu)); in handle_task_switch()
7785 .skip_emulated_instruction = vmx_skip_emulated_instruction,
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1158 int (*skip_emulated_instruction)(struct kvm_vcpu *vcpu); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c7379 r = kvm_x86_ops.skip_emulated_instruction(vcpu); in kvm_skip_emulated_instruction()