Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/i386/
H A Dmp.c732 static void(*volatile mp_PM_func)(void) = NULL; variable
739 if (mp_PM_func != NULL) { in mp_call_PM()
740 mp_PM_func(); in mp_call_PM()
749 if (mp_PM_func != NULL) { in cpu_PM_interrupt()
751 mp_PM_func(); in cpu_PM_interrupt()
761 mp_PM_func = fn; in PM_interrupt_register()