Searched defs:Pnv8Chip (Results 1 – 2 of 2) sorted by relevance
52 struct Pnv8Chip { struct54 PnvChip parent_obj;57 MemoryRegion icp_mmio;59 PnvLpcController lpc;60 Pnv8Psi psi;61 PnvOCC occ;62 PnvHomer homer;69 PnvPHB *phbs[PNV8_CHIP_PHB3_MAX];70 uint32_t num_phbs;72 XICSFabric *xics;
33 typedef struct Pnv8Chip Pnv8Chip; typedef