/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-hyperv | 1 What: /sys/kernel/debug/hyperv/<UUID>/fuzz_test_state 9 What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_buffer_interrupt_delay 17 What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_message_delay
|
/openbmc/qemu/target/i386/kvm/ |
H A D | meson.build | 11 i386_system_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'), if_false: files('hyperv-stub.…
|
/openbmc/linux/arch/x86/kvm/ |
H A D | Makefile | 14 hyperv.o debugfs.o mmu/mmu.o mmu/page_track.o \ 26 vmx/hyperv.o vmx/nested.o vmx/posted_intr.o 34 svm/sev.o svm/hyperv.o
|
H A D | hyperv.h | 59 return &kvm->arch.hyperv; in to_kvm_hv() 64 return vcpu->arch.hyperv; in to_hv_vcpu() 83 return &vcpu->kvm->arch.hyperv.hv_syndbg; in to_hv_syndbg()
|
H A D | hyperv.c | 340 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() 908 vcpu->arch.hyperv = NULL; in kvm_hv_vcpu_uninit() 972 vcpu->arch.hyperv = hv_vcpu; in kvm_hv_vcpu_init() 2354 return kvm_hv_hypercall_complete(vcpu, vcpu->run->hyperv.u.hcall.result); in kvm_hv_hypercall_complete_userspace() 2634 vcpu->run->hyperv.type = KVM_EXIT_HYPERV_HCALL; in kvm_hv_hypercall() 2635 vcpu->run->hyperv.u.hcall.input = hc.param; in kvm_hv_hypercall() 2636 vcpu->run->hyperv.u.hcall.params[0] = hc.ingpa; in kvm_hv_hypercall() 2637 vcpu->run->hyperv.u.hcall.params[1] = hc.outgpa; in kvm_hv_hypercall()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_extended_hypercalls.c | 74 outval = addr_gpa2hva(vm, run->hyperv.u.hcall.params[1]); in main() 76 run->hyperv.u.hcall.result = HV_STATUS_SUCCESS; in main()
|
/openbmc/linux/arch/x86/include/asm/trace/ |
H A D | hyperv.h | 2 #define TRACE_SYSTEM hyperv 94 #define TRACE_INCLUDE_FILE hyperv
|
/openbmc/linux/drivers/pci/controller/ |
H A D | Makefile | 5 obj-$(CONFIG_PCI_HYPERV) += pci-hyperv.o 6 obj-$(CONFIG_PCI_HYPERV_INTERFACE) += pci-hyperv-intf.o
|
/openbmc/linux/arch/arm64/ |
H A D | Kbuild | 5 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
|
/openbmc/linux/Documentation/virt/ |
H A D | index.rst | 18 hyperv/index
|
/openbmc/qemu/hw/hyperv/ |
H A D | meson.build | 1 specific_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
|
/openbmc/linux/arch/x86/ |
H A D | Kbuild | 16 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
|
/openbmc/linux/drivers/hv/ |
H A D | hv_trace_balloon.h | 2 #define TRACE_SYSTEM hyperv
|
H A D | hv_trace.h | 4 #define TRACE_SYSTEM hyperv
|
/openbmc/qemu/target/i386/hvf/ |
H A D | README.md | 6 2. Removal of `apic_page` and hyperv-related functionality.
|
/openbmc/qemu/docs/system/ |
H A D | target-i386.rst | 28 i386/hyperv
|
/openbmc/linux/drivers/input/serio/ |
H A D | Makefile | 32 obj-$(CONFIG_HYPERV_KEYBOARD) += hyperv-keyboard.o
|
/openbmc/qemu/hw/ |
H A D | meson.build | 13 subdir('hyperv') subdir
|
H A D | Kconfig | 14 source hyperv/Kconfig
|
/openbmc/linux/drivers/iommu/ |
H A D | Makefile | 28 obj-$(CONFIG_HYPERV_IOMMU) += hyperv-iommu.o
|
/openbmc/linux/drivers/net/ |
H A D | Makefile | 85 obj-$(CONFIG_HYPERV_NET) += hyperv/
|
/openbmc/linux/drivers/net/hyperv/ |
H A D | netvsc_trace.h | 181 #define TRACE_INCLUDE_PATH ../../drivers/net/hyperv
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | Makefile | 197 obj-$(CONFIG_DRM_HYPERV) += hyperv/
|
/openbmc/linux/Documentation/virt/hyperv/ |
H A D | overview.rst | 191 2. arch/x86/hyperv and arch/arm64/hyperv
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | Makefile | 37 LIBKVM_x86_64 += lib/x86_64/hyperv.c
|