Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dcpu.h77 extern void (*vmm_resume_p)(void);
/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c349 if (vmm_resume_p != NULL) in acpi_wakeup_machdep()
350 vmm_resume_p(); in acpi_wakeup_machdep()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1608 if (vmm_resume_p) in cpususpend_handler()
1609 vmm_resume_p(); in cpususpend_handler()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c376 vmm_resume_p = vmmops_modresume; in vmm_init()
401 vmm_resume_p = NULL; in vmm_handler()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c229 void (*vmm_resume_p)(void); variable