Searched refs:tsc_khz (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | tsc.c | 29 unsigned int __read_mostly tsc_khz; variable 30 EXPORT_SYMBOL(tsc_khz); 815 tsc_khz = x86_platform.calibrate_tsc(); in recalibrate_cpu_khz() 816 cpu_khz = tsc_khz; in recalibrate_cpu_khz() 914 tsc_khz_ref = tsc_khz; in time_cpufreq_notifier() 920 tsc_khz = cpufreq_scale(tsc_khz_ref, ref_freq, freq->new); in time_cpufreq_notifier() 924 set_cyc2ns_scale(tsc_khz, freq->cpu); in time_cpufreq_notifier() 1118 if (abs(tsc_khz - freq) > tsc_khz/100) in tsc_refine_calibration_work() 1121 tsc_khz = freq; in tsc_refine_calibration_work() 1123 (unsigned long)tsc_khz / 1000, in tsc_refine_calibration_work() [all …]
|
D | kvmclock.c | 107 unsigned long tsc_khz; in kvm_get_tsc_khz() local 111 tsc_khz = pvclock_tsc_khz(src); in kvm_get_tsc_khz() 113 return tsc_khz; in kvm_get_tsc_khz()
|
D | tsc_sync.c | 55 end = start + (cycles_t) tsc_khz * timeout; in check_tsc_warp()
|
/linux-4.1.27/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.1.27/include/linux/ |
D | lguest.h | 61 u32 tsc_khz; member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/lguest/ |
D | lg.h | 108 u32 tsc_khz; member
|
/linux-4.1.27/arch/x86/lguest/ |
D | boot.c | 920 return lguest_data.tsc_khz; in lguest_tsc_khz()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | apic.c | 557 (tsc_khz / TSC_DIVISOR) * 1000, in setup_APIC_timer()
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 1241 thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm); in kvm_set_tsc_khz() 1242 thresh_hi = adjust_tsc_khz(tsc_khz, tsc_tolerance_ppm); in kvm_set_tsc_khz() 3605 user_tsc_khz = tsc_khz; in kvm_arch_vcpu_ioctl() 5527 khz = tsc_khz; in tsc_khz_changed() 5645 max_tsc_khz = tsc_khz; in kvm_timer_init()
|
D | svm.c | 903 max = min(0x7fffffffULL, __scale_tsc(tsc_khz, TSC_RATIO_MAX)); in svm_hardware_setup() 1009 if (user_tsc_khz > tsc_khz) { in svm_set_tsc_khz() 1021 do_div(ratio, tsc_khz); in svm_set_tsc_khz()
|
D | vmx.c | 2285 if (user_tsc_khz > tsc_khz) { in vmx_set_tsc_khz()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_pm.c | 4545 max_ia_freq = tsc_khz; in __gen6_update_ring_freq()
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 1506 Parameters: virtual tsc_khz
|