Home
last modified time | relevance | path

Searched refs:hv_result_to_string (Results 1 – 3 of 3) 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.c852 const char *hv_result_to_string(u64 status) in hv_result_to_string() function
865 EXPORT_SYMBOL_GPL(hv_result_to_string);
/linux/arch/x86/hyperv/
H A Dhv_crash.c619 input->property_id, hv_result_to_string(status)); in hv_root_crash_init()