Searched refs:cyc2ns_offset (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtimer.h32 u64 cyc2ns_offset; member in struct:cyc2ns_data
/linux-master/arch/x86/kernel/cpu/
H A Dvmware.c152 ns -= vmware_cyc2ns.cyc2ns_offset;
163 d->cyc2ns_offset = mul_u64_u32_shr(tsc_now, d->cyc2ns_mul,
166 pr_info("using clock offset of %llu ns\n", d->cyc2ns_offset);
/linux-master/arch/x86/kernel/
H A Dtsc.c80 data->cyc2ns_offset = this_cpu_read(cyc2ns.data[idx].cyc2ns_offset);
129 ns = data.cyc2ns_offset;
171 data.cyc2ns_offset = ns_now -
968 * states. To cope up with this, recompute the cyc2ns_offset for each cpu so
989 this_cpu_write(cyc2ns.data[0].cyc2ns_offset, 0);
990 this_cpu_write(cyc2ns.data[1].cyc2ns_offset, 0);
995 per_cpu(cyc2ns.data[0].cyc2ns_offset, cpu) = offset;
996 per_cpu(cyc2ns.data[1].cyc2ns_offset, cpu) = offset;
/linux-master/arch/x86/events/
H A Dcore.c2724 offset = data.cyc2ns_offset + __sched_clock_offset;

Completed in 139 milliseconds