Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_features.c605 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
614 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
629 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
639 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
650 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 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