Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A DpmCPU.h62 void (*pmCPUHalt)(void); member
140 void pmCPUHalt(uint32_t reason);
H A DpmCPU.c239 pmCPUHalt(uint32_t reason) in pmCPUHalt() function
261 && pmDispatch->pmCPUHalt != NULL) { in pmCPUHalt()
265 (*pmDispatch->pmCPUHalt)(); in pmCPUHalt()
H A Dacpi.c492 pmCPUHalt(PM_HALT_SLEEP); in acpi_idle_kernel()
H A Dcpu_threads.c1011 pmCPUHalt(PM_HALT_NORMAL); in cpu_thread_halt()
/xnu-8792.61.2/osfmk/kern/
H A Ddebug.c167 #define panic_stop() pmCPUHalt(PM_HALT_PANIC)