Home
last modified time | relevance | path

Searched refs:vmm_resume_p (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/amd64/include/
HDcpu.h73 extern void (*vmm_resume_p)(void);
/NextBSD/sys/x86/acpica/
HDacpi_wakeup.c296 if (vmm_resume_p != NULL) in acpi_wakeup_machdep()
297 vmm_resume_p(); in acpi_wakeup_machdep()
/NextBSD/sys/x86/x86/
HDmp_x86.c1007 if (vmm_resume_p) in cpususpend_handler()
1008 vmm_resume_p(); in cpususpend_handler()
/NextBSD/sys/amd64/vmm/
HDvmm.c350 vmm_resume_p = vmm_resume; in vmm_init()
372 vmm_resume_p = NULL; in vmm_handler()
/NextBSD/sys/amd64/amd64/
HDmachdep.c236 void (*vmm_resume_p)(void); variable