Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dsvm_tests.c56 return vmcb->control.exit_code == SVM_EXIT_ERR; in check_no_vmrun_int()
793 return vmcb->control.exit_code == SVM_EXIT_ERR; in check_asid_zero()
1569 if (vmcb->control.exit_code != SVM_EXIT_ERR) { in vnmi_finished()
1652 if (vmcb->control.exit_code != SVM_EXIT_ERR) { in exc_inject_finished()
2238 report(svm_vmrun() == SVM_EXIT_ERR, "Test %s %d:%d: %lx", \
2282 report (svm_vmrun() == SVM_EXIT_ERR, "EFER.SVME: %lx", efer); in test_efer()
2309 report(svm_vmrun() == SVM_EXIT_ERR, "EFER.LME=1 (%lx), " in test_efer()
2322 report(svm_vmrun() == SVM_EXIT_ERR, "EFER.LME=1 (%lx), " in test_efer()
2336 report(svm_vmrun() == SVM_EXIT_ERR, "EFER.LME=1 (%lx), " in test_efer()
2370 report (svm_vmrun() == SVM_EXIT_ERR, "Test CR0 CD=0,NW=1: %lx", in test_cr0()
[all …]
H A Dsvm.h357 #define SVM_EXIT_ERR -1 macro