Home
last modified time | relevance | path

Searched refs:tsc_scale (Results 1 – 2 of 2) sorted by relevance

/hypervisor/arch/x86/guest/
A Dhyperv.c35 uint64_t tsc_scale; member
77 p->tsc_scale = vcpu->vm->arch_vm.hyperv.tsc_scale; in hyperv_setup_tsc_page()
103 return hyperv_scale_tsc(vm->arch_vm.hyperv.tsc_scale) - vm->arch_vm.hyperv.tsc_offset; in hyperv_get_ReferenceTime()
233 uint64_t tsc_scale, tsc_khz = get_tsc_khz(); in hyperv_init_time() local
247 tsc_scale = u64_shl64_div_u64(10000U, tsc_khz); in hyperv_init_time()
248 tsc_offset = hyperv_scale_tsc(tsc_scale); in hyperv_init_time()
250 vm->arch_vm.hyperv.tsc_scale = tsc_scale; in hyperv_init_time()
254 __func__, tsc_scale, tsc_offset); in hyperv_init_time()
/hypervisor/include/arch/x86/asm/guest/
A Dhyperv.h58 uint64_t tsc_scale; member

Completed in 3 milliseconds