system.hh (10037:5cac77888310) | system.hh (10810:683ab55819fd) |
---|---|
1/* 2 * Copyright (c) 2010-2013 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 42 unchanged lines hidden (view full) --- 51#include "arch/arm/system.hh" 52#include "base/output.hh" 53#include "kern/linux/events.hh" 54#include "params/LinuxArmSystem.hh" 55#include "sim/core.hh" 56 57class DumpStatsPCEvent; 58 | 1/* 2 * Copyright (c) 2010-2013 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 42 unchanged lines hidden (view full) --- 51#include "arch/arm/system.hh" 52#include "base/output.hh" 53#include "kern/linux/events.hh" 54#include "params/LinuxArmSystem.hh" 55#include "sim/core.hh" 56 57class DumpStatsPCEvent; 58 |
59class LinuxArmSystem : public ArmSystem | 59class LinuxArmSystem : public GenericArmSystem |
60{ 61 protected: 62 DumpStatsPCEvent *dumpStatsPCEvent; 63 64 public: 65 /** Boilerplate params code */ 66 typedef LinuxArmSystemParams Params; 67 const Params * --- 78 unchanged lines hidden --- | 60{ 61 protected: 62 DumpStatsPCEvent *dumpStatsPCEvent; 63 64 public: 65 /** Boilerplate params code */ 66 typedef LinuxArmSystemParams Params; 67 const Params * --- 78 unchanged lines hidden --- |