Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dmshyperv.h110 static inline int hv_result(u64 status) in hv_result() function
117 return hv_result(status) == HV_STATUS_SUCCESS; in hv_result_success()
294 pr_##level(_hv_status_fmt(fmt), __func__, hv_result(__status), \
/linux/drivers/hv/
H A Dhv_proc.c118 switch (hv_result(hv_status)) { in hv_deposit_memory_node()
146 switch (hv_result(status)) { in hv_result_needs_memory()
H A Dhv_common.c281 hv_result(status)); in hv_get_partition_id()
823 u16 code = hv_result(hv_status); in find_hv_status_info()
H A Dmshv_root_hv_call.c77 if (hv_result(status) == HV_STATUS_NO_RESOURCES) in hv_call_withdraw_memory()
917 hv_result(status) == HV_STATUS_INVALID_PARAMETER) { in hv_call_map_stats_page()
H A Dhv.c107 return hv_result(status); in hv_post_message()
H A Dmshv_root_main.c242 if (hv_result(status) == HV_STATUS_CALL_PENDING) { in mshv_ioctl_passthru_hvcall()
260 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/arch/x86/hyperv/
H A Dnested.c125 ret = hv_result(status); in hyperv_flush_guest_mapping_range()
H A Dhv_vtl.c201 hv_result(status) != HV_STATUS_VTL_ALREADY_ENABLED) { in hv_vtl_bringup_vcpu()
H A Divm.c368 } while (hv_result(ret) == HV_STATUS_TIME_OUT && retry--); in hv_snp_boot_ap()