Symbol: hv_result_to_errno
arch/x86/hyperv/irqdomain.c
70
return hv_result_to_errno(status);
arch/x86/hyperv/irqdomain.c
93
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
260
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
1068
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
123
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
153
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
175
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
188
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
257
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
333
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
383
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
410
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
424
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
471
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
530
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
576
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
646
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
682
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
699
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
731
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
752
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
784
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
807
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
820
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
855
ret = hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
87
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
935
return hv_result_to_errno(status);
drivers/hv/mshv_root_hv_call.c
995
return hv_result_to_errno(status);
drivers/hv/mshv_root_main.c
2219
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
450
return hv_result_to_errno(status);
drivers/hv/mshv_vtl_main.c
970
return hv_result_to_errno(status);
include/asm-generic/mshyperv.h
303
int hv_result_to_errno(u64 status);