Searched refs:tsc_to_system_mul (Results 1 – 11 of 11) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | pvclock-abi.h | 31 u32 tsc_to_system_mul; member
|
/linux/tools/arch/x86/include/asm/ |
H A D | pvclock-abi.h | 31 u32 tsc_to_system_mul; member
|
H A D | pvclock.h | 82 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
|
/linux/include/xen/arm/ |
H A D | interface.h | 71 u32 tsc_to_system_mul; member
|
/linux/arch/x86/kernel/ |
H A D | pvclock.c | 31 do_div(pv_tsc_khz, src->tsc_to_system_mul); in pvclock_tsc_khz()
|
/linux/include/xen/interface/ |
H A D | xen.h | 496 * system_time + ((tsc - tsc_timestamp) << tsc_shift) * tsc_to_system_mul 498 * ((10^9 << 32) / tsc_to_system_mul) >> tsc_shift 500 uint32_t tsc_to_system_mul; member
|
/linux/tools/testing/selftests/kvm/x86/ |
H A D | xen_shinfo_test.c | 106 u32 tsc_to_system_mul; member 997 ti->version, ti->tsc_timestamp, ti->system_time, ti->tsc_to_system_mul, in main() 1000 ti2->version, ti2->tsc_timestamp, ti2->system_time, ti2->tsc_to_system_mul, in main()
|
/linux/arch/x86/kvm/ |
H A D | trace.h | 1106 __field( __u32, tsc_to_system_mul ) 1116 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul; 1122 "system_time 0x%llx, tsc_to_system_mul 0x%x, tsc_shift %d, " 1128 __entry->tsc_to_system_mul,
|
H A D | hyperv.c | 1082 * nsec = (ticks - tsc_timestamp) * tsc_to_system_mul * 2^(tsc_shift-32) 1090 * ticks * scale / 2^64 = ticks * tsc_to_system_mul * 2^(tsc_shift-32) / 100 1091 * scale / 2^64 = tsc_to_system_mul * 2^(tsc_shift-32) / 100 1092 * scale = tsc_to_system_mul * 2^(32+tsc_shift) / 100 1095 * nsec = ticks * tsc_to_system_mul * 2^(tsc_shift-32) 1096 * - tsc_timestamp * tsc_to_system_mul * 2^(tsc_shift-32) 1098 * nsec/100 = ticks * tsc_to_system_mul * 2^(tsc_shift-32) / 100 1099 * - tsc_timestamp * tsc_to_system_mul * 2^(tsc_shift-32) / 100 1102 * Replace tsc_to_system_mul * 2^(tsc_shift-32) / 100 by scale / 2^64: 1122 * tsc_to_system_mul * in compute_tsc_page_parameters() [all...] |
H A D | xen.c | 180 hv_clock->tsc_to_system_mul != vcpu->arch.pvclock_tsc_mul) in xen_get_guest_pvclock()
|
H A D | x86.c | 3124 &hv_clock.tsc_to_system_mul); in __get_kvmclock() 3278 hv_clock.tsc_to_system_mul = vcpu->pvclock_tsc_mul; in kvm_guest_time_update() 3394 &hv_clock.tsc_to_system_mul); in kvm_get_wall_clock_epoch()
|