Home
last modified time | relevance | path

Searched refs:MACH_CPUCONTEXT_OP_STOP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_pc.c266 if (optype == MACH_CPUCONTEXT_OP_STOP) { in mach_cpucontext_xalloc()
387 } else if (optype == MACH_CPUCONTEXT_OP_STOP) { in mach_cpucontext_xfree()
615 ctx = mach_cpucontext_xalloc(cp, MACH_CPUCONTEXT_OP_STOP); in mp_cpu_poweroff()
646 mach_cpucontext_xfree(cp, ctx, 0, MACH_CPUCONTEXT_OP_STOP); in mp_cpu_poweroff()
664 mach_cpucontext_xfree(cp, ctx, rv, MACH_CPUCONTEXT_OP_STOP); in mp_cpu_poweroff()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachsystm.h154 #define MACH_CPUCONTEXT_OP_STOP 1 macro