Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dcpu.h74 extern void (*vmm_suspend_p)(void);
/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.c205 if (vmm_suspend_p != NULL) in acpi_sleep_machdep()
206 vmm_suspend_p(); in acpi_sleep_machdep()
/freebsd/sys/x86/x86/
H A Dmp_x86.c1598 if (vmm_suspend_p) in cpususpend_handler()
1599 vmm_suspend_p(); in cpususpend_handler()
/freebsd/sys/amd64/vmm/
H A Dvmm.c450 vmm_suspend_p = vmmops_modsuspend; in vmm_init()
480 vmm_suspend_p = NULL; in vmm_handler()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c216 void (*vmm_suspend_p)(void); variable