Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Dspapr.h92 #define SPAPR_PCI_MEM64_WIN_SIZE 0x10000000000ULL /* 1 TiB */ macro
99 SPAPR_PCI_MEM64_WIN_SIZE - 1)
/openbmc/qemu/hw/ppc/
H A Dspapr.c4378 QEMU_BUILD_BUG_ON((SPAPR_PCI_BASE % SPAPR_PCI_MEM64_WIN_SIZE) != 0); in spapr_phb_placement()
4379 QEMU_BUILD_BUG_ON((SPAPR_PCI_LIMIT % SPAPR_PCI_MEM64_WIN_SIZE) != 0); in spapr_phb_placement()
4380 QEMU_BUILD_BUG_ON((SPAPR_PCI_MEM64_WIN_SIZE % SPAPR_PCI_MEM32_WIN_SIZE) != 0); in spapr_phb_placement()
4386 SPAPR_PCI_MEM64_WIN_SIZE); in spapr_phb_placement()
4401 *mmio64 = SPAPR_PCI_BASE + (index + 1) * SPAPR_PCI_MEM64_WIN_SIZE; in spapr_phb_placement()
H A Dspapr_pci.c2041 SPAPR_PCI_MEM64_WIN_SIZE),