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

/illumos-gate/usr/src/uts/i86pc/cpu/genuineintel/
H A Dgintel_main.c454 int cpu_generation = CPU_GENERATION_DONT_CARE; local
458 cpu_generation = CPU_GENERATION_NEHALEM_EP;
460 return (cpu_generation);
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h224 * cpu_generation is updated whenever CPU goes on-line or off-line.
225 * Updates to cpu_generation are protected by cpu_lock.
229 volatile uint_t cpu_generation; /* tracking on/off-line */ member in struct:cpu
610 * Updates to cpu_generation should be protected by cpu_lock.
612 #define CPU_NEW_GENERATION(cp) ((cp)->cpu_generation++)
/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c1359 kstat->cu_generation.value.ui32 = cp->cpu_generation;
1382 kstat->cu_generation.value.ui32 = cp->cpu_generation;

Completed in 74 milliseconds