Home
last modified time | relevance | path

Searched refs:hyperv_mmio (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/hv/
Dvmbus_drv.c75 struct resource hyperv_mmio = { variable
79 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()
/linux-4.1.27/include/linux/
Dhyperv.h1248 extern struct resource hyperv_mmio;
/linux-4.1.27/drivers/video/fbdev/
Dhyperv_fb.c691 ret = allocate_resource(&hyperv_mmio, &par->mem, in hvfb_getmem()