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

/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A DpmCPU.h63 void (*pmCPUHalt)(void); member in struct:__anon15309
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.c415 pmCPUHalt(PM_HALT_SLEEP);
H A Dcpu_threads.c993 pmCPUHalt(PM_HALT_NORMAL);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Ddebug.c241 #define panic_stop() pmCPUHalt(PM_HALT_PANIC)
/macosx-10.10/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c738 pmCPUHalt(PM_HALT_DEBUG);
757 pmCPUHalt(PM_HALT_DEBUG);

Completed in 137 milliseconds