Searched defs:PPCE500PCIState (Results 1 – 1 of 1) sorted by relevance
94 struct PPCE500PCIState { struct95 PCIHostState parent_obj;97 struct pci_outbound pob[PPCE500_PCI_NR_POBS];98 struct pci_inbound pib[PPCE500_PCI_NR_PIBS];99 uint32_t gasket_time;100 qemu_irq irq[PCI_NUM_PINS];101 uint32_t irq_num[PCI_NUM_PINS];102 uint32_t first_slot;103 uint32_t first_pin_irq;104 AddressSpace bm_as;[all …]