Searched defs:XlnxZynqMPState (Results 1 – 1 of 1) sorted by relevance
96 struct XlnxZynqMPState { struct98 DeviceState parent_obj;101 CPUClusterState apu_cluster;102 CPUClusterState rpu_cluster;103 ARMCPU apu_cpu[XLNX_ZYNQMP_NUM_APU_CPUS];104 ARMCPU rpu_cpu[XLNX_ZYNQMP_NUM_RPU_CPUS];105 GICState gic;106 MemoryRegion gic_mr[XLNX_ZYNQMP_GIC_REGIONS][XLNX_ZYNQMP_GIC_ALIASES];108 MemoryRegion ocm_ram[XLNX_ZYNQMP_NUM_OCM_BANKS];110 MemoryRegion *ddr_ram;[all …]