Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c3584 #define HVPCI_DOM_MAP_SIZE (64 * 1024) macro
3585 static DECLARE_BITMAP(hvpci_dom_map, HVPCI_DOM_MAP_SIZE);
3609 for_each_clear_bit(i, hvpci_dom_map, HVPCI_DOM_MAP_SIZE) { in hv_get_dom_num()