Searched refs:MACH_CPUCONTEXT_OP_START (Results 1 – 2 of 2) sorted by relevance
309 } else if (optype != MACH_CPUCONTEXT_OP_START) { in mach_cpucontext_xalloc()363 if (optype == MACH_CPUCONTEXT_OP_START) { in mach_cpucontext_xfree()411 return (mach_cpucontext_xalloc(cp, MACH_CPUCONTEXT_OP_START)); in mach_cpucontext_alloc()417 mach_cpucontext_xfree(cp, arg, err, MACH_CPUCONTEXT_OP_START); in mach_cpucontext_free()
153 #define MACH_CPUCONTEXT_OP_START 0 macro