miscregs.hh (8550:8ac6c1fa657f) miscregs.hh (8552:f51e3dce9521)
1/*
2 * Copyright (c) 2010 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

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

431 Bitfield<21,20> or2;
432 Bitfield<23,22> or3;
433 Bitfield<25,24> or4;
434 Bitfield<27,26> or5;
435 Bitfield<29,28> or6;
436 Bitfield<31,30> or7;
437 EndBitUnion(NMRR)
438
1/*
2 * Copyright (c) 2010 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

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

431 Bitfield<21,20> or2;
432 Bitfield<23,22> or3;
433 Bitfield<25,24> or4;
434 Bitfield<27,26> or5;
435 Bitfield<29,28> or6;
436 Bitfield<31,30> or7;
437 EndBitUnion(NMRR)
438
439 BitUnion32(CONTEXTIDR)
440 Bitfield<7,0> asid;
441 Bitfield<31,8> procid;
442 EndBitUnion(CONTEXTIDR)
443
439 BitUnion32(L2CTLR)
440 Bitfield<2,0> sataRAMLatency;
441 Bitfield<4,3> reserved_4_3;
442 Bitfield<5> dataRAMSetup;
443 Bitfield<8,6> tagRAMLatency;
444 Bitfield<9> tagRAMSetup;
445 Bitfield<11,10> dataRAMSlice;
446 Bitfield<12> tagRAMSlice;

--- 12 unchanged lines hidden ---
444 BitUnion32(L2CTLR)
445 Bitfield<2,0> sataRAMLatency;
446 Bitfield<4,3> reserved_4_3;
447 Bitfield<5> dataRAMSetup;
448 Bitfield<8,6> tagRAMLatency;
449 Bitfield<9> tagRAMSetup;
450 Bitfield<11,10> dataRAMSlice;
451 Bitfield<12> tagRAMSlice;

--- 12 unchanged lines hidden ---