Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c543 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
551 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
565 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
574 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
584 hcall->expect = HV_STATUS_SUCCESS; in guest_test_hcalls_access()
/Linux-v5.15/arch/x86/hyperv/
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()
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()
289 if (status != HV_STATUS_SUCCESS) { in hv_teardown_msi_irq_common()
/Linux-v5.15/drivers/iommu/
Dhyperv-iommu.c216 if (status != HV_STATUS_SUCCESS) in hyperv_root_ir_compose_msi_msg()
227 if (status != HV_STATUS_SUCCESS) { in hyperv_root_ir_compose_msi_msg()
/Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h173 #define HV_STATUS_SUCCESS 0 macro
/Linux-v5.15/include/asm-generic/
Dmshyperv.h56 return hv_result(status) == HV_STATUS_SUCCESS; in hv_result_success()
Dhyperv-tlfs.h192 #define HV_STATUS_SUCCESS 0 macro
/Linux-v5.15/drivers/hv/
Dconnection.c417 case HV_STATUS_SUCCESS: in vmbus_post_msg()
Dhv_balloon.c1613 if ((status & HV_HYPERCALL_RESULT_MASK) != HV_STATUS_SUCCESS) { in hv_free_page_report()
/Linux-v5.15/arch/x86/kvm/
Dhyperv.c1854 return (u64)HV_STATUS_SUCCESS | in kvm_hv_flush_tlb()
1947 return HV_STATUS_SUCCESS; in kvm_hv_send_ipi()
2085 return HV_STATUS_SUCCESS; in kvm_hvcall_signal_event()
2162 u64 ret = HV_STATUS_SUCCESS; in kvm_hv_hypercall()