Searched refs:pmCPUHalt (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/osfmk/i386/
H A DpmCPU.h63 void (*pmCPUHalt)(void); member in struct:__anon941
139 void pmCPUHalt(uint32_t reason);
H A DpmCPU.c231 pmCPUHalt(uint32_t reason) function
253 && pmDispatch->pmCPUHalt != NULL) {
257 (*pmDispatch->pmCPUHalt)();
H A Dacpi.c410 pmCPUHalt(PM_HALT_SLEEP);
H A Dcpu_threads.c993 pmCPUHalt(PM_HALT_NORMAL);
/xnu-2422.115.4/osfmk/kern/
H A Ddebug.c217 #define panic_stop() pmCPUHalt(PM_HALT_PANIC)
/xnu-2422.115.4/osfmk/i386/AT386/
H A Dmodel_dep.c735 pmCPUHalt(PM_HALT_DEBUG);
754 pmCPUHalt(PM_HALT_DEBUG);

Completed in 31 milliseconds