Home
last modified time | relevance | path

Searched refs:qemu_wakeup_suspend_enabled (Results 1 – 3 of 3) sorted by relevance

/qemu/include/sysemu/
H A Drunstate.h86 bool qemu_wakeup_suspend_enabled(void);
/qemu/hw/core/
H A Dmachine-qmp-cmds.c130 params->wakeup_suspend_support = qemu_wakeup_suspend_enabled(); in qmp_query_current_machine()
286 if (!qemu_wakeup_suspend_enabled()) { in qmp_system_wakeup()
/qemu/system/
H A Drunstate.c664 bool qemu_wakeup_suspend_enabled(void) in qemu_wakeup_suspend_enabled() function