Searched refs:machine_suspend (Results 1 – 2 of 2) sorted by relevance
125 void (*machine_suspend)(struct nvmm_machine *); member
1336 if (nvmm_impl->machine_suspend) in nvmm_suspend_machine()1337 (*nvmm_impl->machine_suspend)(mach); in nvmm_suspend_machine()1393 if (nvmm_impl->machine_suspend || nvmm_impl->vcpu_suspend) { in nvmm_suspend()