Searched refs:vmm_resume_p (Results 1 – 5 of 5) sorted by relevance
77 extern void (*vmm_resume_p)(void);
349 if (vmm_resume_p != NULL) in acpi_wakeup_machdep()350 vmm_resume_p(); in acpi_wakeup_machdep()
1608 if (vmm_resume_p) in cpususpend_handler()1609 vmm_resume_p(); in cpususpend_handler()
376 vmm_resume_p = vmmops_modresume; in vmm_init()401 vmm_resume_p = NULL; in vmm_handler()
229 void (*vmm_resume_p)(void); variable