Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dhyperv.h55 return &vcpu->arch.hyperv; in vcpu_to_hv_vcpu()
62 arch = container_of(hv_vcpu, struct kvm_vcpu_arch, hyperv); in hv_vcpu_to_vcpu()
68 return &vcpu->arch.hyperv.synic; in vcpu_to_synic()
78 return &vcpu->kvm->arch.hyperv.hv_syndbg; in vcpu_to_hv_syndbg()
117 return !bitmap_empty(vcpu->arch.hyperv.stimer_pending_bitmap, in kvm_hv_has_stimer_pending()
Dhyperv.c193 struct kvm_vcpu_hv *hv_vcpu = &vcpu->arch.hyperv; in synic_exit()
289 struct kvm_hv *hv = &kvm->arch.hyperv; in kvm_hv_syndbg_complete_userspace()
291 if (vcpu->run->hyperv.u.syndbg.msr == HV_X64_MSR_SYNDBG_CONTROL) in kvm_hv_syndbg_complete_userspace()
293 vcpu->run->hyperv.u.syndbg.status; in kvm_hv_syndbg_complete_userspace()
300 struct kvm_vcpu_hv *hv_vcpu = &vcpu->arch.hyperv; in syndbg_exit()
523 struct kvm_hv *hv = &kvm->arch.hyperv; in get_time_ref_counter()
851 if (!(vcpu->arch.hyperv.hv_vapic & HV_X64_MSR_VP_ASSIST_PAGE_ENABLE)) in kvm_hv_assist_page_enabled()
953 struct kvm_hv *hv = &vcpu->kvm->arch.hyperv; in kvm_hv_msr_get_crash_data()
965 struct kvm_hv *hv = &vcpu->kvm->arch.hyperv; in kvm_hv_msr_get_crash_ctl()
973 struct kvm_hv *hv = &vcpu->kvm->arch.hyperv; in kvm_hv_msr_set_crash_ctl()
[all …]
DMakefile18 hyperv.o debugfs.o mmu/mmu.o mmu/page_track.o \
Dlapic.h130 return vcpu->arch.hyperv.hv_vapic & HV_X64_MSR_VP_ASSIST_PAGE_ENABLE; in kvm_hv_vapic_assist_page_enabled()
Dx86.c9172 vcpu->run->hyperv = vcpu->arch.hyperv.exit; in vcpu_enter_guest()
10614 kfree(kvm->arch.hyperv.hv_pa_pg); in kvm_arch_free_vm()
/arch/x86/include/asm/trace/
Dhyperv.h2 #define TRACE_SYSTEM hyperv
94 #define TRACE_INCLUDE_FILE hyperv
/arch/x86/
DKbuild14 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
/arch/x86/include/asm/
Dkvm_host.h721 struct kvm_vcpu_hv hyperv; member
973 struct kvm_hv hyperv; member
/arch/x86/kvm/vmx/
Dvmx.c615 &vcpu->kvm->arch.hyperv.hv_pa_pg; in hv_enable_direct_tlbflush()
6917 current_evmcs->hv_vp_id = vcpu->arch.hyperv.vp_index; in vmx_vcpu_run()