Home
last modified time | relevance | path

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

/Linux-v6.6/include/asm-generic/
Dmshyperv.h280 bool hv_is_hibernation_supported(void);
291 static inline bool hv_is_hibernation_supported(void) { return false; } in hv_is_hibernation_supported() function
/Linux-v6.6/drivers/hv/
Dhv_common.c496 bool hv_is_hibernation_supported(void) in hv_is_hibernation_supported() function
500 EXPORT_SYMBOL_GPL(hv_is_hibernation_supported);
Dhv_util.c113 hibernation_supported = hv_is_hibernation_supported(); in hv_shutdown_init()
Dhv_balloon.c1982 allow_hibernation = hv_is_hibernation_supported(); in balloon_probe()
Dvmbus_drv.c628 return sprintf(buf, "%d\n", !!hv_is_hibernation_supported()); in hibernation_show()