Home
last modified time | relevance | path

Searched refs:hv_result (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/arch/x86/hyperv/
Dhv_proc.c96 ret = hv_result(status); in hv_call_deposit_pages()
143 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_add_logical_proc()
147 ret = hv_result(status); in hv_call_add_logical_proc()
185 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_create_vp()
189 ret = hv_result(status); in hv_call_create_vp()
Dirqdomain.c69 return hv_result(status); in hv_map_interrupt()
91 return hv_result(status); in hv_unmap_interrupt()
Dnested.c124 ret = hv_result(status); in hyperv_flush_guest_mapping_range()
Dhv_vtl.c156 hv_result(status) != HV_STATUS_VTL_ALREADY_ENABLED) { in hv_vtl_bringup_vcpu()
Divm.c359 } while (hv_result(ret) == HV_STATUS_TIME_OUT && retry--); in hv_snp_boot_ap()
/linux-6.12.1/include/asm-generic/
Dmshyperv.h85 static inline int hv_result(u64 status) in hv_result() function
92 return hv_result(status) == HV_STATUS_SUCCESS; in hv_result_success()
/linux-6.12.1/drivers/hv/
Dhv.c94 return hv_result(status); in hv_post_message()
Dhv_balloon.c1631 if (hv_result(status) == HV_STATUS_INVALID_PARAMETER) { in hv_free_page_report()