Searched refs:hv_is_hibernation_supported (Results 1 – 5 of 5) sorted by relevance
219 bool hv_is_hibernation_supported(void) in hv_is_hibernation_supported() function223 EXPORT_SYMBOL_GPL(hv_is_hibernation_supported);
113 hibernation_supported = hv_is_hibernation_supported(); in hv_shutdown_init()
1769 allow_hibernation = hv_is_hibernation_supported(); in balloon_probe()
687 return sprintf(buf, "%d\n", !!hv_is_hibernation_supported()); in hibernation_show()
265 bool hv_is_hibernation_supported(void);274 static inline bool hv_is_hibernation_supported(void) { return false; } in hv_is_hibernation_supported() function
Completed in 28 milliseconds