Home
last modified time | relevance | path

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

/linux/include/xen/arm/
H A Dinterface.h71 u32 tsc_to_system_mul; member
/linux/tools/arch/x86/include/asm/
H A Dpvclock.h82 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
/linux/arch/x86/include/asm/
H A Dpvclock.h87 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
/linux/arch/x86/kernel/
H A Dpvclock.c31 do_div(pv_tsc_khz, src->tsc_to_system_mul); in pvclock_tsc_khz()
/linux/Documentation/virt/kvm/x86/
H A Dmsr.rst72 u32 tsc_to_system_mul;
102 tsc_to_system_mul:
109 multiplication with tsc_to_system_mul does not overflow.
122 time = (time * tsc_to_system_mul) >> 32
/linux/include/xen/interface/
H A Dxen.h500 uint32_t tsc_to_system_mul; member
/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c106 u32 tsc_to_system_mul; member
991 ti->version, ti->tsc_timestamp, ti->system_time, ti->tsc_to_system_mul, in main()
994 ti2->version, ti2->tsc_timestamp, ti2->system_time, ti2->tsc_to_system_mul, in main()
/linux/arch/x86/kvm/
H A Dtrace.h1107 __field( __u32, tsc_to_system_mul )
1117 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul;
1129 __entry->tsc_to_system_mul,