gic_v3.hh (13996:8a567118e670) gic_v3.hh (14258:c75d22c32dec)
1/*
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
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated
11 * unmodified and in its entirety in all distributions of the software,
12 * modified or unmodified, in source code or in binary form.
13 *
2 * Copyright (c) 2018 Metempsy Technology Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;
9 * redistributions in binary form must reproduce the above copyright

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

94
95 inline AddrRangeList
96 getAddrRanges() const override
97 {
98 return addrRanges;
99 }
100
101 void init() override;
14 * Copyright (c) 2018 Metempsy Technology Consulting
15 * All rights reserved.
16 *
17 * Redistribution and use in source and binary forms, with or without
18 * modification, are permitted provided that the following conditions are
19 * met: redistributions of source code must retain the above copyright
20 * notice, this list of conditions and the following disclaimer;
21 * redistributions in binary form must reproduce the above copyright

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

106
107 inline AddrRangeList
108 getAddrRanges() const override
109 {
110 return addrRanges;
111 }
112
113 void init() override;
102 void initState() override;
103
104 const Params *
105 params() const
106 {
107 return dynamic_cast<const Params *>(_params);
108 }
109
110 Tick read(PacketPtr pkt) override;

--- 43 unchanged lines hidden ---
114
115 const Params *
116 params() const
117 {
118 return dynamic_cast<const Params *>(_params);
119 }
120
121 Tick read(PacketPtr pkt) override;

--- 43 unchanged lines hidden ---