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

/darwin-on-arm/xnu/osfmk/i386/
H A DpmCPU.h63 void (*pmCPUHalt)(void); member in struct:__anon977
139 void pmCPUHalt(uint32_t reason);
H A DpmCPU.c176 pmCPUHalt(uint32_t reason) function
198 && pmDispatch->pmCPUHalt != NULL) {
202 (*pmDispatch->pmCPUHalt)();
H A Dacpi.c439 pmCPUHalt(PM_HALT_SLEEP);
H A Dcpu_threads.c994 pmCPUHalt(PM_HALT_NORMAL);
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.c211 #define panic_stop() pmCPUHalt(PM_HALT_PANIC)
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c758 pmCPUHalt(PM_HALT_DEBUG);
777 pmCPUHalt(PM_HALT_DEBUG);

Completed in 72 milliseconds