Lines Matching full:failed
317 if (FAILED(hr)) { in whpx_set_xcrs()
318 error_report("WHPX: Failed to set register xcr0, hr=%08lx", hr); in whpx_set_xcrs()
342 if (FAILED(hr)) { in whpx_set_tsc()
343 warn_report("WHPX: Failed to suspend partition, hr=%08lx", hr); in whpx_set_tsc()
350 if (FAILED(hr)) { in whpx_set_tsc()
351 error_report("WHPX: Failed to set TSC, hr=%08lx", hr); in whpx_set_tsc()
548 if (FAILED(hr)) { in whpx_set_registers()
549 error_report("WHPX: Failed to set virtual processor context, hr=%08lx", in whpx_set_registers()
563 if (FAILED(hr)) { in whpx_get_tsc()
564 error_report("WHPX: Failed to get TSC, hr=%08lx", hr); in whpx_get_tsc()
587 if (FAILED(hr)) { in whpx_get_xcrs()
588 error_report("WHPX: Failed to get register xcr0, hr=%08lx", hr); in whpx_get_xcrs()
620 if (FAILED(hr)) { in whpx_get_registers()
621 error_report("WHPX: Failed to get virtual processor context, hr=%08lx", in whpx_get_registers()
808 if (FAILED(hr)) { in whpx_emu_getreg_callback()
809 error_report("WHPX: Failed to get virtual processor registers," in whpx_emu_getreg_callback()
830 if (FAILED(hr)) { in whpx_emu_setreg_callback()
831 error_report("WHPX: Failed to set virtual processor registers," in whpx_emu_setreg_callback()
858 if (FAILED(hr)) { in whpx_emu_translate_callback()
859 error_report("WHPX: Failed to translate GVA, hr=%08lx", hr); in whpx_emu_translate_callback()
886 if (FAILED(hr)) { in whpx_handle_mmio()
887 error_report("WHPX: Failed to parse MMIO access, hr=%08lx", hr); in whpx_handle_mmio()
892 error_report("WHPX: Failed to emulate MMIO access with" in whpx_handle_mmio()
911 if (FAILED(hr)) { in whpx_handle_portio()
912 error_report("WHPX: Failed to parse PortIO access, hr=%08lx", hr); in whpx_handle_portio()
917 error_report("WHPX: Failed to emulate PortIO access with" in whpx_handle_portio()
984 if (FAILED(hr)) { in whpx_vcpu_configure_single_stepping()
985 error_report("WHPX: Failed to get rflags, hr=%08lx", hr); in whpx_vcpu_configure_single_stepping()
1011 if (FAILED(hr)) { in whpx_vcpu_configure_single_stepping()
1012 error_report("WHPX: Failed to set rflags," in whpx_vcpu_configure_single_stepping()
1031 if (FAILED(hr)) { in whpx_vcpu_configure_single_stepping()
1032 error_report("WHPX: Failed to set InterruptState," in whpx_vcpu_configure_single_stepping()
1054 if (FAILED(hr)) { in whpx_vcpu_configure_single_stepping()
1055 error_report("WHPX: Failed to get pending debug exceptions," in whpx_vcpu_configure_single_stepping()
1070 if (FAILED(hr)) { in whpx_vcpu_configure_single_stepping()
1071 error_report("WHPX: Failed to clear pending debug exceptions," in whpx_vcpu_configure_single_stepping()
1223 * physical memory, keeping a track of the failed attempts.
1373 error_report("WHPX: Failed to update exception exit mask," in whpx_first_vcpu_starting()
1423 if (FAILED(hr)) { in whpx_vcpu_get_pc()
1424 error_report("WHPX: Failed to get PC, hr=%08lx", hr); in whpx_vcpu_get_pc()
1564 if (FAILED(hr)) { in whpx_vcpu_pre_run()
1565 error_report("WHPX: Failed to set interrupt state registers," in whpx_vcpu_pre_run()
1689 error_report("WHPX: Failed to update exception exit mask, " in whpx_vcpu_run()
1728 if (FAILED(hr)) { in whpx_vcpu_run()
1729 error_report("WHPX: Failed to exec a virtual processor," in whpx_vcpu_run()
1813 if (FAILED(hr)) { in whpx_vcpu_run()
1814 error_report("WHPX: Failed to request interrupt hr=%08lx", in whpx_vcpu_run()
1855 if (FAILED(hr)) { in whpx_vcpu_run()
1857 "WHPX: Failed to request SIPI for %d, hr=%08lx", in whpx_vcpu_run()
1906 if (FAILED(hr)) { in whpx_vcpu_run()
1907 error_report("WHPX: Failed to set MsrAccess state " in whpx_vcpu_run()
1975 if (FAILED(hr)) { in whpx_vcpu_run()
1976 error_report("WHPX: Failed to set CpuidAccess state registers," in whpx_vcpu_run()
2160 if (FAILED(hr)) { in whpx_init_vcpu()
2161 error_report("WHPX: Failed to setup instruction completion support," in whpx_init_vcpu()
2169 if (FAILED(hr)) { in whpx_init_vcpu()
2170 error_report("WHPX: Failed to create a virtual processor," in whpx_init_vcpu()
2188 if (FAILED(hr)) { in whpx_init_vcpu()
2189 printf("WHPX: Failed to query tsc frequency, hr=0x%08lx\n", hr); in whpx_init_vcpu()
2200 if (FAILED(hr)) { in whpx_init_vcpu()
2201 printf("WHPX: Failed to query apic bus frequency hr=0x%08lx\n", hr); in whpx_init_vcpu()
2220 if (FAILED(hr)) { in whpx_init_vcpu()
2221 error_report("WHPX: Failed to set partition CpuidExitList hr=%08lx", in whpx_init_vcpu()
2257 error_report("WHPX: Failed to exec a virtual processor"); in whpx_vcpu_exec()
2318 if (FAILED(hr)) { in whpx_update_mapping()
2319 error_report("WHPX: Failed to %s GPA range '%s' PA:%p, Size:%p bytes," in whpx_update_mapping()
2531 if (FAILED(hr) || !whpx_cap.HypervisorPresent) { in whpx_accel_init()
2539 if (FAILED(hr)) { in whpx_accel_init()
2540 error_report("WHPX: Failed to query capabilities, hr=%08lx", hr); in whpx_accel_init()
2546 if (FAILED(hr)) { in whpx_accel_init()
2547 error_report("WHPX: Failed to create partition, hr=%08lx", hr); in whpx_accel_init()
2567 if (FAILED(hr) && hr != WHV_E_UNKNOWN_PROPERTY) { in whpx_accel_init()
2568 error_report("WHPX: Failed to query XSAVE capability, hr=%08lx", hr); in whpx_accel_init()
2583 if (FAILED(hr)) { in whpx_accel_init()
2584 error_report("WHPX: Failed to set partition processor count to %u," in whpx_accel_init()
2612 if (FAILED(hr)) { in whpx_accel_init()
2613 error_report("WHPX: Failed to enable kernel irqchip hr=%08lx", hr); in whpx_accel_init()
2638 if (FAILED(hr)) { in whpx_accel_init()
2639 error_report("WHPX: Failed to enable MSR & CPUIDexit, hr=%08lx", hr); in whpx_accel_init()
2650 if (FAILED(hr)) { in whpx_accel_init()
2651 error_report("WHPX: Failed to set partition CpuidExitList hr=%08lx", in whpx_accel_init()
2664 if (FAILED(hr)) { in whpx_accel_init()
2665 error_report("WHPX: Failed to set exception exit bitmap, hr=%08lx", hr); in whpx_accel_init()
2671 if (FAILED(hr)) { in whpx_accel_init()
2672 error_report("WHPX: Failed to setup partition, hr=%08lx", hr); in whpx_accel_init()