Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dpvclock-abi.h31 u32 tsc_to_system_mul; member
Dpvclock.h85 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
/Linux-v4.19/include/xen/arm/
Dinterface.h71 u32 tsc_to_system_mul; member
/Linux-v4.19/arch/x86/kernel/
Dpvclock.c42 do_div(pv_tsc_khz, src->tsc_to_system_mul); in pvclock_tsc_khz()
/Linux-v4.19/Documentation/virtual/kvm/
Dmsr.txt61 u32 tsc_to_system_mul;
88 tsc_to_system_mul: multiplier to be used when converting
93 multiplication with tsc_to_system_mul does not overflow.
106 time = (time * tsc_to_system_mul) >> 32
/Linux-v4.19/include/xen/interface/
Dxen.h517 uint32_t tsc_to_system_mul; member
/Linux-v4.19/arch/x86/kvm/
Dtrace.h929 __field( __u32, tsc_to_system_mul )
939 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul;
951 __entry->tsc_to_system_mul,
Dhyperv.c876 if (hv_clock->tsc_to_system_mul >= max_mul) in compute_tsc_page_parameters()
885 hv_clock->tsc_to_system_mul, in compute_tsc_page_parameters()
Dx86.c1968 &hv_clock.tsc_to_system_mul); in get_kvmclock_ns()
2103 &vcpu->hv_clock.tsc_to_system_mul); in kvm_guest_time_update()