Home
last modified time | relevance | path

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

/qemu/include/hw/pci-host/
H A Dpnv_phb4.h71 #define PNV_PHB4_MAX_TVEs (PNV_PHB4_MAX_PEs * 2) macro
140 uint64_t ioda_TVT[PNV_PHB4_MAX_TVEs];
/qemu/hw/pci-host/
H A Dpnv_phb4.c277 mask = phb->big_phb ? PNV_PHB4_MAX_TVEs : (PNV_PHB4_MAX_TVEs >> 1); in pnv_phb4_ioda_access()