pseudo_inst.hh (7811:a8fc35183c10) pseudo_inst.hh (7914:eee5bb0fb8ea)
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;

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

58void wakeCPU(ThreadContext *tc, uint64_t cpuid);
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);
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;

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

58void wakeCPU(ThreadContext *tc, uint64_t cpuid);
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);
66void workbegin(ThreadContext *tc, uint64_t workid, uint64_t threadid);
67void workend(ThreadContext *tc, uint64_t workid, uint64_t threadid);
66
67} // namespace PseudoInst
68
69} // namespace PseudoInst