Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c57 struct time_scale tsc_scale; member
816 sys_to_tsc = scale_reciprocal(t->tsc_scale); in stime2tsc()
1006 now = t->stamp.local_stime + scale_delta(delta, &t->tsc_scale); in get_s_time_fixed()
1020 return scale_delta(ticks, &t->tsc_scale); in tsc_ticks2ns()
1067 _u.tsc_to_system_mul = t->tsc_scale.mul_frac; in __update_vcpu_system_time()
1068 _u.tsc_shift = t->tsc_scale.shift; in __update_vcpu_system_time()
1188 set_time_scale(&t->tsc_scale, freq); in cpu_frequency_change()
1333 t->tsc_scale.mul_frac = calibration_mul_frac; in local_time_calibration()
1334 t->tsc_scale.shift = tsc_shift; in local_time_calibration()
1604 t->tsc_scale = per_cpu(cpu_time, 0).tsc_scale; in init_percpu_time()
[all …]

Completed in 6 milliseconds