Searched refs:vmm_resume_p (Results 1 – 5 of 5) sorted by relevance
73 extern void (*vmm_resume_p)(void);
317 if (vmm_resume_p != NULL) in acpi_wakeup_machdep()318 vmm_resume_p(); in acpi_wakeup_machdep()
1374 if (vmm_resume_p) in cpususpend_handler()1375 vmm_resume_p(); in cpususpend_handler()
352 vmm_resume_p = vmm_resume; in vmm_init()372 vmm_resume_p = NULL; in vmm_handler()
241 void (*vmm_resume_p)(void); variable