Searched refs:SPAPR_PCI_BASE (Results 1 – 3 of 3) sorted by relevance
95 #define SPAPR_PCI_BASE (1ULL << 45) /* 32 TiB */ macro98 #define SPAPR_MAX_PHBS ((SPAPR_PCI_LIMIT - SPAPR_PCI_BASE) / \
138 #define SPAPR_PCI_BASE (1ULL << 45) macro189 qpci->pio_cpu_base = SPAPR_PCI_BASE; in qpci_init_spapr()194 qpci->mmio32_cpu_base = SPAPR_PCI_BASE; in qpci_init_spapr()
4414 QEMU_BUILD_BUG_ON((SPAPR_PCI_BASE % SPAPR_PCI_MEM64_WIN_SIZE) != 0); in spapr_phb_placement()4435 *pio = SPAPR_PCI_BASE + index * SPAPR_PCI_IO_WIN_SIZE; in spapr_phb_placement()4436 *mmio32 = SPAPR_PCI_BASE + (index + 1) * SPAPR_PCI_MEM32_WIN_SIZE; in spapr_phb_placement()4437 *mmio64 = SPAPR_PCI_BASE + (index + 1) * SPAPR_PCI_MEM64_WIN_SIZE; in spapr_phb_placement()