Home
last modified time | relevance | path

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

/arch/x86/kvm/
A DMakefile13 kvm-$(CONFIG_KVM_HYPERV) += hyperv.o
21 kvm-intel-$(CONFIG_KVM_HYPERV) += vmx/hyperv.o vmx/hyperv_evmcs.o
27 kvm-amd-$(CONFIG_KVM_HYPERV) += svm/hyperv.o
A Dhyperv.h61 return &kvm->arch.hyperv; in to_kvm_hv()
66 return vcpu->arch.hyperv; in to_hv_vcpu()
85 return &vcpu->kvm->arch.hyperv.hv_syndbg; in to_hv_syndbg()
A Dhyperv.c340 if (vcpu->run->hyperv.u.syndbg.msr == HV_X64_MSR_SYNDBG_CONTROL) in kvm_hv_syndbg_complete_userspace()
342 vcpu->run->hyperv.u.syndbg.status; in kvm_hv_syndbg_complete_userspace()
912 vcpu->arch.hyperv = NULL; in kvm_hv_vcpu_uninit()
975 vcpu->arch.hyperv = hv_vcpu; in kvm_hv_vcpu_init()
2411 return kvm_hv_hypercall_complete(vcpu, vcpu->run->hyperv.u.hcall.result); in kvm_hv_hypercall_complete_userspace()
2691 vcpu->run->hyperv.type = KVM_EXIT_HYPERV_HCALL; in kvm_hv_hypercall()
2692 vcpu->run->hyperv.u.hcall.input = hc.param; in kvm_hv_hypercall()
2693 vcpu->run->hyperv.u.hcall.params[0] = hc.ingpa; in kvm_hv_hypercall()
2694 vcpu->run->hyperv.u.hcall.params[1] = hc.outgpa; in kvm_hv_hypercall()
A Dx86.c10778 vcpu->run->hyperv = hv_vcpu->exit; in vcpu_enter_guest()
/arch/x86/include/asm/trace/
A Dhyperv.h2 #define TRACE_SYSTEM hyperv
94 #define TRACE_INCLUDE_FILE hyperv
/arch/arm64/
A DKbuild5 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
/arch/x86/
A DKbuild20 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
/arch/x86/include/asm/
A Dkvm_host.h1002 struct kvm_vcpu_hv *hyperv; member
1442 struct kvm_hv hyperv; member

Completed in 56 milliseconds