OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idlo
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/x86/
est.c
1123
uint16_t cur, idhi,
idlo
;
local in function:est_tables
1130
idlo
= (msr >> 48) & 0xffff;
1134
if (idhi == 0 ||
idlo
== 0 || cur == 0 ||
1135
((cur >> 8) & 0xff) < ((
idlo
>> 8) & 0xff) ||
1144
uint8_t crlo = (
idlo
>> 8) & 0xff;
1164
* Find an entry which matches (vendor, bus_clock, idhi,
idlo
).
1174
idhi == fql->table[0] &&
idlo
== fql->table[fql->n - 1]) {
1186
* Some CPUs report the same frequency in idhi and
idlo
,
1189
if (idhi ==
idlo
) {
1190
aprint_debug_dev(self, "idhi ==
idlo
\n")
[
all
...]
est.c
1123
uint16_t cur, idhi,
idlo
;
local in function:est_tables
1130
idlo
= (msr >> 48) & 0xffff;
1134
if (idhi == 0 ||
idlo
== 0 || cur == 0 ||
1135
((cur >> 8) & 0xff) < ((
idlo
>> 8) & 0xff) ||
1144
uint8_t crlo = (
idlo
>> 8) & 0xff;
1164
* Find an entry which matches (vendor, bus_clock, idhi,
idlo
).
1174
idhi == fql->table[0] &&
idlo
== fql->table[fql->n - 1]) {
1186
* Some CPUs report the same frequency in idhi and
idlo
,
1189
if (idhi ==
idlo
) {
1190
aprint_debug_dev(self, "idhi ==
idlo
\n")
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025