Symbol: hv_result_to_errno
arch/x86/hyperv/irqdomain.c
71
return hv_result_to_errno(status);
arch/x86/hyperv/irqdomain.c
96
return hv_result_to_errno(status);
drivers/hv/hv_common.c
850
EXPORT_SYMBOL_GPL(hv_result_to_errno);
drivers/hv/hv_proc.c
188
ret = hv_result_to_errno(status);
drivers/hv/hv_proc.c
231
ret = hv_result_to_errno(status);
drivers/hv/hv_proc.c
92
ret = hv_result_to_errno(status);
drivers/hv/mshv_common.c
112
return hv_result_to_errno(status);
drivers/hv/mshv_common.c
135
return hv_result_to_errno(status);
drivers/hv/mshv_common.c
186
return hv_result_to_errno(status);
drivers/hv/mshv_common.c
71
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
1056
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
122
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
150
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
168
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
179
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
248
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
324
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
374
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
401
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
415
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
462
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
521
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
567
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
634
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
670
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
687
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
719
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
740
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
772
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
795
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
808
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
843
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
86
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
923
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
983
return hv_result_to_errno(status);
drivers/hv/mshv_root_main.c
2136
return hv_result_to_errno(status);
drivers/hv/mshv_root_main.c
255
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_main.c
439
return hv_result_to_errno(status);
drivers/hv/mshv_vtl_main.c
963
return hv_result_to_errno(status);
include/asm-generic/mshyperv.h
303
int hv_result_to_errno(u64 status);