Home
last modified time | relevance | path

Searched refs:hv_is_hibernation_supported (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
H A Dmshyperv.h171 bool hv_is_hibernation_supported(void);
175 static inline bool hv_is_hibernation_supported(void) { return false; } in hv_is_hibernation_supported() function
/kernel/linux/linux-6.6/include/asm-generic/
H A 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
/kernel/linux/linux-5.10/arch/x86/hyperv/
H A Dhv_init.c557 bool hv_is_hibernation_supported(void) in hv_is_hibernation_supported() function
561 EXPORT_SYMBOL_GPL(hv_is_hibernation_supported); variable
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_common.c496 bool hv_is_hibernation_supported(void) in hv_is_hibernation_supported() function
500 EXPORT_SYMBOL_GPL(hv_is_hibernation_supported); variable
H A Dhv_util.c113 hibernation_supported = hv_is_hibernation_supported(); in hv_shutdown_init()
H A Dhv_balloon.c1982 allow_hibernation = hv_is_hibernation_supported(); in balloon_probe()
H A Dvmbus_drv.c628 return sprintf(buf, "%d\n", !!hv_is_hibernation_supported()); in hibernation_show()
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_util.c114 hibernation_supported = hv_is_hibernation_supported(); in hv_shutdown_init()
H A Dhv_balloon.c1681 allow_hibernation = hv_is_hibernation_supported(); in balloon_probe()

Completed in 13 milliseconds