tsc_scale         299 arch/x86/include/asm/hyperv-tlfs.h 	volatile u64 tsc_scale;
tsc_scale         431 arch/x86/include/asm/hyperv-tlfs.h 	__u64 tsc_scale;
tsc_scale         411 arch/x86/kvm/hyperv.c 	return mul_u64_u64_shr(tsc, hv->tsc_ref.tsc_scale, 64)
tsc_scale         922 arch/x86/kvm/hyperv.c 	tsc_ref->tsc_scale =
tsc_scale         930 arch/x86/kvm/hyperv.c 		mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64);
tsc_scale          69 include/clocksource/hyperv_timer.h 		scale = READ_ONCE(tsc_pg->tsc_scale);