Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/x86/include/asm/
Dpvclock-abi.h31 u32 tsc_to_system_mul; member
Dpvclock.h82 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
/linux-5.19.10/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-5.19.10/include/xen/arm/
Dinterface.h71 u32 tsc_to_system_mul; member
/linux-5.19.10/arch/x86/kernel/
Dpvclock.c31 do_div(pv_tsc_khz, src->tsc_to_system_mul); in pvclock_tsc_khz()
/linux-5.19.10/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c76 u32 tsc_to_system_mul; member
828 ti->version, ti->tsc_timestamp, ti->system_time, ti->tsc_to_system_mul, in main()
831 ti2->version, ti2->tsc_timestamp, ti2->system_time, ti2->tsc_to_system_mul, in main()
/linux-5.19.10/include/xen/interface/
Dxen.h500 uint32_t tsc_to_system_mul; member
/linux-5.19.10/Documentation/virt/kvm/x86/
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-5.19.10/arch/x86/kvm/
Dtrace.h971 __field( __u32, tsc_to_system_mul )
981 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul;
993 __entry->tsc_to_system_mul,
Dhyperv.c1094 if (hv_clock->tsc_to_system_mul >= max_mul) in compute_tsc_page_parameters()
1103 hv_clock->tsc_to_system_mul, in compute_tsc_page_parameters()
Dx86.c2991 &hv_clock.tsc_to_system_mul); in __get_kvmclock()
3141 &vcpu->hv_clock.tsc_to_system_mul); in kvm_guest_time_update()