Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/
Dpci-hyperv.c502 struct resource *high_mmio_res; member
2223 high_base = hbus->high_mmio_res->start; in prepopulate_bars()
3186 if (hbus->high_mmio_space && hbus->high_mmio_res) { in hv_pci_free_bridge_windows()
3187 hbus->high_mmio_res->flags |= IORESOURCE_BUSY; in hv_pci_free_bridge_windows()
3188 vmbus_free_mmio(hbus->high_mmio_res->start, in hv_pci_free_bridge_windows()
3189 resource_size(hbus->high_mmio_res)); in hv_pci_free_bridge_windows()
3244 ret = vmbus_allocate_mmio(&hbus->high_mmio_res, hbus->hdev, in hv_pci_allocate_bridge_windows()
3256 hbus->high_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()
3257 hbus->high_mmio_res->flags &= ~IORESOURCE_BUSY; in hv_pci_allocate_bridge_windows()
3258 pci_add_resource(&hbus->bridge->windows, hbus->high_mmio_res); in hv_pci_allocate_bridge_windows()