Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb4.h72 #define PNV_PHB4_MAX_PEEVs (PNV_PHB4_MAX_PEs / 64) macro
143 uint64_t ioda_PEEV[PNV_PHB4_MAX_PEEVs];
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c296 mask = phb->big_phb ? PNV_PHB4_MAX_PEEVs : (PNV_PHB4_MAX_PEEVs >> 1); in pnv_phb4_ioda_access()