system.hh (8885:52bbd95b31ed) system.hh (9153:dc656c4af516)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

57 virtual void initState();
58
59 /**
60 * Serialization stuff
61 */
62 virtual void serialize(std::ostream &os);
63 virtual void unserialize(Checkpoint *cp, const std::string &section);
64
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

57 virtual void initState();
58
59 /**
60 * Serialization stuff
61 */
62 virtual void serialize(std::ostream &os);
63 virtual void unserialize(Checkpoint *cp, const std::string &section);
64
65 /** Override loadState to provide a path to call setupFuncEvents()
65 /** Override startup() to provide a path to call setupFuncEvents()
66 */
66 */
67 virtual void loadState(Checkpoint *cp);
67 virtual void startup();
68
69 /**
70 * Set the m5AlphaAccess pointer in the console
71 */
72 void setAlphaAccess(Addr access);
73
74 /** console symbol table */
75 SymbolTable *consoleSymtab;

--- 50 unchanged lines hidden ---
68
69 /**
70 * Set the m5AlphaAccess pointer in the console
71 */
72 void setAlphaAccess(Addr access);
73
74 /** console symbol table */
75 SymbolTable *consoleSymtab;

--- 50 unchanged lines hidden ---