Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/controller/
Dpci-hyperv.c3583 #define HVPCI_DOM_MAP_SIZE (64 * 1024) macro
3584 static DECLARE_BITMAP(hvpci_dom_map, HVPCI_DOM_MAP_SIZE);
3608 for_each_clear_bit(i, hvpci_dom_map, HVPCI_DOM_MAP_SIZE) { in hv_get_dom_num()