Home
last modified time | relevance | path

Searched refs:VM_SUSPEND_POWEROFF (Results 1 – 7 of 7) sorted by relevance

/devicemodel/include/
A Dpm.h17 VM_SUSPEND_POWEROFF, enumerator
/devicemodel/core/cmd_monitor/
A Dcommand_handler.c156 pr_info("%s: setting VM state to %s.\n", __func__, vm_state_to_str(VM_SUSPEND_POWEROFF)); in user_vm_destroy_handler()
157 vm_set_suspend_mode(VM_SUSPEND_POWEROFF); in user_vm_destroy_handler()
/devicemodel/hw/platform/
A Ddebugexit.c46 vm_suspend(ctx, VM_SUSPEND_POWEROFF); in debugexit_handler()
/devicemodel/core/
A Dmonitor.c354 pr_info("%s: setting VM state to %s\n", __func__, vm_state_to_str(VM_SUSPEND_POWEROFF)); in handle_stop()
355 vm_set_suspend_mode(VM_SUSPEND_POWEROFF); in handle_stop()
A Dmain.c829 VM_SUSPEND_POWEROFF == vm_get_suspend_mode()) { in vm_loop()
857 pr_info("%s: setting VM state to %s\n", __func__, vm_state_to_str(VM_SUSPEND_POWEROFF)); in sig_handler_term()
858 vm_set_suspend_mode(VM_SUSPEND_POWEROFF); in sig_handler_term()
A Dvmmapi.c71 [VM_SUSPEND_POWEROFF] = "POWEROFF",
/devicemodel/arch/x86/
A Dpm.c278 vm_suspend(ctx, VM_SUSPEND_POWEROFF); in pm1_control_handler()

Completed in 11 milliseconds