high_mmio_res     471 drivers/pci/controller/pci-hyperv.c 	struct resource *high_mmio_res;
high_mmio_res    1679 drivers/pci/controller/pci-hyperv.c 		high_base = hbus->high_mmio_res->start;
high_mmio_res    2468 drivers/pci/controller/pci-hyperv.c 	if (hbus->high_mmio_space && hbus->high_mmio_res) {
high_mmio_res    2469 drivers/pci/controller/pci-hyperv.c 		hbus->high_mmio_res->flags |= IORESOURCE_BUSY;
high_mmio_res    2470 drivers/pci/controller/pci-hyperv.c 		vmbus_free_mmio(hbus->high_mmio_res->start,
high_mmio_res    2471 drivers/pci/controller/pci-hyperv.c 				resource_size(hbus->high_mmio_res));
high_mmio_res    2527 drivers/pci/controller/pci-hyperv.c 		ret = vmbus_allocate_mmio(&hbus->high_mmio_res, hbus->hdev,
high_mmio_res    2539 drivers/pci/controller/pci-hyperv.c 		hbus->high_mmio_res->flags |= IORESOURCE_WINDOW;
high_mmio_res    2540 drivers/pci/controller/pci-hyperv.c 		hbus->high_mmio_res->flags &= ~IORESOURCE_BUSY;
high_mmio_res    2542 drivers/pci/controller/pci-hyperv.c 				 hbus->high_mmio_res);