Home
last modified time | relevance | path

Searched refs:hv_is_hibernation_supported (Results 1 – 5 of 5) sorted by relevance

/linux/include/asm-generic/
A Dmshyperv.h297 bool hv_is_hibernation_supported(void);
308 static inline bool hv_is_hibernation_supported(void) { return false; } in hv_is_hibernation_supported() function
/linux/drivers/hv/
A Dhv_common.c568 bool hv_is_hibernation_supported(void) in hv_is_hibernation_supported() function
572 EXPORT_SYMBOL_GPL(hv_is_hibernation_supported);
A Dhv_util.c113 hibernation_supported = hv_is_hibernation_supported(); in hv_shutdown_init()
A Dhv_balloon.c1938 allow_hibernation = hv_is_hibernation_supported(); in balloon_probe()
A Dvmbus_drv.c618 return sprintf(buf, "%d\n", !!hv_is_hibernation_supported()); in hibernation_show()

Completed in 16 milliseconds