cyc2ns_shift     2341 arch/x86/events/core.c 	userpg->time_shift = data.cyc2ns_shift;
cyc2ns_shift       31 arch/x86/include/asm/timer.h 	u32 cyc2ns_shift;
cyc2ns_shift      120 arch/x86/kernel/cpu/vmware.c 			     vmware_cyc2ns.cyc2ns_shift);
cyc2ns_shift      130 arch/x86/kernel/cpu/vmware.c 	clocks_calc_mult_shift(&d->cyc2ns_mul, &d->cyc2ns_shift,
cyc2ns_shift      133 arch/x86/kernel/cpu/vmware.c 					   d->cyc2ns_shift);
cyc2ns_shift       74 arch/x86/kernel/tsc.c 		data->cyc2ns_shift  = this_cpu_read(cyc2ns.data[idx].cyc2ns_shift);
cyc2ns_shift      116 arch/x86/kernel/tsc.c 	ns += mul_u64_u32_shr(cyc, data.cyc2ns_mul, data.cyc2ns_shift);
cyc2ns_shift      136 arch/x86/kernel/tsc.c 	clocks_calc_mult_shift(&data.cyc2ns_mul, &data.cyc2ns_shift, khz,
cyc2ns_shift      145 arch/x86/kernel/tsc.c 	if (data.cyc2ns_shift == 32) {
cyc2ns_shift      146 arch/x86/kernel/tsc.c 		data.cyc2ns_shift = 31;
cyc2ns_shift      151 arch/x86/kernel/tsc.c 		mul_u64_u32_shr(tsc_now, data.cyc2ns_mul, data.cyc2ns_shift);
cyc2ns_shift      459 arch/x86/platform/uv/tlb_uv.c 	ns = mul_u64_u32_shr(cyc, data.cyc2ns_mul, data.cyc2ns_shift);
cyc2ns_shift      474 arch/x86/platform/uv/tlb_uv.c 	cyc = (ns << data.cyc2ns_shift) / data.cyc2ns_mul;