Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/
Dpci-hyperv.c459 resource_size_t high_mmio_space; member
1627 if (hbus->low_mmio_space || hbus->high_mmio_space) { in survey_child_resources()
1661 hbus->high_mmio_space += bar_size; in survey_child_resources()
1703 if (hbus->high_mmio_space) { in prepopulate_bars()
1705 (63 - __builtin_clzll(hbus->high_mmio_space)); in prepopulate_bars()
2630 if (hbus->high_mmio_space && hbus->high_mmio_res) { in hv_pci_free_bridge_windows()
2687 if (hbus->high_mmio_space) { in hv_pci_allocate_bridge_windows()
2688 align = 1ULL << (63 - __builtin_clzll(hbus->high_mmio_space)); in hv_pci_allocate_bridge_windows()
2691 hbus->high_mmio_space, align, in hv_pci_allocate_bridge_windows()
2696 hbus->high_mmio_space); in hv_pci_allocate_bridge_windows()