cyc2ns             60 arch/x86/kernel/tsc.c static DEFINE_PER_CPU_ALIGNED(struct cyc2ns, cyc2ns);
cyc2ns             69 arch/x86/kernel/tsc.c 		seq = this_cpu_read(cyc2ns.seq.sequence);
cyc2ns             72 arch/x86/kernel/tsc.c 		data->cyc2ns_offset = this_cpu_read(cyc2ns.data[idx].cyc2ns_offset);
cyc2ns             73 arch/x86/kernel/tsc.c 		data->cyc2ns_mul    = this_cpu_read(cyc2ns.data[idx].cyc2ns_mul);
cyc2ns             74 arch/x86/kernel/tsc.c 		data->cyc2ns_shift  = this_cpu_read(cyc2ns.data[idx].cyc2ns_shift);
cyc2ns             76 arch/x86/kernel/tsc.c 	} while (unlikely(seq != this_cpu_read(cyc2ns.seq.sequence)));
cyc2ns            127 arch/x86/kernel/tsc.c 	struct cyc2ns *c2n;
cyc2ns            153 arch/x86/kernel/tsc.c 	c2n = per_cpu_ptr(&cyc2ns, cpu);
cyc2ns            180 arch/x86/kernel/tsc.c 	struct cyc2ns *c2n = this_cpu_ptr(&cyc2ns);
cyc2ns            194 arch/x86/kernel/tsc.c 	struct cyc2ns *c2n = this_cpu_ptr(&cyc2ns);
cyc2ns            200 arch/x86/kernel/tsc.c 			c2n = per_cpu_ptr(&cyc2ns, cpu);
cyc2ns            946 arch/x86/kernel/tsc.c 	this_cpu_write(cyc2ns.data[0].cyc2ns_offset, 0);
cyc2ns            947 arch/x86/kernel/tsc.c 	this_cpu_write(cyc2ns.data[1].cyc2ns_offset, 0);
cyc2ns            952 arch/x86/kernel/tsc.c 		per_cpu(cyc2ns.data[0].cyc2ns_offset, cpu) = offset;
cyc2ns            953 arch/x86/kernel/tsc.c 		per_cpu(cyc2ns.data[1].cyc2ns_offset, cpu) = offset;