Lines Matching defs:handled
1340 int error __diagused, errcode_valid, handled, idtvec, reflect;
1348 handled = 0;
1360 * #VMEXIT(INVALID) needs to be handled early because the VMCB is
1386 handled = 1;
1390 handled = 1;
1394 handled = 1;
1397 handled = 1;
1472 * handled outside of svm.c due to the
1534 handled = 1;
1552 handled = 1;
1564 handled = 1;
1572 handled = svm_handle_io(vcpu, vmexit);
1577 handled = x86_emulate_cpuid(vcpu->vcpu,
1633 handled = 1;
1650 handled = 1;
1665 handled = 1;
1670 handled = 1;
1678 handled ? "handled" : "unhandled", exit_reason_to_str(code),
1681 if (handled) {
1699 return (handled);
2116 int handled;
2246 handled = svm_vmexit(svm_sc, vcpu, vmexit);
2247 } while (handled);