Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Ddebugfs-hyperv1 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
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_extended_hypercalls.c76 outval = addr_gpa2hva(vm, run->hyperv.u.hcall.params[1]); in main()
78 run->hyperv.u.hcall.result = HV_STATUS_SUCCESS; in main()
/linux/arch/x86/include/asm/trace/
H A Dhyperv.h2 #define TRACE_SYSTEM hyperv
94 #define TRACE_INCLUDE_FILE hyperv
/linux/drivers/hv/
H A Dhv_trace_balloon.h2 #define TRACE_SYSTEM hyperv
H A Dhv_trace.h4 #define TRACE_SYSTEM hyperv
/linux/arch/x86/
H A DKbuild22 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
/linux/drivers/net/
H A DMakefile83 obj-$(CONFIG_HYPERV_NET) += hyperv/
H A DKconfig602 source "drivers/net/hyperv/Kconfig"
/linux/Documentation/virt/hyperv/
H A Dvpci.rst46 drivers/pci/controller/pci-hyperv.c handles a newly introduced
197 hyperv.c) applies to Hyper-V and Linux guests running on x86
314 (pci-hyperv-intf.c, under CONFIG_PCI_HYPERV_INTERFACE) that
/linux/tools/testing/selftests/kvm/
H A DMakefile.kvm24 LIBKVM_x86 += lib/x86/hyperv.c
/linux/arch/x86/include/asm/
H A Dkvm_host.h1022 struct kvm_vcpu_hv *hyperv; member
1510 struct kvm_hv hyperv; member
/linux/Documentation/virt/kvm/
H A Dlocking.rst55 - vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock and kvm->arch.xen.xen_lock
H A Dapi.rst7067 struct kvm_hyperv_exit hyperv;
/linux/include/uapi/linux/
H A Dkvm.h417 struct kvm_hyperv_exit hyperv; member
/linux/tools/include/uapi/linux/
H A Dkvm.h416 struct kvm_hyperv_exit hyperv; member
/linux/
H A DMAINTAINERS8022 L: linux-hyperv@vger.kernel.org
8026 F: drivers/gpu/drm/hyperv
11974 L: linux-hyperv@vger.kernel.org
11976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
11978 F: Documentation/ABI/testing/debugfs-hyperv
11981 F: Documentation/virt/hyperv
11982 F: arch/arm64/hyperv
11984 F: arch/x86/hyperv
11986 F: arch/x86/include/asm/trace/hyperv.h
11989 F: drivers/hid/hid-hyperv
[all...]
/linux/arch/x86/kvm/
H A Dx86.c11310 vcpu->run->hyperv = hv_vcpu->exit; in vcpu_enter_guest()