Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dcpu.h74 extern void (*vmm_resume_p)(void);
/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.c300 if (vmm_resume_p != NULL) in acpi_wakeup_machdep()
301 vmm_resume_p(); in acpi_wakeup_machdep()
/freebsd/sys/x86/x86/
H A Dmp_x86.c1676 if (vmm_resume_p) in cpususpend_handler()
1677 vmm_resume_p(); in cpususpend_handler()
/freebsd/sys/amd64/vmm/
H A Dvmm.c431 vmm_resume_p = vmmops_modresume; in vmm_init()
456 vmm_resume_p = NULL; in vmm_handler()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c216 void (*vmm_resume_p)(void); variable