Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_pc.c237 if (optype == MACH_CPUCONTEXT_OP_STOP) { in mach_cpucontext_xalloc()
362 } else if (optype == MACH_CPUCONTEXT_OP_STOP) { in mach_cpucontext_xfree()
586 ctx = mach_cpucontext_xalloc(cp, MACH_CPUCONTEXT_OP_STOP); in mp_cpu_poweroff()
617 mach_cpucontext_xfree(cp, ctx, 0, MACH_CPUCONTEXT_OP_STOP); in mp_cpu_poweroff()
635 mach_cpucontext_xfree(cp, ctx, rv, MACH_CPUCONTEXT_OP_STOP); in mp_cpu_poweroff()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmachsystm.h153 #define MACH_CPUCONTEXT_OP_STOP 1 macro