gic_v3_its.hh (14187:c2d86bac37ec) gic_v3_its.hh (14235:3c7ca56da5a1)
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

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

191 Bitfield<52, 48> entrySize;
192 Bitfield<47, 12> physAddr;
193 Bitfield<11, 10> shareability;
194 Bitfield<9, 8> pageSize;
195 Bitfield<7, 0> size;
196 EndBitUnion(BASER)
197
198 BitUnion64(TYPER)
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

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

191 Bitfield<52, 48> entrySize;
192 Bitfield<47, 12> physAddr;
193 Bitfield<11, 10> shareability;
194 Bitfield<9, 8> pageSize;
195 Bitfield<7, 0> size;
196 EndBitUnion(BASER)
197
198 BitUnion64(TYPER)
199 Bitfield<63, 32> high;
200 Bitfield<31, 0> low;
199 Bitfield<37> vmovp;
200 Bitfield<36> cil;
201 Bitfield<35, 32> cidBits;
202 Bitfield<31, 24> hcc;
203 Bitfield<19> pta;
204 Bitfield<18> seis;
205 Bitfield<17, 13> devBits;
206 Bitfield<12, 8> idBits;

--- 332 unchanged lines hidden ---
201 Bitfield<37> vmovp;
202 Bitfield<36> cil;
203 Bitfield<35, 32> cidBits;
204 Bitfield<31, 24> hcc;
205 Bitfield<19> pta;
206 Bitfield<18> seis;
207 Bitfield<17, 13> devBits;
208 Bitfield<12, 8> idBits;

--- 332 unchanged lines hidden ---