Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_pc.c280 } else if (optype != MACH_CPUCONTEXT_OP_START) { in mach_cpucontext_xalloc()
338 if (optype == MACH_CPUCONTEXT_OP_START) { in mach_cpucontext_xfree()
386 return (mach_cpucontext_xalloc(cp, MACH_CPUCONTEXT_OP_START)); in mach_cpucontext_alloc()
392 mach_cpucontext_xfree(cp, arg, err, MACH_CPUCONTEXT_OP_START); in mach_cpucontext_free()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmachsystm.h152 #define MACH_CPUCONTEXT_OP_START 0 macro