Searched refs:vm_state_notify (Results 1 – 4 of 4) sorted by relevance
37 void vm_state_notify(bool running, RunState state);
301 vm_state_notify(0, state); in do_vm_stop()755 vm_state_notify(1, state); in vm_prepare_start()
41 vm_state_notify(int running, int reason, const char *reason_str) "running %d reason %d (%s)"
382 void vm_state_notify(bool running, RunState state) in vm_state_notify() function