Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dmshv_root_hv_call.c85 return hv_result_to_errno(status); in hv_call_withdraw_memory()
121 ret = hv_result_to_errno(status); in hv_call_create_partition()
150 ret = hv_result_to_errno(status); in hv_call_initialize_partition()
168 return hv_result_to_errno(status); in hv_call_finalize_partition()
179 return hv_result_to_errno(status); in hv_call_delete_partition()
248 ret = hv_result_to_errno(status); in hv_do_map_gpa_hcall()
374 return hv_result_to_errno(status); in hv_call_get_gpa_access_states()
395 return hv_result_to_errno(status); in hv_call_assert_virtual_interrupt()
409 return hv_result_to_errno(status); in hv_call_delete_vp()
589 return hv_result_to_errno(status); in hv_call_unmap_vp_state_page()
[all …]
H A Dmshv_common.c67 return hv_result_to_errno(status); in hv_call_get_vp_registers()
108 return hv_result_to_errno(status); in hv_call_set_vp_registers()
131 return hv_result_to_errno(status); in hv_call_get_partition_property()
H A Dhv_proc.c91 ret = hv_result_to_errno(status); in hv_call_deposit_pages()
143 ret = hv_result_to_errno(status); in hv_call_add_logical_proc()
185 ret = hv_result_to_errno(status); in hv_call_create_vp()
H A Dhv_common.c814 int hv_result_to_errno(u64 status) in hv_result_to_errno() function
828 EXPORT_SYMBOL_GPL(hv_result_to_errno);
H A Dmshv_root_main.c238 ret = hv_result_to_errno(status); in mshv_ioctl_passthru_hvcall()
426 return hv_result_to_errno(status); in mshv_vp_dispatch()
2065 return hv_result_to_errno(status); in hv_retrieve_scheduler_type()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h331 int hv_result_to_errno(u64 status);