Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/
Dpci-hyperv.c2982 #define HVPCI_DOM_MAP_SIZE (64 * 1024) macro
2983 static DECLARE_BITMAP(hvpci_dom_map, HVPCI_DOM_MAP_SIZE);
3007 for_each_clear_bit(i, hvpci_dom_map, HVPCI_DOM_MAP_SIZE) { in hv_get_dom_num()