Searched refs:tsc_khz (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | tsc.c | 29 unsigned int __read_mostly tsc_khz; variable 30 EXPORT_SYMBOL(tsc_khz); 833 tsc_khz = x86_platform.calibrate_tsc(); in recalibrate_cpu_khz() 834 cpu_khz = tsc_khz; in recalibrate_cpu_khz() 932 tsc_khz_ref = tsc_khz; in time_cpufreq_notifier() 938 tsc_khz = cpufreq_scale(tsc_khz_ref, ref_freq, freq->new); in time_cpufreq_notifier() 942 set_cyc2ns_scale(tsc_khz, freq->cpu); in time_cpufreq_notifier() 1136 if (abs(tsc_khz - freq) > tsc_khz/100) in tsc_refine_calibration_work() 1139 tsc_khz = freq; in tsc_refine_calibration_work() 1141 (unsigned long)tsc_khz / 1000, in tsc_refine_calibration_work() [all …]
|
D | kvmclock.c | 132 unsigned long tsc_khz; in kvm_get_tsc_khz() local 136 tsc_khz = pvclock_tsc_khz(src); in kvm_get_tsc_khz() 138 return tsc_khz; in kvm_get_tsc_khz()
|
D | tsc_sync.c | 54 end = start + (cycles_t) tsc_khz * timeout; in check_tsc_warp()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | iommu.h | 10 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|
D | tsc.h | 18 extern unsigned int tsc_khz;
|
/linux-4.4.14/include/linux/ |
D | lguest.h | 61 u32 tsc_khz; member
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | gruhandles.c | 33 #define GRU_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000) 34 #define CLKS2NSEC(c) ((c) * 1000000 / tsc_khz)
|
/linux-4.4.14/drivers/lguest/x86/ |
D | core.c | 682 tsc_speed = tsc_khz; in lguest_arch_init_hypercalls() 685 if (put_user(tsc_speed, &cpu->lg->lguest_data->tsc_khz)) in lguest_arch_init_hypercalls()
|
/linux-4.4.14/drivers/lguest/ |
D | lg.h | 108 u32 tsc_khz; member
|
/linux-4.4.14/arch/x86/lguest/ |
D | boot.c | 926 return lguest_data.tsc_khz; in lguest_tsc_khz()
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 1268 if (user_tsc_khz > tsc_khz) { in set_tsc_khz() 1280 user_tsc_khz, tsc_khz); in set_tsc_khz() 1316 thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm); in kvm_set_tsc_khz() 1317 thresh_hi = adjust_tsc_khz(tsc_khz, tsc_tolerance_ppm); in kvm_set_tsc_khz() 3448 user_tsc_khz = tsc_khz; in kvm_arch_vcpu_ioctl() 5505 khz = tsc_khz; in tsc_khz_changed() 5623 max_tsc_khz = tsc_khz; in kvm_timer_init() 7489 __scale_tsc(kvm_max_tsc_scaling_ratio, tsc_khz)); in kvm_arch_hardware_setup()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic.c | 560 (tsc_khz / TSC_DIVISOR) * 1000, in setup_APIC_timer()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_pm.c | 5050 max_ia_freq = tsc_khz; in __gen6_update_ring_freq()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 1538 Parameters: virtual tsc_khz
|