isa.cc (10188:c09802451018) isa.cc (10204:82d8f37e5b57)
1/*
2 * Copyright (c) 2010-2013 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

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

195 sctlr.te = (bool) sctlr_rst.te;
196 sctlr.nmfi = (bool) sctlr_rst.nmfi;
197 sctlr.v = (bool) sctlr_rst.v;
198 sctlr.u = 1;
199 sctlr.xp = 1;
200 sctlr.rao2 = 1;
201 sctlr.rao3 = 1;
202 sctlr.rao4 = 0xf; // SCTLR[6:3]
1/*
2 * Copyright (c) 2010-2013 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

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

195 sctlr.te = (bool) sctlr_rst.te;
196 sctlr.nmfi = (bool) sctlr_rst.nmfi;
197 sctlr.v = (bool) sctlr_rst.v;
198 sctlr.u = 1;
199 sctlr.xp = 1;
200 sctlr.rao2 = 1;
201 sctlr.rao3 = 1;
202 sctlr.rao4 = 0xf; // SCTLR[6:3]
203 sctlr.uci = 1;
204 sctlr.dze = 1;
203 miscRegs[MISCREG_SCTLR_NS] = sctlr;
204 miscRegs[MISCREG_SCTLR_RST] = sctlr_rst;
205 miscRegs[MISCREG_HCPTR] = 0;
206
207 // Start with an event in the mailbox
208 miscRegs[MISCREG_SEV_MAILBOX] = 1;
209
210 // Separate Instruction and Data TLBs

--- 1817 unchanged lines hidden ---
205 miscRegs[MISCREG_SCTLR_NS] = sctlr;
206 miscRegs[MISCREG_SCTLR_RST] = sctlr_rst;
207 miscRegs[MISCREG_HCPTR] = 0;
208
209 // Start with an event in the mailbox
210 miscRegs[MISCREG_SEV_MAILBOX] = 1;
211
212 // Separate Instruction and Data TLBs

--- 1817 unchanged lines hidden ---