Searched refs:mp_PM_func (Results 1 – 1 of 1) sorted by relevance
729 static void(*volatile mp_PM_func)(void) = NULL; variable736 if (mp_PM_func != NULL) { in mp_call_PM()737 mp_PM_func(); in mp_call_PM()746 if (mp_PM_func != NULL) { in cpu_PM_interrupt()748 mp_PM_func(); in cpu_PM_interrupt()758 mp_PM_func = fn; in PM_interrupt_register()