pq3pci.c | 421 const uint64_t pci_base = ((uint64_t)owin->potar << 12) local in function:pq3pci_owin_record 431 if (pci_base < bs->bs_base[slot]) { 440 bs->bs_base[slot] = pci_base; 441 bs->bs_offset[slot] = local_base - pci_base; 442 bs->bs_limit[slot] = pci_base + (1ULL << win_size_log2); 454 local_base, pci_base); 513 const uint64_t pci_base = ((uint64_t)iwin->piwbar << 12) local in function:pq3pci_iwin_setup 525 pci_base, local_base); 530 if (pci_base != 0) { 532 "PCI base (%#"PRIx64" != 0\n", pci_base); [all...] |