| /Linux-v5.15/tools/testing/selftests/net/ |
| D | test_vxlan_under_vrf.sh | 49 ip link del veth-hv-1 2>/dev/null || true 52 for ns in hv-1 hv-2 vm-1 vm-2; do 65 ip link add veth-hv-1 type veth peer name veth-hv-2 66 setup-hv-networking() { 67 hv=$1 69 ip netns add hv-$hv 70 ip link set veth-hv-$hv netns hv-$hv 71 ip -netns hv-$hv link set veth-hv-$hv name veth0 73 ip -netns hv-$hv link add vrf-underlay type vrf table 1 74 ip -netns hv-$hv link set vrf-underlay up [all …]
|
| /Linux-v5.15/drivers/gpu/drm/hyperv/ |
| D | hyperv_drm_drv.c | 72 static int hyperv_setup_gen1(struct hyperv_drm_device *hv) in hyperv_setup_gen1() argument 74 struct drm_device *dev = &hv->dev; in hyperv_setup_gen1() 100 hv->fb_base = pci_resource_start(pdev, 0); in hyperv_setup_gen1() 101 hv->fb_size = pci_resource_len(pdev, 0); in hyperv_setup_gen1() 102 if (!hv->fb_base) { in hyperv_setup_gen1() 108 hv->fb_size = min(hv->fb_size, in hyperv_setup_gen1() 109 (unsigned long)(hv->mmio_megabytes * 1024 * 1024)); in hyperv_setup_gen1() 110 hv->vram = devm_ioremap(&pdev->dev, hv->fb_base, hv->fb_size); in hyperv_setup_gen1() 111 if (!hv->vram) { in hyperv_setup_gen1() 121 static int hyperv_setup_gen2(struct hyperv_drm_device *hv, in hyperv_setup_gen2() argument [all …]
|
| D | hyperv_drm_modeset.c | 25 struct hyperv_drm_device *hv = to_hv(fb->dev); in hyperv_blit_to_vram_rect() local 29 if (!drm_dev_enter(&hv->dev, &idx)) in hyperv_blit_to_vram_rect() 32 drm_fb_memcpy_dstclip(hv->vram, fb->pitches[0], vmap, fb, rect); in hyperv_blit_to_vram_rect() 51 struct hyperv_drm_device *hv = to_hv(connector->dev); in hyperv_connector_get_modes() local 57 drm_set_preferred_mode(connector, hv->preferred_width, in hyperv_connector_get_modes() 58 hv->preferred_height); in hyperv_connector_get_modes() 75 static inline int hyperv_conn_init(struct hyperv_drm_device *hv) in hyperv_conn_init() argument 77 drm_connector_helper_add(&hv->connector, &hyperv_connector_helper_funcs); in hyperv_conn_init() 78 return drm_connector_init(&hv->dev, &hv->connector, in hyperv_conn_init() 83 static int hyperv_check_size(struct hyperv_drm_device *hv, int w, int h, in hyperv_check_size() argument [all …]
|
| D | hyperv_drm_proto.c | 199 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_sendpacket() local 211 drm_err(&hv->dev, "Unable to send packet via vmbus\n"); in hyperv_sendpacket() 218 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_negotiate_version() local 219 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_negotiate_version() 220 struct drm_device *dev = &hv->dev; in hyperv_negotiate_version() 230 t = wait_for_completion_timeout(&hv->wait, VMBUS_VSP_TIMEOUT); in hyperv_negotiate_version() 241 hv->synthvid_version = ver; in hyperv_negotiate_version() 250 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_update_vram_location() local 251 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_update_vram_location() 252 struct drm_device *dev = &hv->dev; in hyperv_update_vram_location() [all …]
|
| D | hyperv_drm.h | 43 int hyperv_mode_config_init(struct hyperv_drm_device *hv);
|
| /Linux-v5.15/arch/x86/kvm/ |
| D | hyperv.c | 92 struct kvm_hv *hv = to_kvm_hv(vcpu->kvm); in synic_update_vector() local 118 hv->synic_auto_eoi_used++; in synic_update_vector() 120 hv->synic_auto_eoi_used--; in synic_update_vector() 123 !hv->synic_auto_eoi_used, in synic_update_vector() 309 struct kvm_hv *hv = to_kvm_hv(vcpu->kvm); in kvm_hv_syndbg_complete_userspace() local 312 hv->hv_syndbg.control.status = in kvm_hv_syndbg_complete_userspace() 538 struct kvm_hv *hv = to_kvm_hv(kvm); in get_time_ref_counter() local 546 if (hv->hv_tsc_page_status != HV_TSC_PAGE_SET) in get_time_ref_counter() 551 return mul_u64_u64_shr(tsc, hv->tsc_ref.tsc_scale, 64) in get_time_ref_counter() 552 + hv->tsc_ref.tsc_offset; in get_time_ref_counter() [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/arm/tegra/ |
| D | nvidia,tegra186-pmc.txt | 62 hdmi-dp0 hdmi-dp1 pex-cntrl sdmmc2-hv 65 dsif spi ufs dmic-hv 66 edp sdmmc1-hv sdmmc3-hv conn 67 audio-hv ao-hv 82 for ao-hv. Following pads have software configurable signaling 83 voltages: sdmmc2-hv, dmic-hv, sdmmc1-hv, sdmmc3-hv, audio-hv, 84 ao-hv. 98 pins = "sdmmc1-hv"; 103 pins = "sdmmc1-hv";
|
| /Linux-v5.15/Documentation/userspace-api/media/v4l/ |
| D | v4l2.rst | 132 :revision: 3.19 / 2014-12-05 (*hv*) 142 :revision: 3.17 / 2014-08-04 (*lp, hv*) 148 :revision: 3.15 / 2014-02-03 (*hv, ap*) 161 :revision: 3.11 / 2013-05-26 (*hv*) 166 :revision: 3.10 / 2013-03-25 (*hv*) 181 :revision: 3.6 / 2012-07-02 (*hv*) 186 :revision: 3.5 / 2012-05-07 (*sa, sn, hv*) 207 :revision: 3.3 / 2012-01-11 (*hv*) 212 :revision: 3.2 / 2011-08-26 (*hv*) 217 :revision: 3.1 / 2011-06-27 (*mcc, po, hv*) [all …]
|
| /Linux-v5.15/arch/powerpc/perf/ |
| D | Makefile | 17 obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o
|
| /Linux-v5.15/arch/powerpc/kvm/ |
| D | Makefile | 68 kvm-hv-y += \ 75 kvm-hv-$(CONFIG_PPC_UV) += \ 78 kvm-hv-$(CONFIG_PPC_TRANSACTIONAL_MEM) += \ 138 obj-$(CONFIG_KVM_BOOK3S_64_HV) += kvm-hv.o
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-bus-event_source-devices-hv_gpci | 47 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.
|
| /Linux-v5.15/Documentation/ABI/stable/ |
| D | sysfs-bus-vmbus | 13 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-v5.15/arch/arm64/boot/dts/nvidia/ |
| D | tegra210-p2595.dtsi | 18 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 27 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 36 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 45 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 54 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 308 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 317 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 473 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 482 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 491 nvidia,io-hv = <TEGRA_PIN_ENABLE>; [all …]
|
| D | tegra210-p2571.dts | 22 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 …]
|
| D | tegra210-p2894.dtsi | 37 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 …]
|
| D | tegra210-p2597.dtsi | 52 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 61 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 70 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 79 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 88 nvidia,io-hv = <TEGRA_PIN_ENABLE>; 332 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 341 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 499 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 508 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 517 nvidia,io-hv = <TEGRA_PIN_ENABLE>; [all …]
|
| D | tegra210-smaug.dts | 50 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 59 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 68 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 77 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 86 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 335 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 344 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 504 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 513 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 522 nvidia,io-hv = <TEGRA_PIN_ENABLE>; [all …]
|
| /Linux-v5.15/arch/powerpc/boot/dts/fsl/ |
| D | interlaken-lac.dtsi | 41 lac-hv@228000 { 42 compatible = "fsl,interlaken-lac-hv"; 44 fsl,non-hv-node = <&lac>;
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | tegra114-tn7.dts | 103 regulator-name = "va-lcd-hv"; 175 regulator-name = "vd-ts-hv"; 183 regulator-name = "va-cam2-hv"; 189 regulator-name = "va-sns-hv"; 195 regulator-name = "va-cam1-hv";
|
| /Linux-v5.15/Documentation/devicetree/bindings/powerpc/fsl/ |
| D | interlaken-lac.txt | 54 "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-v5.15/tools/perf/tests/attr/ |
| D | test-record-branch-filter-hv | 3 args = --no-bpf-event -j hv kill >/dev/null 2>&1
|
| /Linux-v5.15/arch/powerpc/sysdev/xics/ |
| D | Makefile | 5 obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o
|
| /Linux-v5.15/drivers/hv/ |
| D | Makefile | 10 hv.o connection.o channel.o \
|
| /Linux-v5.15/tools/ |
| D | Makefile | 68 cgroup firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci firmware de… target 103 all: acpi cgroup cpupower gpio hv firewire liblockdep \
|
| /Linux-v5.15/Documentation/userspace-api/media/cec/ |
| D | cec-api.rst | 44 :revision: 1.0.0 / 2016-03-17 (*hv*)
|