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.c86 return hv_result_to_errno(status); in hv_call_withdraw_memory()
122 ret = hv_result_to_errno(status); in hv_call_create_partition()
151 ret = hv_result_to_errno(status); in hv_call_initialize_partition()
169 return hv_result_to_errno(status); in hv_call_finalize_partition()
180 return hv_result_to_errno(status); in hv_call_delete_partition()
249 ret = hv_result_to_errno(status); in hv_do_map_gpa_hcall()
325 ret = hv_result_to_errno(status); in hv_call_unmap_gpa_pages()
375 return hv_result_to_errno(status); in hv_call_get_gpa_access_states()
402 return hv_result_to_errno(status); in hv_call_assert_virtual_interrupt()
416 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()
144 ret = hv_result_to_errno(status); in hv_call_add_logical_proc()
186 ret = hv_result_to_errno(status); in hv_call_create_vp()
H A Dhv_common.c833 int hv_result_to_errno(u64 status) in hv_result_to_errno() function
847 EXPORT_SYMBOL_GPL(hv_result_to_errno);
H A Dmshv_root_main.c265 ret = hv_result_to_errno(status); in mshv_ioctl_passthru_hvcall()
450 return hv_result_to_errno(status); in mshv_vp_dispatch()
2077 return hv_result_to_errno(status); in hv_retrieve_scheduler_type()
H A Dmshv_vtl_main.c962 return hv_result_to_errno(status); in mshv_vtl_sint_ioctl_signal_event()
/linux/arch/x86/hyperv/
H A Dirqdomain.c71 return hv_result_to_errno(status); in hv_map_interrupt()
96 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);