Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A DpmCPU.h62 void (*pmCPUHalt)(void); member
140 void pmCPUHalt(uint32_t reason);
H A DpmCPU.c237 pmCPUHalt(uint32_t reason) in pmCPUHalt() function
259 && pmDispatch->pmCPUHalt != NULL) { in pmCPUHalt()
263 (*pmDispatch->pmCPUHalt)(); in pmCPUHalt()
H A Dacpi.c490 pmCPUHalt(PM_HALT_SLEEP); in acpi_idle_kernel()
H A Dcpu_threads.c1008 pmCPUHalt(PM_HALT_NORMAL); in cpu_thread_halt()
/xnu-12377.41.6/osfmk/kern/
H A Ddebug.c186 #define panic_stop() pmCPUHalt(PM_HALT_PANIC)