Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_pc.c358 mach_cpucontext_xfree(struct cpu *cp, void *arg, int err, int optype) in mach_cpucontext_xfree() function
417 mach_cpucontext_xfree(cp, arg, err, MACH_CPUCONTEXT_OP_START); in mach_cpucontext_free()
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()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachsystm.h161 extern void mach_cpucontext_xfree(struct cpu *, void *, int, int);