Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1405 uint64_t cpu_mhz; in machhztomhz() local
1408 cpu_mhz = (cpu_freq_hz + (MEGA_HZ / 2)) / MEGA_HZ; in machhztomhz()
1410 if (cpu_mhz > INT_MAX) in machhztomhz()
1413 return ((int)cpu_mhz); in machhztomhz()