Searched refs:hyperv_mmio (Results 1 – 3 of 3) sorted by relevance
75 struct resource hyperv_mmio = { variable79 EXPORT_SYMBOL_GPL(hyperv_mmio);997 hyperv_mmio.start = res->data.address64.address.minimum; in vmbus_walk_resources()998 hyperv_mmio.end = res->data.address64.address.maximum; in vmbus_walk_resources()1028 if (hyperv_mmio.start && hyperv_mmio.end) in vmbus_acpi_add()1029 request_resource(&iomem_resource, &hyperv_mmio); in vmbus_acpi_add()
1248 extern struct resource hyperv_mmio;
691 ret = allocate_resource(&hyperv_mmio, &par->mem, in hvfb_getmem()