Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Dspapr.h96 #define SPAPR_PCI_LIMIT (1ULL << 46) /* 64 TiB */ macro
98 #define SPAPR_MAX_PHBS ((SPAPR_PCI_LIMIT - SPAPR_PCI_BASE) / \
/openbmc/qemu/hw/ppc/
H A Dspapr.c4379 QEMU_BUILD_BUG_ON((SPAPR_PCI_LIMIT % SPAPR_PCI_MEM64_WIN_SIZE) != 0); in spapr_phb_placement()