OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:freq_from_cpuid
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x86/x86/
cpu.c
1419
static uint64_t
freq_from_cpuid
= 0;
local in function:cpu_get_tsc_freq
1434
if (
freq_from_cpuid
!= 0)
1438
freq =
freq_from_cpuid
= cpu_tsc_freq_cpuid(ci);
1487
freq_from_cpuid
= cpu_tsc_freq_cpuid(ci);
1488
if ((
freq_from_cpuid
!= 0)
1489
&& (freq !=
freq_from_cpuid
))
Completed in 12 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025