Searched refs:RealView (Results 1 - 7 of 7) sorted by relevance

/gem5/src/dev/arm/
H A Drealview.cc44 * Implementation of RealView platform.
62 RealView::RealView(const Params *p) function in class:RealView
67 RealView::postConsoleInt()
74 RealView::clearConsoleInt()
81 RealView::postPciInt(int line)
87 RealView::clearPciInt(int line)
92 RealView *
95 return new RealView(this);
H A Drealview.hh45 * Declaration of top level class for the RealView platform chips. This class just
53 #include "params/RealView.hh"
59 class RealView : public Platform class in inherits:Platform
80 RealView(const Params *p);
H A Dgpu_nomali.hh50 class RealView;
176 RealView *const platform;
H A Dbase_gic.cc53 RealView *const rv(dynamic_cast<RealView*>(p->platform));
125 : threadContext(tc), platform(dynamic_cast<RealView*>(_platform)),
128 fatal_if(!platform, "Interrupt not connected to a RealView platform");
H A Dbase_gic.hh53 class RealView;
215 RealView *const platform;
H A DNoMali.py55 platform = Param.RealView(Parent.any, "Platform this device is part of.")
H A DRealView.py231 parent = Param.RealViewCtrl(Parent.any, "RealView controller")
267 parent = Param.RealViewCtrl(Parent.any, "RealView controller")
539 class RealView(Platform): class in inherits:Platform
540 type = 'RealView'
617 # RealView Platform Baseboard Explore for Cortex-A9 User Guide(ARM DUI 0440A)
619 class RealViewPBX(RealView):
752 class VExpress_EMM(RealView):
904 class VExpress_GEM5_Base(RealView):
1090 # Generate using standard RealView function

Completed in 19 milliseconds