system.cc (5543:3af77710f397) system.cc (5566:3440c9ad49b4)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

180}
181
182
183void
184MipsSystem::setMipsAccess(Addr access)
185{
186 Addr addr = 0;
187 if (consoleSymtab->findAddress("m5MipsAccess", addr)) {
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

180}
181
182
183void
184MipsSystem::setMipsAccess(Addr access)
185{
186 Addr addr = 0;
187 if (consoleSymtab->findAddress("m5MipsAccess", addr)) {
188 // virtPort.write(addr, htog(EV5::Phys2K0Seg(access)));
188 // virtPort.write(addr, htog(AlphaISA::Phys2K0Seg(access)));
189 } else
190 panic("could not find m5MipsAccess\n");
191 }
192
193#endif
194
195bool
196MipsSystem::breakpoint()

--- 26 unchanged lines hidden ---
189 } else
190 panic("could not find m5MipsAccess\n");
191 }
192
193#endif
194
195bool
196MipsSystem::breakpoint()

--- 26 unchanged lines hidden ---