Home
last modified time | relevance | path

Searched refs:HV_STATUS_SUCCESS (Results 1 – 9 of 9) 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.c77 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/include/hyperv/
H A Dhvgdk_mini.h17 #define HV_STATUS_SUCCESS 0x0 macro