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 - 2
of
2
) 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
))
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 23 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025