miscregs.hh (11514:eb53b59ea625) miscregs.hh (11575:0005b28685f0)
1/*
1/*
2 * Copyright (c) 2010-2015 ARM Limited
2 * Copyright (c) 2010-2016 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

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

1730 Bitfield<9, 8> irgn0;
1731 Bitfield<11, 10> orgn0;
1732 Bitfield<13, 12> sh0;
1733 EndBitUnion(HTCR)
1734
1735 BitUnion32(VTCR_t)
1736 Bitfield<3, 0> t0sz;
1737 Bitfield<4> s;
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

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

1730 Bitfield<9, 8> irgn0;
1731 Bitfield<11, 10> orgn0;
1732 Bitfield<13, 12> sh0;
1733 EndBitUnion(HTCR)
1734
1735 BitUnion32(VTCR_t)
1736 Bitfield<3, 0> t0sz;
1737 Bitfield<4> s;
1738 Bitfield<5, 0> t0sz64;
1738 Bitfield<7, 6> sl0;
1739 Bitfield<9, 8> irgn0;
1740 Bitfield<11, 10> orgn0;
1741 Bitfield<13, 12> sh0;
1739 Bitfield<7, 6> sl0;
1740 Bitfield<9, 8> irgn0;
1741 Bitfield<11, 10> orgn0;
1742 Bitfield<13, 12> sh0;
1743 Bitfield<15, 14> tg0;
1742 EndBitUnion(VTCR_t)
1743
1744 BitUnion32(PRRR)
1745 Bitfield<1,0> tr0;
1746 Bitfield<3,2> tr1;
1747 Bitfield<5,4> tr2;
1748 Bitfield<7,6> tr3;
1749 Bitfield<9,8> tr4;

--- 137 unchanged lines hidden ---
1744 EndBitUnion(VTCR_t)
1745
1746 BitUnion32(PRRR)
1747 Bitfield<1,0> tr0;
1748 Bitfield<3,2> tr1;
1749 Bitfield<5,4> tr2;
1750 Bitfield<7,6> tr3;
1751 Bitfield<9,8> tr4;

--- 137 unchanged lines hidden ---