isa.hh (7405:7a938baf14be) isa.hh (7406:ddc26bd4ea7d)
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

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

100 cpsr.mode = MODE_USER;
101 miscRegs[MISCREG_CPSR] = cpsr;
102 updateRegMap(cpsr);
103
104 SCTLR sctlr = 0;
105 sctlr.nmfi = (bool)sctlr_rst.nmfi;
106 sctlr.v = (bool)sctlr_rst.v;
107 sctlr.u = 1;
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

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

100 cpsr.mode = MODE_USER;
101 miscRegs[MISCREG_CPSR] = cpsr;
102 updateRegMap(cpsr);
103
104 SCTLR sctlr = 0;
105 sctlr.nmfi = (bool)sctlr_rst.nmfi;
106 sctlr.v = (bool)sctlr_rst.v;
107 sctlr.u = 1;
108 sctlr.rao1 = 1;
108 sctlr.xp = 1;
109 sctlr.rao2 = 1;
110 sctlr.rao3 = 1;
111 sctlr.rao4 = 1;
112 miscRegs[MISCREG_SCTLR] = sctlr;
113 miscRegs[MISCREG_SCTLR_RST] = sctlr_rst;
114
115
116 /*

--- 118 unchanged lines hidden ---
109 sctlr.rao2 = 1;
110 sctlr.rao3 = 1;
111 sctlr.rao4 = 1;
112 miscRegs[MISCREG_SCTLR] = sctlr;
113 miscRegs[MISCREG_SCTLR_RST] = sctlr_rst;
114
115
116 /*

--- 118 unchanged lines hidden ---