Searched refs:VM_EXITCODE_BOGUS (Results 1 – 4 of 4) sorted by relevance
2348 vmexit->exitcode = VM_EXITCODE_BOGUS; in vmx_exit_process()2489 KASSERT(vmexit->exitcode != VM_EXITCODE_BOGUS, in vmx_exit_process()2513 KASSERT(vmexit->exitcode != VM_EXITCODE_BOGUS, in vmx_exit_process()2801 if (vmexit->exitcode == VM_EXITCODE_BOGUS) { in vmx_exit_process()3163 if ((handled && vmexit->exitcode != VM_EXITCODE_BOGUS) || in vmx_run()3164 (!handled && vmexit->exitcode == VM_EXITCODE_BOGUS)) { in vmx_run()
1344 vmexit->exitcode = VM_EXITCODE_BOGUS; in svm_vmexit()1478 KASSERT(vmexit->exitcode != VM_EXITCODE_BOGUS, in svm_vmexit()1490 KASSERT(vmexit->exitcode != VM_EXITCODE_BOGUS, in svm_vmexit()1569 if (vmexit->exitcode == VM_EXITCODE_BOGUS) { in svm_vmexit()
610 VM_EXITCODE_BOGUS, enumerator
1696 vmexit->exitcode = VM_EXITCODE_BOGUS; in vm_exit_astpending()