Lines Matching refs:handled

1253 	int handled;  in vmx_handle_cpuid()  local
1255 handled = x86_emulate_cpuid(vcpu->vcpu, (uint64_t *)&vmxctx->guest_rax, in vmx_handle_cpuid()
1258 return (handled); in vmx_handle_cpuid()
1269 int handled) in vmx_exit_trace() argument
1272 handled ? "handled" : "unhandled", in vmx_exit_trace()
2180 int error, handled, offset; in vmx_handle_apic_write() local
2184 handled = HANDLED; in vmx_handle_apic_write()
2225 handled = UNHANDLED; in vmx_handle_apic_write()
2238 handled = UNHANDLED; in vmx_handle_apic_write()
2241 return (handled); in vmx_handle_apic_write()
2384 int error, errcode, errcode_valid, handled, in; in vmx_exit_process() local
2400 handled = UNHANDLED; in vmx_exit_process()
2525 handled = vmx_emulate_cr0_access(vcpu, qual); in vmx_exit_process()
2528 handled = vmx_emulate_cr4_access(vcpu, qual); in vmx_exit_process()
2531 handled = vmx_emulate_cr8_access(vmx, vcpu, qual); in vmx_exit_process()
2546 handled = HANDLED; in vmx_exit_process()
2570 handled = HANDLED; in vmx_exit_process()
2671 handled = vmx_handle_cpuid(vcpu, vmxctx); in vmx_exit_process()
2797 handled = vmx_handle_apic_access(vcpu, vmexit); in vmx_exit_process()
2808 handled = vmx_handle_apic_write(vcpu, vlapic, qual); in vmx_exit_process()
2812 handled = vmx_emulate_xsetbv(vmx, vcpu, vmexit); in vmx_exit_process()
2826 handled = HANDLED; in vmx_exit_process()
2844 handled = HANDLED; in vmx_exit_process()
2853 if (handled) { in vmx_exit_process()
2886 vmx, vcpuid, vmexit, handled); in vmx_exit_process()
2887 return (handled); in vmx_exit_process()
3040 int rc, handled, launched; in vmx_run() local
3082 handled = UNHANDLED; in vmx_run()
3131 handled = HANDLED; in vmx_run()
3215 handled = vmx_exit_process(vmx, vcpu, vmexit); in vmx_run()
3221 vmx_exit_trace(vcpu, rip, exit_reason, handled); in vmx_run()
3223 } while (handled); in vmx_run()
3229 if ((handled && vmexit->exitcode != VM_EXITCODE_BOGUS) || in vmx_run()
3230 (!handled && vmexit->exitcode == VM_EXITCODE_BOGUS)) { in vmx_run()
3232 handled, vmexit->exitcode); in vmx_run()