gic_v3_its.hh (13996:8a567118e670) gic_v3_its.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

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

118 {
119 // Control frame
120 GITS_CTLR = itsControl + 0x0000,
121 GITS_IIDR = itsControl + 0x0004,
122 GITS_TYPER = itsControl + 0x0008,
123 GITS_CBASER = itsControl + 0x0080,
124 GITS_CWRITER = itsControl + 0x0088,
125 GITS_CREADR = itsControl + 0x0090,
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

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

118 {
119 // Control frame
120 GITS_CTLR = itsControl + 0x0000,
121 GITS_IIDR = itsControl + 0x0004,
122 GITS_TYPER = itsControl + 0x0008,
123 GITS_CBASER = itsControl + 0x0080,
124 GITS_CWRITER = itsControl + 0x0088,
125 GITS_CREADR = itsControl + 0x0090,
126 GITS_PIDR2 = itsControl + 0xffe8,
126
127 // Translation frame
128 GITS_TRANSLATER = itsTranslate + 0x0040
129 };
130
131 AddrRangeList getAddrRanges() const override;
132
133 Tick read(PacketPtr pkt) override;

--- 385 unchanged lines hidden ---
127
128 // Translation frame
129 GITS_TRANSLATER = itsTranslate + 0x0040
130 };
131
132 AddrRangeList getAddrRanges() const override;
133
134 Tick read(PacketPtr pkt) override;

--- 385 unchanged lines hidden ---