/linux-6.12.1/drivers/gpu/drm/hyperv/ |
D | hyperv_drm_modeset.c | 26 struct hyperv_drm_device *hv = to_hv(fb->dev); in hyperv_blit_to_vram_rect() local 27 struct iosys_map dst = IOSYS_MAP_INIT_VADDR_IOMEM(hv->vram); in hyperv_blit_to_vram_rect() 30 if (!drm_dev_enter(&hv->dev, &idx)) in hyperv_blit_to_vram_rect() 55 struct hyperv_drm_device *hv = to_hv(connector->dev); in hyperv_connector_get_modes() local 61 drm_set_preferred_mode(connector, hv->preferred_width, in hyperv_connector_get_modes() 62 hv->preferred_height); in hyperv_connector_get_modes() 79 static inline int hyperv_conn_init(struct hyperv_drm_device *hv) in hyperv_conn_init() argument 81 drm_connector_helper_add(&hv->connector, &hyperv_connector_helper_funcs); in hyperv_conn_init() 82 return drm_connector_init(&hv->dev, &hv->connector, in hyperv_conn_init() 87 static int hyperv_check_size(struct hyperv_drm_device *hv, int w, int h, in hyperv_check_size() argument [all …]
|
D | hyperv_drm_drv.c | 69 static int hyperv_setup_vram(struct hyperv_drm_device *hv, in hyperv_setup_vram() argument 72 struct drm_device *dev = &hv->dev; in hyperv_setup_vram() 75 hv->fb_size = (unsigned long)hv->mmio_megabytes * 1024 * 1024; in hyperv_setup_vram() 77 ret = vmbus_allocate_mmio(&hv->mem, hdev, 0, -1, hv->fb_size, 0x100000, in hyperv_setup_vram() 89 hv->vram = ioremap_cache(hv->mem->start, hv->fb_size); in hyperv_setup_vram() 90 if (!hv->vram) { in hyperv_setup_vram() 96 hv->fb_base = hv->mem->start; in hyperv_setup_vram() 100 vmbus_free_mmio(hv->mem->start, hv->fb_size); in hyperv_setup_vram() 107 struct hyperv_drm_device *hv; in hyperv_vmbus_probe() local 111 hv = devm_drm_dev_alloc(&hdev->device, &hyperv_driver, in hyperv_vmbus_probe() [all …]
|
D | hyperv_drm_proto.c | 199 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_sendpacket() local 211 drm_err_ratelimited(&hv->dev, "Unable to send packet via vmbus; error %d\n", ret); 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 …]
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | test_vxlan_under_vrf.sh | 50 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 …]
|
D | test_vxlan_vnifiltering.sh | 165 ip link del veth-hv-1 2>/dev/null || true 173 setup-hv-networking() { 180 ip link set veth-hv-$id netns ${hv[$id]} 181 ip -netns ${hv[$id]} link set veth-hv-$id name veth0 182 ip -netns ${hv[$id]} addr add $local1/$mask1 dev veth0 183 ip -netns ${hv[$id]} addr add $local2/$mask2 dev veth0 184 ip -netns ${hv[$id]} link set veth0 up 206 ip -netns ${hv[$hvid]} link add br$brid type bridge vlan_filtering 1 vlan_default_pvid 0 \ 208 ip -netns ${hv[$hvid]} link set br$brid up 215 ip link set $hvvethif netns ${hv[$hvid]} [all …]
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/ |
D | hyperv.c | 82 struct hyperv_test_pages *hv = addr_gva2hva(vm, hv_pages_gva); in vcpu_alloc_hyperv_test_pages() local 85 hv->vp_assist = (void *)vm_vaddr_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_vaddr_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_vaddr_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-6.12.1/arch/x86/kvm/ |
D | hyperv.c | 111 struct kvm_hv *hv = to_kvm_hv(vcpu->kvm); in synic_update_vector() local 140 hv->synic_auto_eoi_used++; in synic_update_vector() 142 hv->synic_auto_eoi_used--; in synic_update_vector() 150 !!hv->synic_auto_eoi_used); in synic_update_vector() 338 struct kvm_hv *hv = to_kvm_hv(vcpu->kvm); in kvm_hv_syndbg_complete_userspace() local 341 hv->hv_syndbg.control.status = in kvm_hv_syndbg_complete_userspace() 570 struct kvm_hv *hv = to_kvm_hv(kvm); in get_time_ref_counter() local 578 if (hv->hv_tsc_page_status != HV_TSC_PAGE_SET) in get_time_ref_counter() 583 return mul_u64_u64_shr(tsc, hv->tsc_ref.tsc_scale, 64) in get_time_ref_counter() 584 + hv->tsc_ref.tsc_offset; in get_time_ref_counter() [all …]
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | v4l2.rst | 127 :revision: 3.19 / 2014-12-05 (*hv*) 137 :revision: 3.17 / 2014-08-04 (*lp, hv*) 143 :revision: 3.15 / 2014-02-03 (*hv, ap*) 156 :revision: 3.11 / 2013-05-26 (*hv*) 161 :revision: 3.10 / 2013-03-25 (*hv*) 176 :revision: 3.6 / 2012-07-02 (*hv*) 181 :revision: 3.5 / 2012-05-07 (*sa, sn, hv*) 202 :revision: 3.3 / 2012-01-11 (*hv*) 207 :revision: 3.2 / 2011-08-26 (*hv*) 212 :revision: 3.1 / 2011-06-27 (*mcc, po, hv*) [all …]
|
/linux-6.12.1/arch/powerpc/perf/ |
D | Makefile | 17 obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o
|
/linux-6.12.1/arch/powerpc/kvm/ |
D | Makefile | 62 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-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-tegra.c | 22 void __iomem *hv; member 87 writel(MGBE_SID, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL); in tegra_mgbe_resume() 232 mgbe->hv = devm_platform_ioremap_resource_byname(pdev, "hypervisor"); in tegra_mgbe_probe() 233 if (IS_ERR(mgbe->hv)) in tegra_mgbe_probe() 234 return PTR_ERR(mgbe->hv); in tegra_mgbe_probe() 349 writel(MGBE_SID, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL); in tegra_mgbe_probe()
|
/linux-6.12.1/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-6.12.1/arch/arm64/boot/dts/nvidia/ |
D | tegra210-p2595.dtsi | 21 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 …]
|
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-p2597.dtsi | 55 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 …]
|
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-smaug.dts | 83 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 92 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 101 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 110 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 119 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 368 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 377 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 537 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 546 nvidia,io-hv = <TEGRA_PIN_DISABLE>; 555 nvidia,io-hv = <TEGRA_PIN_ENABLE>; [all …]
|
/linux-6.12.1/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-6.12.1/arch/arm/boot/dts/nvidia/ |
D | tegra114-tn7.dts | 105 regulator-name = "va-lcd-hv"; 177 regulator-name = "vd-ts-hv"; 185 regulator-name = "va-cam2-hv"; 191 regulator-name = "va-sns-hv"; 197 regulator-name = "va-cam1-hv";
|
/linux-6.12.1/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-6.12.1/tools/perf/tests/attr/ |
D | test-record-branch-filter-hv | 3 args = --no-bpf-event -j hv kill >/dev/null 2>&1
|
/linux-6.12.1/arch/powerpc/sysdev/xics/ |
D | Makefile | 5 obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o
|
/linux-6.12.1/drivers/hv/ |
D | Makefile | 10 hv.o connection.o channel.o \
|
/linux-6.12.1/Documentation/userspace-api/media/cec/ |
D | cec-api.rst | 39 :revision: 1.0.0 / 2016-03-17 (*hv*)
|
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/ |
D | ibm,powerpc-cpu-features.txt | 110 - hv-support 153 This property exists when the hv-support property HFSCR bit is set. This 227 hv-support = <0>; 234 hv-support = <0>;
|