OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tsc_shift
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/xen/xen/
xen_clock.c
86
"int"/*
tsc_shift
*/,
94
"int"/*
tsc_shift
*/,
102
"int"/*
tsc_shift
*/,
110
"int"/*
tsc_shift
*/,
247
int8_t
tsc_shift
)
251
if (
tsc_shift
< 0)
252
delta_tsc >>= -
tsc_shift
;
254
delta_tsc <<=
tsc_shift
;
279
int8_t
tsc_shift
;
local in function:xen_vcputime_systime_ns
299
tsc_shift
= vt->tsc_shift
606
int8_t
tsc_shift
;
local in function:xen_delay
[
all
...]
xen_clock.c
86
"int"/*
tsc_shift
*/,
94
"int"/*
tsc_shift
*/,
102
"int"/*
tsc_shift
*/,
110
"int"/*
tsc_shift
*/,
247
int8_t
tsc_shift
)
251
if (
tsc_shift
< 0)
252
delta_tsc >>= -
tsc_shift
;
254
delta_tsc <<=
tsc_shift
;
279
int8_t
tsc_shift
;
local in function:xen_vcputime_systime_ns
299
tsc_shift
= vt->tsc_shift
606
int8_t
tsc_shift
;
local in function:xen_delay
[
all
...]
/src/sys/external/mit/xen-include-public/dist/xen/include/public/
xen.h
643
* ((((tsc - tsc_timestamp) <<
tsc_shift
) * tsc_to_system_mul) >> 32)
645
* ((10^9 << 32) / tsc_to_system_mul) >>
tsc_shift
648
int8_t
tsc_shift
;
member in struct:vcpu_time_info
xen.h
643
* ((((tsc - tsc_timestamp) <<
tsc_shift
) * tsc_to_system_mul) >> 32)
645
* ((10^9 << 32) / tsc_to_system_mul) >>
tsc_shift
648
int8_t
tsc_shift
;
member in struct:vcpu_time_info
Completed in 59 milliseconds
Indexes created Thu Sep 25 15:09:46 GMT 2025