pseudo_inst.hh (6214:1ec0ec8933ae) pseudo_inst.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2003-2006 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;

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

59void m5exit(ThreadContext *tc, Tick delay);
60void resetstats(ThreadContext *tc, Tick delay, Tick period);
61void dumpstats(ThreadContext *tc, Tick delay, Tick period);
62void dumpresetstats(ThreadContext *tc, Tick delay, Tick period);
63void m5checkpoint(ThreadContext *tc, Tick delay, Tick period);
64void debugbreak(ThreadContext *tc);
65void switchcpu(ThreadContext *tc);
66
1/*
2 * Copyright (c) 2003-2006 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;

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

59void m5exit(ThreadContext *tc, Tick delay);
60void resetstats(ThreadContext *tc, Tick delay, Tick period);
61void dumpstats(ThreadContext *tc, Tick delay, Tick period);
62void dumpresetstats(ThreadContext *tc, Tick delay, Tick period);
63void m5checkpoint(ThreadContext *tc, Tick delay, Tick period);
64void debugbreak(ThreadContext *tc);
65void switchcpu(ThreadContext *tc);
66
67/* namespace PseudoInst */ }
67} // namespace PseudoInst