miscregs_types.hh (13759:9941fca869a9) miscregs_types.hh (14094:921238acf537)
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

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

497 Bitfield<11, 10> orgn0;
498 Bitfield<13, 12> sh0;
499 Bitfield<15, 14> tg0;
500 Bitfield<18, 16> ps;
501 Bitfield<20> tbi; // EL2/EL3
502 Bitfield<21, 16> t1sz; // EL1
503 Bitfield<22> a1; // EL1
504 Bitfield<23> epd1; // EL1
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

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

497 Bitfield<11, 10> orgn0;
498 Bitfield<13, 12> sh0;
499 Bitfield<15, 14> tg0;
500 Bitfield<18, 16> ps;
501 Bitfield<20> tbi; // EL2/EL3
502 Bitfield<21, 16> t1sz; // EL1
503 Bitfield<22> a1; // EL1
504 Bitfield<23> epd1; // EL1
505 Bitfield<24> hpd; // EL2/EL3, E2H=0
505 Bitfield<25, 24> irgn1; // EL1
506 Bitfield<27, 26> orgn1; // EL1
507 Bitfield<29, 28> sh1; // EL1
508 Bitfield<31, 30> tg1; // EL1
509 Bitfield<34, 32> ips; // EL1
510 Bitfield<36> as; // EL1
511 Bitfield<37> tbi0; // EL1
512 Bitfield<38> tbi1; // EL1

--- 142 unchanged lines hidden ---
506 Bitfield<25, 24> irgn1; // EL1
507 Bitfield<27, 26> orgn1; // EL1
508 Bitfield<29, 28> sh1; // EL1
509 Bitfield<31, 30> tg1; // EL1
510 Bitfield<34, 32> ips; // EL1
511 Bitfield<36> as; // EL1
512 Bitfield<37> tbi0; // EL1
513 Bitfield<38> tbi1; // EL1

--- 142 unchanged lines hidden ---