Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
A Dpvclock-abi.h31 u32 tsc_to_system_mul; member
A Dpvclock.h82 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
/linux/arch/x86/include/asm/
A Dpvclock-abi.h31 u32 tsc_to_system_mul; member
A Dpvclock.h87 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
/linux/include/xen/arm/
A Dinterface.h71 u32 tsc_to_system_mul; member
/linux/arch/x86/kernel/
A Dpvclock.c31 do_div(pv_tsc_khz, src->tsc_to_system_mul); in pvclock_tsc_khz()
/linux/include/xen/interface/
A Dxen.h500 uint32_t tsc_to_system_mul; member
/linux/Documentation/virt/kvm/x86/
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/tools/testing/selftests/kvm/x86_64/
A Dxen_shinfo_test.c106 u32 tsc_to_system_mul; member
1013 ti->version, ti->tsc_timestamp, ti->system_time, ti->tsc_to_system_mul, in main()
1016 ti2->version, ti2->tsc_timestamp, ti2->system_time, ti2->tsc_to_system_mul, in main()
/linux/arch/x86/kvm/
A Dtrace.h1008 __field( __u32, tsc_to_system_mul )
1018 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul;
1030 __entry->tsc_to_system_mul,
A Dhyperv.c1124 if (hv_clock->tsc_to_system_mul >= max_mul) in compute_tsc_page_parameters()
1133 hv_clock->tsc_to_system_mul, in compute_tsc_page_parameters()
A Dxen.c2272 entry->ecx = vcpu->arch.hv_clock.tsc_to_system_mul; in kvm_xen_update_tsc_info()
A Dx86.c3132 &hv_clock.tsc_to_system_mul); in __get_kvmclock()
3295 &vcpu->hv_clock.tsc_to_system_mul); in kvm_guest_time_update()
3394 &hv_clock.tsc_to_system_mul); in kvm_get_wall_clock_epoch()

Completed in 43 milliseconds