Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dmshv_root_hv_call.c76 if (hv_result(status) == HV_STATUS_NO_RESOURCES) in hv_call_withdraw_memory()
117 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_create_partition()
149 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_initialize_partition()
241 if (hv_result(status) == HV_STATUS_INSUFFICIENT_MEMORY) { in hv_do_map_gpa_hcall()
451 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_get_vp_state()
514 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_set_vp_state()
551 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_map_vp_state_page()
631 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_create_port()
685 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_connect_port()
749 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_map_stat_page()
H A Dhv_proc.c139 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_add_logical_proc()
181 if (hv_result(status) != HV_STATUS_INSUFFICIENT_MEMORY) { in hv_call_create_vp()
H A Dhv_common.c318 hv_result(status)); in hv_get_partition_id()
801 u16 code = hv_result(hv_status); in find_hv_status_info()
H A Dhv.c94 return hv_result(status); in hv_post_message()
H A Dmshv_root_main.c224 if (hv_result(status) == HV_STATUS_CALL_PENDING) { in mshv_ioctl_passthru_hvcall()
233 if (hv_result(status) == HV_STATUS_INSUFFICIENT_MEMORY) { in mshv_ioctl_passthru_hvcall()
247 args.status = hv_result(status); in mshv_ioctl_passthru_hvcall()
H A Dhv_balloon.c1636 if (hv_result(status) == HV_STATUS_INVALID_PARAMETER) { in hv_free_page_report()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h107 static inline int hv_result(u64 status) in hv_result() function
114 return hv_result(status) == HV_STATUS_SUCCESS; in hv_result_success()
322 pr_##level(_hv_status_fmt(fmt), __func__, hv_result(__status), \
/linux-6.15/arch/x86/hyperv/
H A Dnested.c124 ret = hv_result(status); in hyperv_flush_guest_mapping_range()
H A Dirqdomain.c69 return hv_result(status); in hv_map_interrupt()
91 return hv_result(status); in hv_unmap_interrupt()
H A Dhv_vtl.c188 hv_result(status) != HV_STATUS_VTL_ALREADY_ENABLED) { in hv_vtl_bringup_vcpu()
H A Divm.c358 } while (hv_result(ret) == HV_STATUS_TIME_OUT && retry--); in hv_snp_boot_ap()