vgic.hh (11174:5a9019db4a08) vgic.hh (12092:9bb326b4661d)
1/*
2 * Copyright (c) 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

--- 192 unchanged lines hidden (view full) ---

201 public:
202 typedef VGicParams Params;
203 const Params *
204 params() const
205 {
206 return dynamic_cast<const Params *>(_params);
207 }
208 VGic(const Params *p);
1/*
2 * Copyright (c) 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

--- 192 unchanged lines hidden (view full) ---

201 public:
202 typedef VGicParams Params;
203 const Params *
204 params() const
205 {
206 return dynamic_cast<const Params *>(_params);
207 }
208 VGic(const Params *p);
209 ~VGic();
209
210 AddrRangeList getAddrRanges() const override;
211
212 Tick read(PacketPtr pkt) override;
213 Tick write(PacketPtr pkt) override;
214
215 void serialize(CheckpointOut &cp) const override;
216 void unserialize(CheckpointIn &cp) override;

--- 61 unchanged lines hidden ---
210
211 AddrRangeList getAddrRanges() const override;
212
213 Tick read(PacketPtr pkt) override;
214 Tick write(PacketPtr pkt) override;
215
216 void serialize(CheckpointOut &cp) const override;
217 void unserialize(CheckpointIn &cp) override;

--- 61 unchanged lines hidden ---