Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_features.c600 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
609 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
624 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
634 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
645 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
H A Dhyperv_extended_hypercalls.c78 run->hyperv.u.hcall.result = HV_STATUS_SUCCESS; in main()
/linux/drivers/hv/
H A Dmshv_common.c38 u64 status = HV_STATUS_SUCCESS; in hv_call_get_vp_registers()
83 u64 status = HV_STATUS_SUCCESS; in hv_call_set_vp_registers()
H A Dconnection.c482 case HV_STATUS_SUCCESS: in vmbus_post_msg()
H A Dhv_common.c785 _STATUS_INFO(HV_STATUS_SUCCESS, 0),
H A Dmshv_root_hv_call.c78 status = HV_STATUS_SUCCESS; in hv_call_withdraw_memory()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h236 #define HV_STATUS_SUCCESS 0 macro
/linux/include/asm-generic/
H A Dmshyperv.h117 return hv_result(status) == HV_STATUS_SUCCESS; in hv_result_success()
/linux/arch/x86/kvm/
H A Dhyperv.c2198 return (u64)HV_STATUS_SUCCESS | in kvm_hv_flush_tlb()
2303 return HV_STATUS_SUCCESS; in kvm_hv_send_ipi()
2451 return HV_STATUS_SUCCESS; in kvm_hvcall_signal_event()
2532 u64 ret = HV_STATUS_SUCCESS; in kvm_hv_hypercall()
/linux/include/hyperv/
H A Dhvgdk_mini.h17 #define HV_STATUS_SUCCESS 0x0 macro