Searched refs:tsc_to_system_mul (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/tools/arch/x86/include/asm/ |
D | pvclock-abi.h | 31 u32 tsc_to_system_mul; member
|
D | pvclock.h | 82 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
|
/Linux-v6.6/arch/x86/include/asm/ |
D | pvclock-abi.h | 31 u32 tsc_to_system_mul; member
|
D | pvclock.h | 86 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
|
/Linux-v6.6/include/xen/arm/ |
D | interface.h | 71 u32 tsc_to_system_mul; member
|
/Linux-v6.6/arch/x86/kernel/ |
D | pvclock.c | 31 do_div(pv_tsc_khz, src->tsc_to_system_mul); in pvclock_tsc_khz()
|
/Linux-v6.6/include/xen/interface/ |
D | xen.h | 500 uint32_t tsc_to_system_mul; member
|
/Linux-v6.6/Documentation/virt/kvm/x86/ |
D | msr.rst | 72 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-v6.6/tools/testing/selftests/kvm/x86_64/ |
D | xen_shinfo_test.c | 105 u32 tsc_to_system_mul; member 989 ti->version, ti->tsc_timestamp, ti->system_time, ti->tsc_to_system_mul, in main() 992 ti2->version, ti2->tsc_timestamp, ti2->system_time, ti2->tsc_to_system_mul, in main()
|
/Linux-v6.6/arch/x86/kvm/ |
D | trace.h | 1004 __field( __u32, tsc_to_system_mul ) 1014 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul; 1026 __entry->tsc_to_system_mul,
|
D | hyperv.c | 1122 if (hv_clock->tsc_to_system_mul >= max_mul) in compute_tsc_page_parameters() 1131 hv_clock->tsc_to_system_mul, in compute_tsc_page_parameters()
|
D | xen.c | 2097 entry->ecx = vcpu->arch.hv_clock.tsc_to_system_mul; in kvm_xen_update_tsc_info()
|
D | x86.c | 3069 &hv_clock.tsc_to_system_mul); in __get_kvmclock() 3217 &vcpu->hv_clock.tsc_to_system_mul); in kvm_guest_time_update()
|