Home
last modified time | relevance | path

Searched refs:cyc2ns_offset (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Dtsc.c186 data->cyc2ns_offset = 0; in cyc2ns_data_init()
218 ns = data->cyc2ns_offset; in cycles_2_ns()
225 ns = data->cyc2ns_offset; in cycles_2_ns()
264 data->cyc2ns_offset = ns_now - in set_cyc2ns_scale()
866 this_cpu_write(cyc2ns.data[0].cyc2ns_offset, 0); in tsc_restore_sched_clock_state()
867 this_cpu_write(cyc2ns.data[1].cyc2ns_offset, 0); in tsc_restore_sched_clock_state()
872 per_cpu(cyc2ns.data[0].cyc2ns_offset, cpu) = offset; in tsc_restore_sched_clock_state()
873 per_cpu(cyc2ns.data[1].cyc2ns_offset, cpu) = offset; in tsc_restore_sched_clock_state()
/linux-4.1.27/arch/x86/include/asm/
Dtimer.h29 u64 cyc2ns_offset; member
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c2112 userpg->time_offset = data->cyc2ns_offset - now; in arch_perf_update_userpage()
2120 userpg->time_zero = data->cyc2ns_offset; in arch_perf_update_userpage()