Home
last modified time | relevance | path

Searched refs:VM_SUSPEND_NONE (Results 1 – 5 of 5) sorted by relevance

/devicemodel/core/
A Dpm.c31 pr_info("%s: setting VM state to %s\n", __func__, vm_state_to_str(VM_SUSPEND_NONE)); in vm_resume()
32 vm_set_suspend_mode(VM_SUSPEND_NONE); in vm_resume()
A Dmain.c733 pr_info("%s: setting VM state to %s\n", __func__, vm_state_to_str(VM_SUSPEND_NONE)); in vm_system_reset()
734 vm_set_suspend_mode(VM_SUSPEND_NONE); in vm_system_reset()
1304 pr_info("%s: setting VM state to %s\n", __func__, vm_state_to_str(VM_SUSPEND_NONE)); in main()
1305 vm_set_suspend_mode(VM_SUSPEND_NONE); in main()
A Dvmmapi.c68 [VM_SUSPEND_NONE] = "RUNNING",
494 static enum vm_suspend_how suspend_mode = VM_SUSPEND_NONE;
A Dmevent.c454 if ((suspend_mode != VM_SUSPEND_NONE) && in mevent_dispatch()
/devicemodel/include/
A Dpm.h14 VM_SUSPEND_NONE = 0, enumerator

Completed in 9 milliseconds