pci_resource.c | 524 uint64_t pmemstart, pmemend; local in function:pci_resource_scan_bridge 557 pmemstart = PCI_BRIDGE_PREFETCHMEM_BASE_ADDR(res); 562 pmemstart |= (uint64_t)reshigh << 32; 567 if (pmemstart < pmemend) { 569 PCI_RANGE_PMEM, pmemstart, pmemend);
|