Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpvclock-abi.h31 u32 tsc_to_system_mul; member
H A Dpvclock.h85 u64 offset = pvclock_scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles()
/OK3568_Linux_fs/kernel/include/xen/arm/
H A Dinterface.h71 u32 tsc_to_system_mul; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dpvclock.c31 do_div(pv_tsc_khz, src->tsc_to_system_mul); in pvclock_tsc_khz()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
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
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dxen.h517 uint32_t tsc_to_system_mul; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dtrace.h921 __field( __u32, tsc_to_system_mul )
931 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul;
943 __entry->tsc_to_system_mul,
H A Dhyperv.c1055 if (hv_clock->tsc_to_system_mul >= max_mul) in compute_tsc_page_parameters()
1064 hv_clock->tsc_to_system_mul, in compute_tsc_page_parameters()
H A Dx86.c2636 &hv_clock.tsc_to_system_mul); in get_kvmclock_ns()
2771 &vcpu->hv_clock.tsc_to_system_mul); in kvm_guest_time_update()