Searched refs:MACH_CPUCONTEXT_OP_STOP (Results 1 – 2 of 2) sorted by relevance
237 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()
153 #define MACH_CPUCONTEXT_OP_STOP 1 macro