gic_v3_distributor.hh (14167:65305e44b642) gic_v3_distributor.hh (14168:2a96e30b9400)
1/*
2 * Copyright (c) 2019 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

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

48#include "sim/serialize.hh"
49
50class Gicv3Distributor : public Serializable
51{
52 private:
53
54 friend class Gicv3Redistributor;
55 friend class Gicv3CPUInterface;
1/*
2 * Copyright (c) 2019 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

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

48#include "sim/serialize.hh"
49
50class Gicv3Distributor : public Serializable
51{
52 private:
53
54 friend class Gicv3Redistributor;
55 friend class Gicv3CPUInterface;
56 friend class Gicv3Its;
56
57 protected:
58
59 Gicv3 * gic;
60 const uint32_t itLines;
61
62 enum {
63 // Control Register

--- 176 unchanged lines hidden ---
57
58 protected:
59
60 Gicv3 * gic;
61 const uint32_t itLines;
62
63 enum {
64 // Control Register

--- 176 unchanged lines hidden ---