miscregs.hh (12762:f73d3a4aaf03) miscregs.hh (12801:51f4f0331c9d)
1/*
2 * Copyright (c) 2010-2018 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

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

1717 EndBitUnion(MVFR1)
1718
1719 BitUnion64(TTBCR)
1720 // Short-descriptor translation table format
1721 Bitfield<2, 0> n;
1722 Bitfield<4> pd0;
1723 Bitfield<5> pd1;
1724 // Long-descriptor translation table format
1/*
2 * Copyright (c) 2010-2018 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

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

1717 EndBitUnion(MVFR1)
1718
1719 BitUnion64(TTBCR)
1720 // Short-descriptor translation table format
1721 Bitfield<2, 0> n;
1722 Bitfield<4> pd0;
1723 Bitfield<5> pd1;
1724 // Long-descriptor translation table format
1725 Bitfield<5, 0> t0sz;
1725 Bitfield<2, 0> t0sz;
1726 Bitfield<7> epd0;
1727 Bitfield<9, 8> irgn0;
1728 Bitfield<11, 10> orgn0;
1729 Bitfield<13, 12> sh0;
1730 Bitfield<14> tg0;
1726 Bitfield<7> epd0;
1727 Bitfield<9, 8> irgn0;
1728 Bitfield<11, 10> orgn0;
1729 Bitfield<13, 12> sh0;
1730 Bitfield<14> tg0;
1731 Bitfield<21, 16> t1sz;
1731 Bitfield<18, 16> t1sz;
1732 Bitfield<22> a1;
1733 Bitfield<23> epd1;
1734 Bitfield<25, 24> irgn1;
1735 Bitfield<27, 26> orgn1;
1736 Bitfield<29, 28> sh1;
1737 Bitfield<30> tg1;
1738 Bitfield<34, 32> ips;
1739 Bitfield<36> as;

--- 218 unchanged lines hidden ---
1732 Bitfield<22> a1;
1733 Bitfield<23> epd1;
1734 Bitfield<25, 24> irgn1;
1735 Bitfield<27, 26> orgn1;
1736 Bitfield<29, 28> sh1;
1737 Bitfield<30> tg1;
1738 Bitfield<34, 32> ips;
1739 Bitfield<36> as;

--- 218 unchanged lines hidden ---