Searched defs:tsc_now (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | vmware.c | 158 unsigned long long tsc_now = rdtsc(); in vmware_cyc2ns_setup() local
|
/kernel/linux/linux-5.10/drivers/thermal/intel/ |
H A D | intel_powerclamp.c | 333 u64 msr_now, tsc_now; in powerclamp_adjust_controls() local 453 u64 tsc_now; in poll_pkg_cstate() local [all...] |
/kernel/linux/linux-6.6/drivers/thermal/intel/ |
H A D | intel_powerclamp.c | 463 u64 msr_now, tsc_now; in powerclamp_adjust_controls() local 533 u64 tsc_now; in poll_pkg_cstate() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | vmware.c | 159 unsigned long long tsc_now = rdtsc(); in vmware_cyc2ns_setup() local
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | tsc.c | 130 static void __set_cyc2ns_scale(unsigned long khz, int cpu, unsigned long long tsc_now) in __set_cyc2ns_scale() argument 168 static void set_cyc2ns_scale(unsigned long khz, int cpu, unsigned long long tsc_now) in set_cyc2ns_scale() argument 220 u64 tsc_now = rdtsc(); in native_sched_clock() local
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | apic.c | 894 u64 tsc_now = rdtsc(); in calibrate_APIC_clock() local
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | apic.c | 876 u64 tsc_now = rdtsc(); in calibrate_APIC_clock() local
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | tsc.c | 144 static void __set_cyc2ns_scale(unsigned long khz, int cpu, unsigned long long tsc_now) in __set_cyc2ns_scale() argument 182 static void set_cyc2ns_scale(unsigned long khz, int cpu, unsigned long long tsc_now) in set_cyc2ns_scale() argument 234 u64 tsc_now = rdtsc(); in native_sched_clock() local
|
Completed in 13 milliseconds