Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root_hv_call.c87 return hv_result_to_errno(status); in hv_call_withdraw_memory()
123 ret = hv_result_to_errno(status); in hv_call_create_partition()
153 ret = hv_result_to_errno(status); in hv_call_initialize_partition()
175 return hv_result_to_errno(status); in hv_call_finalize_partition()
188 return hv_result_to_errno(status); in hv_call_delete_partition()
257 ret = hv_result_to_errno(status); in hv_do_map_gpa_hcall()
333 ret = hv_result_to_errno(status); in hv_call_unmap_gpa_pages()
383 return hv_result_to_errno(status); in hv_call_get_gpa_access_states()
410 return hv_result_to_errno(status); in hv_call_assert_virtual_interrupt()
424 return hv_result_to_errno(status); in hv_call_delete_vp()
[all …]
H A Dmshv_common.c71 return hv_result_to_errno(status); in hv_call_get_vp_registers()
112 return hv_result_to_errno(status); in hv_call_set_vp_registers()
135 return hv_result_to_errno(status); in hv_call_get_partition_property()
186 return hv_result_to_errno(status); in hv_initialize_sleep_states()
H A Dhv_proc.c92 ret = hv_result_to_errno(status); in hv_call_deposit_pages()
188 ret = hv_result_to_errno(status); in hv_call_add_logical_proc()
231 ret = hv_result_to_errno(status); in hv_call_create_vp()
260 ret = hv_result_to_errno(status); in hv_call_notify_all_processors_started()
H A Dhv_common.c836 int hv_result_to_errno(u64 status) in hv_result_to_errno() function
850 EXPORT_SYMBOL_GPL(hv_result_to_errno);
H A Dmshv_root_main.c255 ret = hv_result_to_errno(status); in mshv_ioctl_passthru_hvcall()
450 return hv_result_to_errno(status); in mshv_vp_dispatch()
2196 return hv_result_to_errno(status); in hv_retrieve_scheduler_type()
H A Dmshv_vtl_main.c969 return hv_result_to_errno(status); in mshv_vtl_sint_ioctl_signal_event()
/linux/arch/x86/hyperv/
H A Dirqdomain.c70 return hv_result_to_errno(status); in hv_map_interrupt()
93 return hv_result_to_errno(status); in hv_unmap_interrupt()
/linux/include/asm-generic/
H A Dmshyperv.h303 int hv_result_to_errno(u64 status);