Home
last modified time | relevance | path

Searched refs:cpu_mstate_gen (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dmsacct.c154 gen = cpu->cpu_mstate_gen; \
155 cpu->cpu_mstate_gen = 0; \
161 cpu->cpu_mstate_gen = (++gen == 0) ? 1 : gen;
/titanic_44/usr/src/uts/i86pc/os/
H A Dmachdep.c1129 gen = cpu->cpu_mstate_gen; in get_cpu_mstate()
1140 if (gen != 0 && gen == cpu->cpu_mstate_gen && now > start) in get_cpu_mstate()
/titanic_44/usr/src/uts/sun4/os/
H A Dmachdep.c778 gen = cpu->cpu_mstate_gen; in get_cpu_mstate()
789 if (gen != 0 && gen == cpu->cpu_mstate_gen && now > start) in get_cpu_mstate()
/titanic_44/usr/src/uts/common/sys/
H A Dcpuvar.h188 volatile uint16_t cpu_mstate_gen; /* generation counter */ member