Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dpnv_phb4.c238 uint32_t num_windows = phb->big_phb ? PNV_PHB4_MAX_MMIO_WINDOWS : in pnv_phb4_check_all_mbt()
262 mask = phb->big_phb ? PNV_PHB4_MAX_MIST : (PNV_PHB4_MAX_MIST >> 1); in pnv_phb4_ioda_access()
266 mask = phb->big_phb ? 127 : 63; in pnv_phb4_ioda_access()
269 mask = phb->big_phb ? 15 : 7; in pnv_phb4_ioda_access()
273 mask = phb->big_phb ? PNV_PHB4_MAX_PEs : (PNV_PHB4_MAX_PEs >> 1); in pnv_phb4_ioda_access()
278 mask = phb->big_phb ? PNV_PHB4_MAX_TVEs : (PNV_PHB4_MAX_TVEs >> 1); in pnv_phb4_ioda_access()
283 mask = phb->big_phb ? 1023 : 511; in pnv_phb4_ioda_access()
287 mask = phb->big_phb ? PNV_PHB4_MAX_MBEs : (PNV_PHB4_MAX_MBEs >> 1); in pnv_phb4_ioda_access()
292 mask = phb->big_phb ? PNV_PHB4_MAX_PEs : (PNV_PHB4_MAX_PEs >> 1); in pnv_phb4_ioda_access()
1586 phb->big_phb = phb->phb_id == 0 || phb->phb_id == 3; in pnv_phb4_realize()
[all …]
/qemu/include/hw/pci-host/
H A Dpnv_phb4.h105 bool big_phb; member