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