Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_init.c559 bool hv_is_hibernation_supported(void) in hv_is_hibernation_supported() function
563 EXPORT_SYMBOL_GPL(hv_is_hibernation_supported);
/OK3568_Linux_fs/kernel/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()