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 | 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; 1128 __entry->tsc_to_system_mul,
|
H A D | hyperv.c | 1127 if (hv_clock->tsc_to_system_mul >= max_mul) in compute_tsc_page_parameters() 1136 hv_clock->tsc_to_system_mul, in compute_tsc_page_parameters()
|
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()
|