Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dhyperv.c77 p->tsc_scale = vcpu->vm->arch_vm.hyperv.tsc_scale; in hyperv_setup_tsc_page()
78 p->tsc_offset = vcpu->vm->arch_vm.hyperv.tsc_offset; 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()
156 vcpu->vm->arch_vm.hyperv.guest_os_id.val64 = wval; in hyperv_wrmsr()
197 *rval = vcpu->vm->arch_vm.hyperv.guest_os_id.val64; in hyperv_rdmsr()
209 *rval = vcpu->vm->arch_vm.hyperv.ref_tsc_page.val64; in hyperv_rdmsr()
250 vm->arch_vm.hyperv.tsc_scale = tsc_scale; in hyperv_init_time()
251 vm->arch_vm.hyperv.tsc_offset = tsc_offset; in hyperv_init_time()
317 vm->arch_vm.hyperv.hypercall_page.enabled = 0U; in hyperv_page_destory()
319 vm->arch_vm.hyperv.guest_os_id.val64 = 0UL; in hyperv_page_destory()
[all …]
/hypervisor/include/arch/x86/asm/guest/
A Dvm.h120 struct acrn_hyperv hyperv; member
/hypervisor/
A DMakefile286 VP_BASE_C_SRCS += arch/x86/guest/hyperv.c

Completed in 6 milliseconds