Searched refs:vmm_resume_p (Results 1 – 5 of 5) sorted by relevance
73 extern void (*vmm_resume_p)(void);
296 if (vmm_resume_p != NULL) in acpi_wakeup_machdep()297 vmm_resume_p(); in acpi_wakeup_machdep()
1007 if (vmm_resume_p) in cpususpend_handler()1008 vmm_resume_p(); in cpususpend_handler()
350 vmm_resume_p = vmm_resume; in vmm_init()372 vmm_resume_p = NULL; in vmm_handler()
236 void (*vmm_resume_p)(void); variable