cyc2ns_offset    2333 arch/x86/events/core.c 	offset = data.cyc2ns_offset + __sched_clock_offset;
cyc2ns_offset      32 arch/x86/include/asm/timer.h 	u64 cyc2ns_offset;
cyc2ns_offset     121 arch/x86/kernel/cpu/vmware.c 	ns -= vmware_cyc2ns.cyc2ns_offset;
cyc2ns_offset     132 arch/x86/kernel/cpu/vmware.c 	d->cyc2ns_offset = mul_u64_u32_shr(tsc_now, d->cyc2ns_mul,
cyc2ns_offset     136 arch/x86/kernel/cpu/vmware.c 	pr_info("using sched offset of %llu ns\n", d->cyc2ns_offset);
cyc2ns_offset      72 arch/x86/kernel/tsc.c 		data->cyc2ns_offset = this_cpu_read(cyc2ns.data[idx].cyc2ns_offset);
cyc2ns_offset     115 arch/x86/kernel/tsc.c 	ns = data.cyc2ns_offset;
cyc2ns_offset     150 arch/x86/kernel/tsc.c 	data.cyc2ns_offset = ns_now -
cyc2ns_offset     946 arch/x86/kernel/tsc.c 	this_cpu_write(cyc2ns.data[0].cyc2ns_offset, 0);
cyc2ns_offset     947 arch/x86/kernel/tsc.c 	this_cpu_write(cyc2ns.data[1].cyc2ns_offset, 0);
cyc2ns_offset     952 arch/x86/kernel/tsc.c 		per_cpu(cyc2ns.data[0].cyc2ns_offset, cpu) = offset;
cyc2ns_offset     953 arch/x86/kernel/tsc.c 		per_cpu(cyc2ns.data[1].cyc2ns_offset, cpu) = offset;