Searched refs:preserve_context (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c2416 * If preserve_context is true, the caller is interested in the CPU's CPC
2419 * If preserve_context is false, the caller does not need the CPU's CPC context
2423 kcpc_cpustop_func(boolean_t preserve_context) argument
2442 ASSERT(!preserve_context || !CU_CPC_ON(CPU));
2443 if (!preserve_context && CPU->cpu_cpc_ctx != NULL && !CU_CPC_ON(CPU))
2451 * preserve_context is true.
2454 kcpc_cpu_stop(cpu_t *cp, boolean_t preserve_context) argument
2457 preserve_context, 0);

Completed in 69 milliseconds