Searched refs:mach_cpucontext_free (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | machsystm.h | 158 extern void mach_cpucontext_free(struct cpu *, void *, int);
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 398 mach_cpucontext_free(cp, NULL, err); in mach_cpucontext_alloc() 411 mach_cpucontext_free(struct cpu *cp, void *arg, int err) in mach_cpucontext_free() function
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | mp_startup.c | 1374 mach_cpucontext_free(cp, ctx, error); in mp_start_cpu_common() 1393 mach_cpucontext_free(cp, ctx, error); in mp_start_cpu_common() 1405 mach_cpucontext_free(cp, ctx, 0); in mp_start_cpu_common()
|
H A D | mp_pc.c | 390 mach_cpucontext_free(struct cpu *cp, void *arg, int err) in mach_cpucontext_free() function
|