pseudo_inst.hh (5741:323dac95e72c) pseudo_inst.hh (5780:50c9d48de3ca)
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;

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

37
38/**
39 * @todo these externs are only here for a hack in fullCPU::takeOver...
40 */
41extern bool doStatisticsInsts;
42extern bool doCheckpointInsts;
43extern bool doQuiesce;
44
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;

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

37
38/**
39 * @todo these externs are only here for a hack in fullCPU::takeOver...
40 */
41extern bool doStatisticsInsts;
42extern bool doCheckpointInsts;
43extern bool doQuiesce;
44
45#if FULL_SYSTEM
45void arm(ThreadContext *tc);
46void quiesce(ThreadContext *tc);
47void quiesceNs(ThreadContext *tc, uint64_t ns);
48void quiesceCycles(ThreadContext *tc, uint64_t cycles);
49uint64_t quiesceTime(ThreadContext *tc);
46void arm(ThreadContext *tc);
47void quiesce(ThreadContext *tc);
48void quiesceNs(ThreadContext *tc, uint64_t ns);
49void quiesceCycles(ThreadContext *tc, uint64_t cycles);
50uint64_t quiesceTime(ThreadContext *tc);
51uint64_t readfile(ThreadContext *tc, Addr vaddr, uint64_t len,
52 uint64_t offset);
53void loadsymbol(ThreadContext *xc);
54void addsymbol(ThreadContext *tc, Addr addr, Addr symbolAddr);
55#endif
56
50uint64_t rpns(ThreadContext *tc);
51void m5exit(ThreadContext *tc, Tick delay);
57uint64_t rpns(ThreadContext *tc);
58void m5exit(ThreadContext *tc, Tick delay);
52void loadsymbol(ThreadContext *xc);
53void resetstats(ThreadContext *tc, Tick delay, Tick period);
54void dumpstats(ThreadContext *tc, Tick delay, Tick period);
55void dumpresetstats(ThreadContext *tc, Tick delay, Tick period);
56void m5checkpoint(ThreadContext *tc, Tick delay, Tick period);
59void resetstats(ThreadContext *tc, Tick delay, Tick period);
60void dumpstats(ThreadContext *tc, Tick delay, Tick period);
61void dumpresetstats(ThreadContext *tc, Tick delay, Tick period);
62void m5checkpoint(ThreadContext *tc, Tick delay, Tick period);
57uint64_t readfile(ThreadContext *tc, Addr vaddr, uint64_t len,
58 uint64_t offset);
59void debugbreak(ThreadContext *tc);
60void switchcpu(ThreadContext *tc);
63void debugbreak(ThreadContext *tc);
64void switchcpu(ThreadContext *tc);
61void addsymbol(ThreadContext *tc, Addr addr, Addr symbolAddr);
62
65
63/* namespace PsuedoInst */ }
66/* namespace PseudoInst */ }