cyc2ns_mul       2340 arch/x86/events/core.c 	userpg->time_mult = data.cyc2ns_mul;
cyc2ns_mul         30 arch/x86/include/asm/timer.h 	u32 cyc2ns_mul;
cyc2ns_mul        119 arch/x86/kernel/cpu/vmware.c 	ns = mul_u64_u32_shr(rdtsc(), vmware_cyc2ns.cyc2ns_mul,
cyc2ns_mul        130 arch/x86/kernel/cpu/vmware.c 	clocks_calc_mult_shift(&d->cyc2ns_mul, &d->cyc2ns_shift,
cyc2ns_mul        132 arch/x86/kernel/cpu/vmware.c 	d->cyc2ns_offset = mul_u64_u32_shr(tsc_now, d->cyc2ns_mul,
cyc2ns_mul         73 arch/x86/kernel/tsc.c 		data->cyc2ns_mul    = this_cpu_read(cyc2ns.data[idx].cyc2ns_mul);
cyc2ns_mul        116 arch/x86/kernel/tsc.c 	ns += mul_u64_u32_shr(cyc, data.cyc2ns_mul, data.cyc2ns_shift);
cyc2ns_mul        136 arch/x86/kernel/tsc.c 	clocks_calc_mult_shift(&data.cyc2ns_mul, &data.cyc2ns_shift, khz,
cyc2ns_mul        147 arch/x86/kernel/tsc.c 		data.cyc2ns_mul >>= 1;
cyc2ns_mul        151 arch/x86/kernel/tsc.c 		mul_u64_u32_shr(tsc_now, data.cyc2ns_mul, data.cyc2ns_shift);
cyc2ns_mul        459 arch/x86/platform/uv/tlb_uv.c 	ns = mul_u64_u32_shr(cyc, data.cyc2ns_mul, data.cyc2ns_shift);
cyc2ns_mul        474 arch/x86/platform/uv/tlb_uv.c 	cyc = (ns << data.cyc2ns_shift) / data.cyc2ns_mul;