Home
last modified time | relevance | path

Searched refs:HV_STATUS_SUCCESS (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/hw/hyperv/
H A Dsyndbg.c120 ret = HV_STATUS_SUCCESS; in handle_send_msg()
133 ret = HV_STATUS_SUCCESS; in handle_send_msg()
240 ret = HV_STATUS_SUCCESS; in handle_recv_msg()
258 ret = HV_STATUS_SUCCESS; in hv_syndbg_handler()
272 ret = HV_STATUS_SUCCESS; in hv_syndbg_handler()
279 ret = HV_STATUS_SUCCESS; in hv_syndbg_handler()
H A Dhyperv.c829 } else if (ret != HV_STATUS_SUCCESS) { in hyperv_hcall_retreive_dbg_data()
887 if (ret != HV_STATUS_SUCCESS) { in hyperv_hcall_post_dbg_data()
893 HV_STATUS_SUCCESS; in hyperv_hcall_post_dbg_data()
943 if (ret != HV_STATUS_SUCCESS) { in hyperv_syndbg_recv()
973 if (hv_syndbg_handler(hv_syndbg_context, &msg) != HV_STATUS_SUCCESS) { in hyperv_syndbg_query_options()
H A Dhyperv_testdev.c150 return HV_STATUS_SUCCESS; in msg_handler()
H A Dvmbus.c1571 return HV_STATUS_SUCCESS; in vmbus_recv_message()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c606 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
615 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
630 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
640 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
651 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
H A Dhyperv_extended_hypercalls.c76 run->hyperv.u.hcall.result = HV_STATUS_SUCCESS; in main()
/openbmc/linux/arch/x86/hyperv/
H A Dirqdomain.c226 if (status != HV_STATUS_SUCCESS) { in hv_irq_compose_msi_msg()
239 if (status != HV_STATUS_SUCCESS) { in hv_irq_compose_msi_msg()
275 if (status != HV_STATUS_SUCCESS) in hv_teardown_msi_irq()
H A Dhv_proc.c123 int ret = HV_STATUS_SUCCESS; in hv_call_add_logical_proc()
168 int ret = HV_STATUS_SUCCESS; in hv_call_create_vp()
/openbmc/linux/drivers/iommu/
H A Dhyperv-iommu.c219 if (status != HV_STATUS_SUCCESS) in hyperv_root_ir_compose_msi_msg()
230 if (status != HV_STATUS_SUCCESS) { in hyperv_root_ir_compose_msi_msg()
/openbmc/qemu/include/hw/hyperv/
H A Dhyperv-proto.h18 #define HV_STATUS_SUCCESS 0 macro
/openbmc/qemu/target/i386/kvm/
H A Dhyperv.c128 exit->u.syndbg.status = HV_STATUS_SUCCESS; in kvm_hv_handle_exit()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h78 return hv_result(status) == HV_STATUS_SUCCESS; in hv_result_success()
H A Dhyperv-tlfs.h215 #define HV_STATUS_SUCCESS 0 macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h227 #define HV_STATUS_SUCCESS 0 macro
/openbmc/linux/drivers/hv/
H A Dconnection.c468 case HV_STATUS_SUCCESS: in vmbus_post_msg()
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c2142 return (u64)HV_STATUS_SUCCESS | in kvm_hv_flush_tlb()
2247 return HV_STATUS_SUCCESS; in kvm_hv_send_ipi()
2395 return HV_STATUS_SUCCESS; in kvm_hvcall_signal_event()
2476 u64 ret = HV_STATUS_SUCCESS; in kvm_hv_hypercall()