Searched refs:Platform (Results 26 - 34 of 34) sorted by relevance

12

/gem5/src/dev/serial/
H A Duart8250.hh68 class Platform;
/gem5/configs/common/
H A DPlatformConfig.py53 # Platform aliases. The platforms listed here might not be compiled,
65 """Determine if a class is a Platform that can be instantiated"""
70 return issubclass(cls, m5.objects.Platform) and \
83 fatal("%s is not a valid Platform model." % (name,))
86 """Print a list of available Platform classes including their aliases."""
88 print("Available Platform classes:")
101 print("\Platform aliases:")
106 """Return a list of valid Platform names."""
/gem5/src/cpu/
H A DBaseCPU.py61 from m5.objects.Platform import Platform
321 platform, found = self.system.unproxy(self).find_any(Platform)
325 warn("Platform not found for device tree generation; " \
/gem5/src/dev/x86/
H A Dpc.cc55 : Platform(p), system(p->system)
H A DSouthBridge.py48 platform = Param.Platform(Parent.any, "Platform this device is part of")
/gem5/src/arch/arm/
H A DArmPMU.py175 platform = Param.Platform(Parent.any, "Platform this device is part of.")
H A Dpmu.hh59 class Platform;
/gem5/src/dev/arm/
H A Dvgic.hh115 Platform *platform;
H A DRealView.py55 from m5.objects.Platform import Platform
539 class RealView(Platform):
617 # RealView Platform Baseboard Explore for Cortex-A9 User Guide(ARM DUI 0440A)
763 # Platform control device (off-chip)
1011 # Platform control device (off-chip)

Completed in 11 milliseconds

12