Home
last modified time | relevance | path

Searched refs:SVM_EXIT_ERR (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/uapi/asm/
Dsvm.h77 #define SVM_EXIT_ERR -1 macro
/arch/x86/kvm/
Dsvm.c2262 case SVM_EXIT_ERR: { in nested_svm_intercept()
2501 nested_vmcb->control.exit_code = SVM_EXIT_ERR; in nested_svm_vmrun()
2722 svm->vmcb->control.exit_code = SVM_EXIT_ERR; in vmrun_interception()
3553 if (svm->vmcb->control.exit_code == SVM_EXIT_ERR) { in handle_exit()