Home
last modified time | relevance | path

Searched refs:hv_result_to_string (Results 1 – 4 of 4) sorted by relevance

/linux/include/asm-generic/
H A Dmshyperv.h295 hv_result_to_string(__status), ##__VA_ARGS__); \
302 const char *hv_result_to_string(u64 hv_status);
/linux/drivers/hv/
H A Dhv_common.c847 const char *hv_result_to_string(u64 status) in hv_result_to_string() function
860 EXPORT_SYMBOL_GPL(hv_result_to_string);
H A Dmshv_root_main.c448 hv_result_to_string(status)); in mshv_vp_dispatch()
2075 pr_err("%s: %s\n", __func__, hv_result_to_string(status)); in hv_retrieve_scheduler_type()
/linux/arch/x86/hyperv/
H A Dhv_crash.c616 input->property_id, hv_result_to_string(status)); in hv_root_crash_init()