Home
last modified time | relevance | path

Searched refs:cyc2ns_mul (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/kernel/cpu/
H A Dvmware.c168 ns = mul_u64_u32_shr(rdtsc(), vmware_cyc2ns.cyc2ns_mul, in vmware_sched_clock()
179 clocks_calc_mult_shift(&d->cyc2ns_mul, &d->cyc2ns_shift, in vmware_cyc2ns_setup()
181 d->cyc2ns_offset = mul_u64_u32_shr(tsc_now, d->cyc2ns_mul, in vmware_cyc2ns_setup()
250 return mul_u64_u32_shr(clock, vmware_cyc2ns.cyc2ns_mul, in vmware_steal_clock()
/linux-6.15/arch/x86/include/asm/
H A Dtimer.h28 u32 cyc2ns_mul; member
/linux-6.15/arch/x86/kernel/
H A Dtsc.c84 data->cyc2ns_mul = this_cpu_read(cyc2ns.data[idx].cyc2ns_mul); in __cyc2ns_read()
133 ns += mul_u64_u32_shr(cyc, data.cyc2ns_mul, data.cyc2ns_shift); in __cycles_2_ns()
160 clocks_calc_mult_shift(&data.cyc2ns_mul, &data.cyc2ns_shift, khz, in __set_cyc2ns_scale()
171 data.cyc2ns_mul >>= 1; in __set_cyc2ns_scale()
175 mul_u64_u32_shr(tsc_now, data.cyc2ns_mul, data.cyc2ns_shift); in __set_cyc2ns_scale()
/linux-6.15/arch/x86/events/
H A Dcore.c2740 userpg->time_mult = data.cyc2ns_mul; in arch_perf_update_userpage()