Searched defs:NPCM8xxState (Results 1 – 1 of 1) sorted by relevance
77 struct NPCM8xxState { struct78 DeviceState parent_obj;80 ARMCPU cpu[NPCM8XX_MAX_NUM_CPUS];81 CPUClusterState cpu_cluster;82 GICState gic;84 MemoryRegion sram;85 MemoryRegion irom;86 MemoryRegion ram3;87 MemoryRegion *dram;89 NPCMGCRState gcr;[all …]