Home
last modified time | relevance | path

Searched refs:hv (Results 1 – 25 of 45) sorted by relevance

12

/linux/tools/testing/selftests/net/
H A Dtest_vxlan_under_vrf.sh50 ip link del veth-hv-1 2>/dev/null || true
63 hv[1]=$hv_1
64 hv[2]=$hv_2
69 ip link add veth-hv-1 type veth peer name veth-hv-2
70 setup-hv-networking() {
73 ip link set veth-hv-$id netns ${hv[$id]}
74 ip -netns ${hv[$id]} link set veth-hv-$id name veth0
76 ip -netns ${hv[$id]} link add vrf-underlay type vrf table 1
77 ip -netns ${hv[$id]} link set vrf-underlay up
78 ip -netns ${hv[$id]} addr add 172.16.0.$id/24 dev veth0
[all …]
H A Dtest_vxlan_vnifiltering.sh164 ip link del veth-hv-1 2>/dev/null || true
172 setup-hv-networking() {
179 ip link set veth-hv-$id netns ${hv[$id]}
180 ip -netns ${hv[$id]} link set veth-hv-$id name veth0
181 ip -netns ${hv[$id]} addr add $local1/$mask1 dev veth0
182 ip -netns ${hv[$id]} addr add $local2/$mask2 dev veth0
183 ip -netns ${hv[$id]} link set veth0 up
205 ip -netns ${hv[$hvid]} link add br$brid type bridge vlan_filtering 1 vlan_default_pvid 0 \
207 ip -netns ${hv[$hvid]} link set br$brid up
214 ip link set $hvvethif netns ${hv[$hvid]}
[all …]
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c197 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_sendpacket() local
209 drm_err_ratelimited(&hv->dev, "Unable to send packet via vmbus; error %d\n", ret); in hyperv_sendpacket()
216 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_negotiate_version() local
217 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_negotiate_version()
218 struct drm_device *dev = &hv->dev; in hyperv_negotiate_version()
228 t = wait_for_completion_timeout(&hv->wait, VMBUS_VSP_TIMEOUT); in hyperv_negotiate_version()
239 hv->synthvid_version = ver; in hyperv_negotiate_version()
248 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_update_vram_location() local
249 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_update_vram_location()
250 struct drm_device *dev = &hv in hyperv_update_vram_location()
348 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); hyperv_update_dirt() local
373 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); hyperv_get_supported_resolution() local
425 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); hyperv_receive_sub() local
514 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); hyperv_receive() local
549 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); hyperv_connect_vsp() local
[all...]
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dhyperv.c82 struct hyperv_test_pages *hv = addr_gva2hva(vm, hv_pages_gva); in vcpu_alloc_hyperv_test_pages() local
85 hv->vp_assist = (void *)vm_alloc_page(vm); in vcpu_alloc_hyperv_test_pages()
86 hv->vp_assist_hva = addr_gva2hva(vm, (uintptr_t)hv->vp_assist); in vcpu_alloc_hyperv_test_pages()
87 hv->vp_assist_gpa = addr_gva2gpa(vm, (uintptr_t)hv->vp_assist); in vcpu_alloc_hyperv_test_pages()
90 hv->partition_assist = (void *)vm_alloc_page(vm); in vcpu_alloc_hyperv_test_pages()
91 hv->partition_assist_hva = addr_gva2hva(vm, (uintptr_t)hv->partition_assist); in vcpu_alloc_hyperv_test_pages()
92 hv->partition_assist_gpa = addr_gva2gpa(vm, (uintptr_t)hv->partition_assist); in vcpu_alloc_hyperv_test_pages()
95 hv->enlightened_vmcs = (void *)vm_alloc_page(vm); in vcpu_alloc_hyperv_test_pages()
96 hv->enlightened_vmcs_hva = addr_gva2hva(vm, (uintptr_t)hv->enlightened_vmcs); in vcpu_alloc_hyperv_test_pages()
97 hv->enlightened_vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)hv->enlightened_vmcs); in vcpu_alloc_hyperv_test_pages()
[all …]
/linux/arch/powerpc/perf/
H A DMakefile17 obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o vpa-dtl.o
21 obj-$(CONFIG_KVM_BOOK3S_HV_PMU) += kvm-hv-pmu.o
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst128 :revision: 3.19 / 2014-12-05 (*hv*)
138 :revision: 3.17 / 2014-08-04 (*lp, hv*)
144 :revision: 3.15 / 2014-02-03 (*hv, ap*)
157 :revision: 3.11 / 2013-05-26 (*hv*)
162 :revision: 3.10 / 2013-03-25 (*hv*)
177 :revision: 3.6 / 2012-07-02 (*hv*)
182 :revision: 3.5 / 2012-05-07 (*sa, sn, hv*)
203 :revision: 3.3 / 2012-01-11 (*hv*)
208 :revision: 3.2 / 2011-08-26 (*hv*)
213 :revision: 3.1 / 2011-06-27 (*mcc, po, hv*)
[all …]
/linux/tools/testing/selftests/kvm/x86/
H A Devmcs_smm_controls_test.c77 struct hyperv_test_pages *hv; in main() local
96 hv = vcpu_alloc_hyperv_test_pages(vm, &hv_pages_gva); in main()
123 evmcs = hv->enlightened_vmcs_hva; in main()
/linux/arch/powerpc/kvm/
H A DMakefile62 kvm-hv-y += \
69 kvm-hv-$(CONFIG_PPC_UV) += \
72 kvm-hv-$(CONFIG_PPC_TRANSACTIONAL_MEM) += \
136 obj-$(CONFIG_KVM_BOOK3S_64_HV) += kvm-hv.o
/linux/arch/powerpc/include/asm/
H A Dkvm_types.h6 #define KVM_SUB_MODULES kvm-pr,kvm-hv
10 #define KVM_SUB_MODULES kvm-hv
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-vmbus13 Users: tools/hv/lsvmbus
20 Users: tools/hv/lsvmbus
27 Users: tools/hv/lsvmbus
36 Users: tools/hv/lsvmbus
43 Users: tools/hv/lsvmbus and user level RDMA libraries
50 Users: tools/hv/lsvmbus and user level RDMA libraries
71 Users: tools/hv/lsvmbus and other debugging tools
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-tegra.c25 void __iomem *hv; member
89 writel(mgbe->iommu_sid, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL); in tegra_mgbe_resume()
235 mgbe->hv = devm_platform_ioremap_resource_byname(pdev, "hypervisor"); in tegra_mgbe_probe()
236 if (IS_ERR(mgbe->hv)) in tegra_mgbe_probe()
237 return PTR_ERR(mgbe->hv); in tegra_mgbe_probe()
372 writel(mgbe->iommu_sid, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL); in tegra_mgbe_probe()
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2595.dtsi21 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
30 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
39 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
48 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
57 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
311 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
320 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
476 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
485 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
494 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
[all …]
H A Dtegra210-p2571.dts22 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
31 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
40 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
49 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
58 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
312 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
321 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
482 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
491 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
500 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
[all …]
H A Dtegra210-p2597.dtsi55 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
64 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
73 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
82 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
91 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
335 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
344 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
502 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
511 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
520 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
[all …]
H A Dtegra210-p2894.dtsi37 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
46 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
55 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
64 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
73 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
326 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
335 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
498 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
507 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
516 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
[all …]
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dinterlaken-lac.txt54 "fsl,interlaken-lac-hv". This node represents the protected
58 - fsl,non-hv-node
59 Usage: required in "fsl,interlaken-lac-hv"
71 Usage: required in non-hv node only
82 lac-hv@228000 {
83 compatible = "fsl,interlaken-lac-hv"
85 fsl,non-hv-node = <&lac>;
/linux/arch/powerpc/boot/dts/
H A Dmicrowatt.dts79 hv-support = <1>;
89 hv-support = <1>;
98 hv-support = <1>;
/linux/arch/powerpc/sysdev/xics/
H A DMakefile5 obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt110 - hv-support
153 This property exists when the hv-support property HFSCR bit is set. This
227 hv-support = <0>;
234 hv-support = <0>;
/linux/arch/powerpc/boot/dts/fsl/
H A De6500_power_isa.dtsi45 power-isa-e.hv; // Embedded.Hypervisor
58 power-isa-e.hv.lrat; // Embedded.Hypervisor.LRAT
/linux/tools/
H A DMakefile73 counter dma firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi firmware d… target
126 all: acpi counter cpupower dma gpio hv firewire \
/linux/drivers/hv/
H A DMakefile12 hv.o connection.o channel.o \
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_gpci47 in arch/powerpc/perf/hv-gpci.h).
54 in arch/powerpc/perf/hv-gpci.h).
61 in arch/powerpc/perf/hv-gpci.h).
82 HCALLs to retrieve hv-gpci pmu event counter data.
H A Dsysfs-bus-event_source-devices-hv_24x734 https://raw.githubusercontent.com/jmesmon/catalog-24x7/master/hv-24x7-catalog.h
76 HCALLs to retrieve hv-24x7 pmu event counter data.
/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst27 The powerpc kvm-hv specific case is implemented in:
41 or in the case of powerpc kvm-hv, in the vcore struct:
86 arch/powerpc/kvm/book3s_hv.c in the powerpc kvm-hv case.

12