Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/
H A Dpci-hyperv.c499 resource_size_t high_mmio_space; member
2144 if (hbus->low_mmio_space || hbus->high_mmio_space) { in survey_child_resources()
2178 hbus->high_mmio_space += bar_size; in survey_child_resources()
2220 if (hbus->high_mmio_space) { in prepopulate_bars()
2222 (63 - __builtin_clzll(hbus->high_mmio_space)); in prepopulate_bars()
3186 if (hbus->high_mmio_space && hbus->high_mmio_res) { in hv_pci_free_bridge_windows()
3242 if (hbus->high_mmio_space) { in hv_pci_allocate_bridge_windows()
3243 align = 1ULL << (63 - __builtin_clzll(hbus->high_mmio_space)); in hv_pci_allocate_bridge_windows()
3246 hbus->high_mmio_space, align, in hv_pci_allocate_bridge_windows()
3251 hbus->high_mmio_space); in hv_pci_allocate_bridge_windows()